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