|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.base.accessor.jmi.spi.RefClass_1
org.opencrx.kernel.reservation1.cci.PartClassImpl
public class PartClassImpl
| Constructor Summary | |
|---|---|
PartClassImpl(RefPackage_1_0 refPackage)
|
|
| Method Summary | |
|---|---|
Part |
createPart()
Creates an instance of class Part. |
Part |
createPart(short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String filling,
String name)
Creates an instance of class Part based on all required
attributes. |
Part |
extendAlertSender(AlertSender _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String filling,
String name)
Creates an instance of class Part based on the superclass
AlertSender and all required attributes not included in
this superclass. |
Part |
extendAuditee(Auditee _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String filling,
String name)
Creates an instance of class Part based on the superclass
Auditee and all required attributes not included in this
superclass. |
Part |
extendBasicObject(BasicObject _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String filling,
String name)
Creates an instance of class Part based on the superclass
BasicObject and all required attributes not included in
this superclass. |
Part |
extendCloneable(Cloneable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String filling,
String name)
Creates an instance of class Part based on the superclass
Cloneable and all required attributes not included in this
superclass. |
Part |
extendContextCapable(ContextCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String filling,
String name)
Creates an instance of class Part based on the superclass
ContextCapable and all required attributes not included in
this superclass. |
Part |
extendCrxObject(CrxObject _base,
String filling,
String name)
Creates an instance of class Part based on the superclass
CrxObject and all required attributes not included in this
superclass. |
Part |
extendDescriptionContainer(DescriptionContainer _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String filling,
String name)
Creates an instance of class Part based on the superclass
DescriptionContainer and all required attributes not
included in this superclass. |
Part |
extendExtentCapable(ExtentCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String filling,
String name)
Creates an instance of class Part based on the superclass
ExtentCapable and all required attributes not included in
this superclass. |
Part |
extendImporter(Importer _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String filling,
String name)
Creates an instance of class Part based on the superclass
Importer and all required attributes not included in this
superclass. |
Part |
extendIndexed(Indexed _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String filling,
String name)
Creates an instance of class Part based on the superclass
Indexed and all required attributes not included in this
superclass. |
Part |
extendSecureObject(SecureObject _base,
boolean disabled,
String filling,
String name)
Creates an instance of class Part based on the superclass
SecureObject and all required attributes not included in
this superclass. |
Part |
extendSubscriptionTarget(SubscriptionTarget _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String filling,
String name)
Creates an instance of class Part based on the superclass
SubscriptionTarget and all required attributes not
included in this superclass. |
Part |
extendViewCapable(ViewCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String filling,
String name)
Creates an instance of class Part based on the superclass
ViewCapable and all required attributes not included in
this superclass. |
Part |
extendXmlExporter(XmlExporter _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String filling,
String name)
Creates an instance of class Part based on the superclass
XmlExporter and all required attributes not included in
this superclass. |
Part |
getPart(Object object)
Creates an instance of class Part based on the specified
Object instance. |
String |
refMofId()
|
| Methods inherited from class org.openmdx.base.accessor.jmi.spi.RefClass_1 |
|---|
refAllOfClass, refAllOfType, refCreateInstance, refCreateStruct, refCreateStruct, refGetEnum, refGetEnum, refGetValue, refGetValue, refGetValue, refGetValue, refImmediatePackage, refInvokeOperation, refInvokeOperation, refMetaObject, refOutermostPackage, refSetValue, refSetValue, refSetValue, refVerifyConstraints |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.jmi.reflect.RefClass |
|---|
refAllOfClass, refAllOfType, refCreateInstance, refCreateStruct, refCreateStruct, refGetEnum, refGetEnum |
| Methods inherited from interface javax.jmi.reflect.RefFeatured |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefBaseObject |
|---|
equals, hashCode, refImmediatePackage, refMetaObject, refOutermostPackage, refVerifyConstraints |
| Constructor Detail |
|---|
public PartClassImpl(RefPackage_1_0 refPackage)
| Method Detail |
|---|
public String refMofId()
refMofId in interface RefBaseObjectrefMofId in class RefClass_1public Part getPart(Object object)
PartClassPart based on the specified
Object instance.
This is a factory operation used to create instance objects of class
Part.
getPart in interface PartClassobject - The Object instance this class is based on. Object must
be instanceof RefObject, Object_1_0 or Path.public Part createPart()
PartClassPart.
This is a factory operation used to create instance objects of class
Part.
createPart in interface PartClass
public Part createPart(short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String filling,
String name)
PartClassPart based on all required
attributes.
This is a factory operation used to create instance objects of class
Part.
createPart in interface PartClass
public Part extendAlertSender(AlertSender _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String filling,
String name)
PartClassPart based on the superclass
AlertSender and all required attributes not included in
this superclass.
This is a factory operation used to create instance objects of class
Part.
extendAlertSender in interface PartClass
public Part extendAuditee(Auditee _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String filling,
String name)
PartClassPart based on the superclass
Auditee and all required attributes not included in this
superclass.
This is a factory operation used to create instance objects of class
Part.
extendAuditee in interface PartClass
public Part extendCloneable(Cloneable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String filling,
String name)
PartClassPart based on the superclass
Cloneable and all required attributes not included in this
superclass.
This is a factory operation used to create instance objects of class
Part.
extendCloneable in interface PartClass
public Part extendImporter(Importer _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String filling,
String name)
PartClassPart based on the superclass
Importer and all required attributes not included in this
superclass.
This is a factory operation used to create instance objects of class
Part.
extendImporter in interface PartClass
public Part extendIndexed(Indexed _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String filling,
String name)
PartClassPart based on the superclass
Indexed and all required attributes not included in this
superclass.
This is a factory operation used to create instance objects of class
Part.
extendIndexed in interface PartClass
public Part extendSecureObject(SecureObject _base,
boolean disabled,
String filling,
String name)
PartClassPart based on the superclass
SecureObject and all required attributes not included in
this superclass.
This is a factory operation used to create instance objects of class
Part.
extendSecureObject in interface PartClass
public Part extendSubscriptionTarget(SubscriptionTarget _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String filling,
String name)
PartClassPart based on the superclass
SubscriptionTarget and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
Part.
extendSubscriptionTarget in interface PartClass
public Part extendXmlExporter(XmlExporter _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String filling,
String name)
PartClassPart based on the superclass
XmlExporter and all required attributes not included in
this superclass.
This is a factory operation used to create instance objects of class
Part.
extendXmlExporter in interface PartClass
public Part extendCrxObject(CrxObject _base,
String filling,
String name)
PartClassPart based on the superclass
CrxObject and all required attributes not included in this
superclass.
This is a factory operation used to create instance objects of class
Part.
extendCrxObject in interface PartClass
public Part extendDescriptionContainer(DescriptionContainer _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String filling,
String name)
PartClassPart based on the superclass
DescriptionContainer and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
Part.
extendDescriptionContainer in interface PartClass
public Part extendBasicObject(BasicObject _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String filling,
String name)
PartClassPart based on the superclass
BasicObject and all required attributes not included in
this superclass.
This is a factory operation used to create instance objects of class
Part.
extendBasicObject in interface PartClass
public Part extendContextCapable(ContextCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String filling,
String name)
PartClassPart based on the superclass
ContextCapable and all required attributes not included in
this superclass.
This is a factory operation used to create instance objects of class
Part.
extendContextCapable in interface PartClass
public Part extendExtentCapable(ExtentCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String filling,
String name)
PartClassPart based on the superclass
ExtentCapable and all required attributes not included in
this superclass.
This is a factory operation used to create instance objects of class
Part.
extendExtentCapable in interface PartClass
public Part extendViewCapable(ViewCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String filling,
String name)
PartClassPart based on the superclass
ViewCapable and all required attributes not included in
this superclass.
This is a factory operation used to create instance objects of class
Part.
extendViewCapable in interface PartClass
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||