org.opencrx.kernel.reservation1.cci
Interface EventClass

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

public interface EventClass
extends RefClass_1_0


Method Summary
 Event createEvent()
          Creates an instance of class Event.
 Event createEvent(short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
          Creates an instance of class Event based on all required attributes.
 Event extendAlertSender(AlertSender _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
          Creates an instance of class Event based on the superclass AlertSender and all required attributes not included in this superclass.
 Event extendAuditee(Auditee _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
          Creates an instance of class Event based on the superclass Auditee and all required attributes not included in this superclass.
 Event extendBasicObject(BasicObject _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
          Creates an instance of class Event based on the superclass BasicObject and all required attributes not included in this superclass.
 Event extendCloneable(Cloneable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
          Creates an instance of class Event based on the superclass Cloneable and all required attributes not included in this superclass.
 Event extendContextCapable(ContextCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
          Creates an instance of class Event based on the superclass ContextCapable and all required attributes not included in this superclass.
 Event extendCrxObject(CrxObject _base, String name)
          Creates an instance of class Event based on the superclass CrxObject and all required attributes not included in this superclass.
 Event extendDescriptionContainer(DescriptionContainer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
          Creates an instance of class Event based on the superclass DescriptionContainer and all required attributes not included in this superclass.
 Event extendExtentCapable(ExtentCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
          Creates an instance of class Event based on the superclass ExtentCapable and all required attributes not included in this superclass.
 Event extendImporter(Importer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
          Creates an instance of class Event based on the superclass Importer and all required attributes not included in this superclass.
 Event extendIndexed(Indexed _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
          Creates an instance of class Event based on the superclass Indexed and all required attributes not included in this superclass.
 Event extendSecureObject(SecureObject _base, boolean disabled, String name)
          Creates an instance of class Event based on the superclass SecureObject and all required attributes not included in this superclass.
 Event extendSubscriptionTarget(SubscriptionTarget _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
          Creates an instance of class Event based on the superclass SubscriptionTarget and all required attributes not included in this superclass.
 Event extendViewCapable(ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
          Creates an instance of class Event based on the superclass ViewCapable and all required attributes not included in this superclass.
 Event extendXmlExporter(XmlExporter _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String name)
          Creates an instance of class Event based on the superclass XmlExporter and all required attributes not included in this superclass.
 Event getEvent(Object object)
          Creates an instance of class Event 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

createEvent

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


getEvent

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

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

createEvent

Event createEvent(short accessLevelBrowse,
                  short accessLevelDelete,
                  short accessLevelUpdate,
                  boolean disabled,
                  String name)
Creates an instance of class Event based on all required attributes. This is a factory operation used to create instance objects of class Event.


extendAlertSender

Event extendAlertSender(AlertSender _base,
                        short accessLevelBrowse,
                        short accessLevelDelete,
                        short accessLevelUpdate,
                        boolean disabled,
                        String name)
Creates an instance of class Event 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 Event.


extendAuditee

Event extendAuditee(Auditee _base,
                    short accessLevelBrowse,
                    short accessLevelDelete,
                    short accessLevelUpdate,
                    boolean disabled,
                    String name)
Creates an instance of class Event 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 Event.


extendCloneable

Event extendCloneable(Cloneable _base,
                      short accessLevelBrowse,
                      short accessLevelDelete,
                      short accessLevelUpdate,
                      boolean disabled,
                      String name)
Creates an instance of class Event 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 Event.


extendImporter

Event extendImporter(Importer _base,
                     short accessLevelBrowse,
                     short accessLevelDelete,
                     short accessLevelUpdate,
                     boolean disabled,
                     String name)
Creates an instance of class Event 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 Event.


extendIndexed

Event extendIndexed(Indexed _base,
                    short accessLevelBrowse,
                    short accessLevelDelete,
                    short accessLevelUpdate,
                    boolean disabled,
                    String name)
Creates an instance of class Event 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 Event.


extendSecureObject

Event extendSecureObject(SecureObject _base,
                         boolean disabled,
                         String name)
Creates an instance of class Event 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 Event.


extendSubscriptionTarget

Event extendSubscriptionTarget(SubscriptionTarget _base,
                               short accessLevelBrowse,
                               short accessLevelDelete,
                               short accessLevelUpdate,
                               boolean disabled,
                               String name)
Creates an instance of class Event 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 Event.


extendXmlExporter

Event extendXmlExporter(XmlExporter _base,
                        short accessLevelBrowse,
                        short accessLevelDelete,
                        short accessLevelUpdate,
                        boolean disabled,
                        String name)
Creates an instance of class Event 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 Event.


extendCrxObject

Event extendCrxObject(CrxObject _base,
                      String name)
Creates an instance of class Event 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 Event.


extendDescriptionContainer

Event extendDescriptionContainer(DescriptionContainer _base,
                                 short accessLevelBrowse,
                                 short accessLevelDelete,
                                 short accessLevelUpdate,
                                 boolean disabled,
                                 String name)
Creates an instance of class Event based on the superclass DescriptionContainer and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class Event.


extendBasicObject

Event extendBasicObject(BasicObject _base,
                        short accessLevelBrowse,
                        short accessLevelDelete,
                        short accessLevelUpdate,
                        boolean disabled,
                        String name)
Creates an instance of class Event 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 Event.


extendContextCapable

Event extendContextCapable(ContextCapable _base,
                           short accessLevelBrowse,
                           short accessLevelDelete,
                           short accessLevelUpdate,
                           boolean disabled,
                           String name)
Creates an instance of class Event 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 Event.


extendExtentCapable

Event extendExtentCapable(ExtentCapable _base,
                          short accessLevelBrowse,
                          short accessLevelDelete,
                          short accessLevelUpdate,
                          boolean disabled,
                          String name)
Creates an instance of class Event 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 Event.


extendViewCapable

Event extendViewCapable(ViewCapable _base,
                        short accessLevelBrowse,
                        short accessLevelDelete,
                        short accessLevelUpdate,
                        boolean disabled,
                        String name)
Creates an instance of class Event 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 Event.



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