org.opencrx.kernel.activity1.cci
Interface MeetingClass

All Superinterfaces:
RefBaseObject, RefClass, RefClass_1_0, RefFeatured
All Known Implementing Classes:
MeetingClassImpl

public interface MeetingClass
extends RefClass_1_0


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

createMeeting

Meeting createMeeting()
Creates an instance of class Meeting. This is a factory operation used to create instance objects of class Meeting.


getMeeting

Meeting getMeeting(Object object)
Creates an instance of class Meeting based on the specified Object instance. This is a factory operation used to create instance objects of class Meeting.

Parameters:
object - The Object instance this class is based on. Object must be instanceof RefObject, Object_1_0 or Path.

createMeeting

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. This is a factory operation used to create instance objects of class Meeting.


extendAlertSender

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. This is a factory operation used to create instance objects of class Meeting.


extendAuditee

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. This is a factory operation used to create instance objects of class Meeting.


extendCloneable

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. This is a factory operation used to create instance objects of class Meeting.


extendImporter

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. This is a factory operation used to create instance objects of class Meeting.


extendIndexed

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. This is a factory operation used to create instance objects of class Meeting.


extendSecureObject

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. This is a factory operation used to create instance objects of class Meeting.


extendSubscriptionTarget

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. This is a factory operation used to create instance objects of class Meeting.


extendXmlExporter

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. This is a factory operation used to create instance objects of class Meeting.


extendDepotReferenceHolder

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. This is a factory operation used to create instance objects of class Meeting.


extendCrxObject

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. This is a factory operation used to create instance objects of class Meeting.


extendBasicObject

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. This is a factory operation used to create instance objects of class Meeting.


extendContextCapable

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. This is a factory operation used to create instance objects of class Meeting.


extendExtentCapable

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. This is a factory operation used to create instance objects of class Meeting.


extendViewCapable

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. This is a factory operation used to create instance objects of class Meeting.



This software is published under the BSD license. Copyright © 2003-2007, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.