org.opencrx.kernel.activity1.cci
Interface ActivityCreationActionClass

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

public interface ActivityCreationActionClass
extends RefClass_1_0


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

createActivityCreationAction

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


getActivityCreationAction

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

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

createActivityCreationAction

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


extendActivityProcessAction

ActivityCreationAction extendActivityProcessAction(ActivityProcessAction _base,
                                                   String activityName)
Creates an instance of class ActivityCreationAction based on the superclass ActivityProcessAction and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class ActivityCreationAction.


extendAlertSender

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


extendAuditee

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


extendCloneable

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


extendImporter

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


extendIndexed

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


extendSecureObject

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


extendSubscriptionTarget

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


extendXmlExporter

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


extendCrxObject

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


extendBasicObject

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


extendContextCapable

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


extendExtentCapable

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


extendViewCapable

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



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