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