|
||||||||||
| 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.activity1.cci.ActivityProcessTransitionClassImpl
public class ActivityProcessTransitionClassImpl
| Constructor Summary | |
|---|---|
ActivityProcessTransitionClassImpl(RefPackage_1_0 refPackage)
|
|
| Method Summary | |
|---|---|
ActivityProcessTransition |
createActivityProcessTransition()
Creates an instance of class ActivityProcessTransition. |
ActivityProcessTransition |
createActivityProcessTransition(String name,
short newActivityState,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class ActivityProcessTransition
based on all required attributes. |
ActivityProcessTransition |
extendAlertSender(AlertSender _base,
String name,
short newActivityState,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class ActivityProcessTransition
based on the superclass AlertSender and all required
attributes not included in this superclass. |
ActivityProcessTransition |
extendAuditee(Auditee _base,
String name,
short newActivityState,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class ActivityProcessTransition
based on the superclass Auditee and all required
attributes not included in this superclass. |
ActivityProcessTransition |
extendBasicObject(BasicObject _base,
String name,
short newActivityState,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class ActivityProcessTransition
based on the superclass BasicObject and all required
attributes not included in this superclass. |
ActivityProcessTransition |
extendCloneable(Cloneable _base,
String name,
short newActivityState,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class ActivityProcessTransition
based on the superclass Cloneable and all required
attributes not included in this superclass. |
ActivityProcessTransition |
extendContextCapable(ContextCapable _base,
String name,
short newActivityState,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class ActivityProcessTransition
based on the superclass ContextCapable and all required
attributes not included in this superclass. |
ActivityProcessTransition |
extendCrxObject(CrxObject _base,
String name,
short newActivityState)
Creates an instance of class ActivityProcessTransition
based on the superclass CrxObject and all required
attributes not included in this superclass. |
ActivityProcessTransition |
extendExtentCapable(ExtentCapable _base,
String name,
short newActivityState,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class ActivityProcessTransition
based on the superclass ExtentCapable and all required
attributes not included in this superclass. |
ActivityProcessTransition |
extendImporter(Importer _base,
String name,
short newActivityState,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class ActivityProcessTransition
based on the superclass Importer and all required
attributes not included in this superclass. |
ActivityProcessTransition |
extendIndexed(Indexed _base,
String name,
short newActivityState,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class ActivityProcessTransition
based on the superclass Indexed and all required
attributes not included in this superclass. |
ActivityProcessTransition |
extendSecureObject(SecureObject _base,
String name,
short newActivityState,
boolean disabled)
Creates an instance of class ActivityProcessTransition
based on the superclass SecureObject and all required
attributes not included in this superclass. |
ActivityProcessTransition |
extendSubscriptionTarget(SubscriptionTarget _base,
String name,
short newActivityState,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class ActivityProcessTransition
based on the superclass SubscriptionTarget and all
required attributes not included in this superclass. |
ActivityProcessTransition |
extendViewCapable(ViewCapable _base,
String name,
short newActivityState,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class ActivityProcessTransition
based on the superclass ViewCapable and all required
attributes not included in this superclass. |
ActivityProcessTransition |
extendXmlExporter(XmlExporter _base,
String name,
short newActivityState,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class ActivityProcessTransition
based on the superclass XmlExporter and all required
attributes not included in this superclass. |
ActivityProcessTransition |
getActivityProcessTransition(Object object)
Creates an instance of class ActivityProcessTransition
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 ActivityProcessTransitionClassImpl(RefPackage_1_0 refPackage)
| Method Detail |
|---|
public String refMofId()
refMofId in interface RefBaseObjectrefMofId in class RefClass_1public ActivityProcessTransition getActivityProcessTransition(Object object)
ActivityProcessTransitionClassActivityProcessTransition
based on the specified Object instance.
This is a factory operation used to create instance objects of class
ActivityProcessTransition.
getActivityProcessTransition in interface ActivityProcessTransitionClassobject - The Object instance this class is based on. Object must
be instanceof RefObject, Object_1_0 or Path.public ActivityProcessTransition createActivityProcessTransition()
ActivityProcessTransitionClassActivityProcessTransition.
This is a factory operation used to create instance objects of class
ActivityProcessTransition.
createActivityProcessTransition in interface ActivityProcessTransitionClass
public ActivityProcessTransition createActivityProcessTransition(String name,
short newActivityState,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
ActivityProcessTransitionClassActivityProcessTransition
based on all required attributes.
This is a factory operation used to create instance objects of class
ActivityProcessTransition.
createActivityProcessTransition in interface ActivityProcessTransitionClass
public ActivityProcessTransition extendAlertSender(AlertSender _base,
String name,
short newActivityState,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
ActivityProcessTransitionClassActivityProcessTransition
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
ActivityProcessTransition.
extendAlertSender in interface ActivityProcessTransitionClass
public ActivityProcessTransition extendAuditee(Auditee _base,
String name,
short newActivityState,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
ActivityProcessTransitionClassActivityProcessTransition
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
ActivityProcessTransition.
extendAuditee in interface ActivityProcessTransitionClass
public ActivityProcessTransition extendCloneable(Cloneable _base,
String name,
short newActivityState,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
ActivityProcessTransitionClassActivityProcessTransition
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
ActivityProcessTransition.
extendCloneable in interface ActivityProcessTransitionClass
public ActivityProcessTransition extendImporter(Importer _base,
String name,
short newActivityState,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
ActivityProcessTransitionClassActivityProcessTransition
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
ActivityProcessTransition.
extendImporter in interface ActivityProcessTransitionClass
public ActivityProcessTransition extendIndexed(Indexed _base,
String name,
short newActivityState,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
ActivityProcessTransitionClassActivityProcessTransition
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
ActivityProcessTransition.
extendIndexed in interface ActivityProcessTransitionClass
public ActivityProcessTransition extendSecureObject(SecureObject _base,
String name,
short newActivityState,
boolean disabled)
ActivityProcessTransitionClassActivityProcessTransition
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
ActivityProcessTransition.
extendSecureObject in interface ActivityProcessTransitionClass
public ActivityProcessTransition extendSubscriptionTarget(SubscriptionTarget _base,
String name,
short newActivityState,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
ActivityProcessTransitionClassActivityProcessTransition
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
ActivityProcessTransition.
extendSubscriptionTarget in interface ActivityProcessTransitionClass
public ActivityProcessTransition extendXmlExporter(XmlExporter _base,
String name,
short newActivityState,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
ActivityProcessTransitionClassActivityProcessTransition
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
ActivityProcessTransition.
extendXmlExporter in interface ActivityProcessTransitionClass
public ActivityProcessTransition extendCrxObject(CrxObject _base,
String name,
short newActivityState)
ActivityProcessTransitionClassActivityProcessTransition
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
ActivityProcessTransition.
extendCrxObject in interface ActivityProcessTransitionClass
public ActivityProcessTransition extendBasicObject(BasicObject _base,
String name,
short newActivityState,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
ActivityProcessTransitionClassActivityProcessTransition
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
ActivityProcessTransition.
extendBasicObject in interface ActivityProcessTransitionClass
public ActivityProcessTransition extendContextCapable(ContextCapable _base,
String name,
short newActivityState,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
ActivityProcessTransitionClassActivityProcessTransition
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
ActivityProcessTransition.
extendContextCapable in interface ActivityProcessTransitionClass
public ActivityProcessTransition extendExtentCapable(ExtentCapable _base,
String name,
short newActivityState,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
ActivityProcessTransitionClassActivityProcessTransition
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
ActivityProcessTransition.
extendExtentCapable in interface ActivityProcessTransitionClass
public ActivityProcessTransition extendViewCapable(ViewCapable _base,
String name,
short newActivityState,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
ActivityProcessTransitionClassActivityProcessTransition
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
ActivityProcessTransition.
extendViewCapable in interface ActivityProcessTransitionClass
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||