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