org.opencrx.kernel.activity1.cci
Class LinkedActivityFollowUpActionClassImpl

java.lang.Object
  extended by org.openmdx.base.accessor.jmi.spi.RefClass_1
      extended by org.opencrx.kernel.activity1.cci.LinkedActivityFollowUpActionClassImpl
All Implemented Interfaces:
Serializable, RefBaseObject, RefClass, RefFeatured, LinkedActivityFollowUpActionClass, RefClass_1_0

public class LinkedActivityFollowUpActionClassImpl
extends RefClass_1
implements LinkedActivityFollowUpActionClass

See Also:
Serialized Form

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

LinkedActivityFollowUpActionClassImpl

public LinkedActivityFollowUpActionClassImpl(RefPackage_1_0 refPackage)
Method Detail

refMofId

public String refMofId()
Specified by:
refMofId in interface RefBaseObject
Overrides:
refMofId in class RefClass_1

getLinkedActivityFollowUpAction

public LinkedActivityFollowUpAction getLinkedActivityFollowUpAction(Object object)
Description copied from interface: LinkedActivityFollowUpActionClass
Creates an instance of class LinkedActivityFollowUpAction based on the specified Object instance. This is a factory operation used to create instance objects of class LinkedActivityFollowUpAction.

Specified by:
getLinkedActivityFollowUpAction in interface LinkedActivityFollowUpActionClass
Parameters:
object - The Object instance this class is based on. Object must be instanceof RefObject, Object_1_0 or Path.

createLinkedActivityFollowUpAction

public LinkedActivityFollowUpAction createLinkedActivityFollowUpAction()
Description copied from interface: LinkedActivityFollowUpActionClass
Creates an instance of class LinkedActivityFollowUpAction. This is a factory operation used to create instance objects of class LinkedActivityFollowUpAction.

Specified by:
createLinkedActivityFollowUpAction in interface LinkedActivityFollowUpActionClass

createLinkedActivityFollowUpAction

public LinkedActivityFollowUpAction createLinkedActivityFollowUpAction(String name,
                                                                       short activityLinkType,
                                                                       short accessLevelBrowse,
                                                                       short accessLevelDelete,
                                                                       short accessLevelUpdate,
                                                                       boolean disabled)
Description copied from interface: LinkedActivityFollowUpActionClass
Creates an instance of class LinkedActivityFollowUpAction based on all required attributes. This is a factory operation used to create instance objects of class LinkedActivityFollowUpAction.

Specified by:
createLinkedActivityFollowUpAction in interface LinkedActivityFollowUpActionClass

extendActivityProcessAction

public LinkedActivityFollowUpAction extendActivityProcessAction(ActivityProcessAction _base,
                                                                short activityLinkType)
Description copied from interface: LinkedActivityFollowUpActionClass
Creates an instance of class LinkedActivityFollowUpAction 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 LinkedActivityFollowUpAction.

Specified by:
extendActivityProcessAction in interface LinkedActivityFollowUpActionClass

extendAlertSender

public LinkedActivityFollowUpAction extendAlertSender(AlertSender _base,
                                                      String name,
                                                      short activityLinkType,
                                                      short accessLevelBrowse,
                                                      short accessLevelDelete,
                                                      short accessLevelUpdate,
                                                      boolean disabled)
Description copied from interface: LinkedActivityFollowUpActionClass
Creates an instance of class LinkedActivityFollowUpAction 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 LinkedActivityFollowUpAction.

Specified by:
extendAlertSender in interface LinkedActivityFollowUpActionClass

extendAuditee

public LinkedActivityFollowUpAction extendAuditee(Auditee _base,
                                                  String name,
                                                  short activityLinkType,
                                                  short accessLevelBrowse,
                                                  short accessLevelDelete,
                                                  short accessLevelUpdate,
                                                  boolean disabled)
Description copied from interface: LinkedActivityFollowUpActionClass
Creates an instance of class LinkedActivityFollowUpAction 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 LinkedActivityFollowUpAction.

Specified by:
extendAuditee in interface LinkedActivityFollowUpActionClass

extendCloneable

public LinkedActivityFollowUpAction extendCloneable(Cloneable _base,
                                                    String name,
                                                    short activityLinkType,
                                                    short accessLevelBrowse,
                                                    short accessLevelDelete,
                                                    short accessLevelUpdate,
                                                    boolean disabled)
Description copied from interface: LinkedActivityFollowUpActionClass
Creates an instance of class LinkedActivityFollowUpAction 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 LinkedActivityFollowUpAction.

Specified by:
extendCloneable in interface LinkedActivityFollowUpActionClass

extendImporter

public LinkedActivityFollowUpAction extendImporter(Importer _base,
                                                   String name,
                                                   short activityLinkType,
                                                   short accessLevelBrowse,
                                                   short accessLevelDelete,
                                                   short accessLevelUpdate,
                                                   boolean disabled)
Description copied from interface: LinkedActivityFollowUpActionClass
Creates an instance of class LinkedActivityFollowUpAction 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 LinkedActivityFollowUpAction.

Specified by:
extendImporter in interface LinkedActivityFollowUpActionClass

extendIndexed

public LinkedActivityFollowUpAction extendIndexed(Indexed _base,
                                                  String name,
                                                  short activityLinkType,
                                                  short accessLevelBrowse,
                                                  short accessLevelDelete,
                                                  short accessLevelUpdate,
                                                  boolean disabled)
Description copied from interface: LinkedActivityFollowUpActionClass
Creates an instance of class LinkedActivityFollowUpAction 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 LinkedActivityFollowUpAction.

Specified by:
extendIndexed in interface LinkedActivityFollowUpActionClass

extendSecureObject

public LinkedActivityFollowUpAction extendSecureObject(SecureObject _base,
                                                       String name,
                                                       short activityLinkType,
                                                       boolean disabled)
Description copied from interface: LinkedActivityFollowUpActionClass
Creates an instance of class LinkedActivityFollowUpAction 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 LinkedActivityFollowUpAction.

Specified by:
extendSecureObject in interface LinkedActivityFollowUpActionClass

extendSubscriptionTarget

public LinkedActivityFollowUpAction extendSubscriptionTarget(SubscriptionTarget _base,
                                                             String name,
                                                             short activityLinkType,
                                                             short accessLevelBrowse,
                                                             short accessLevelDelete,
                                                             short accessLevelUpdate,
                                                             boolean disabled)
Description copied from interface: LinkedActivityFollowUpActionClass
Creates an instance of class LinkedActivityFollowUpAction 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 LinkedActivityFollowUpAction.

Specified by:
extendSubscriptionTarget in interface LinkedActivityFollowUpActionClass

extendXmlExporter

public LinkedActivityFollowUpAction extendXmlExporter(XmlExporter _base,
                                                      String name,
                                                      short activityLinkType,
                                                      short accessLevelBrowse,
                                                      short accessLevelDelete,
                                                      short accessLevelUpdate,
                                                      boolean disabled)
Description copied from interface: LinkedActivityFollowUpActionClass
Creates an instance of class LinkedActivityFollowUpAction 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 LinkedActivityFollowUpAction.

Specified by:
extendXmlExporter in interface LinkedActivityFollowUpActionClass

extendCrxObject

public LinkedActivityFollowUpAction extendCrxObject(CrxObject _base,
                                                    String name,
                                                    short activityLinkType)
Description copied from interface: LinkedActivityFollowUpActionClass
Creates an instance of class LinkedActivityFollowUpAction 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 LinkedActivityFollowUpAction.

Specified by:
extendCrxObject in interface LinkedActivityFollowUpActionClass

extendBasicObject

public LinkedActivityFollowUpAction extendBasicObject(BasicObject _base,
                                                      String name,
                                                      short activityLinkType,
                                                      short accessLevelBrowse,
                                                      short accessLevelDelete,
                                                      short accessLevelUpdate,
                                                      boolean disabled)
Description copied from interface: LinkedActivityFollowUpActionClass
Creates an instance of class LinkedActivityFollowUpAction 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 LinkedActivityFollowUpAction.

Specified by:
extendBasicObject in interface LinkedActivityFollowUpActionClass

extendContextCapable

public LinkedActivityFollowUpAction extendContextCapable(ContextCapable _base,
                                                         String name,
                                                         short activityLinkType,
                                                         short accessLevelBrowse,
                                                         short accessLevelDelete,
                                                         short accessLevelUpdate,
                                                         boolean disabled)
Description copied from interface: LinkedActivityFollowUpActionClass
Creates an instance of class LinkedActivityFollowUpAction 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 LinkedActivityFollowUpAction.

Specified by:
extendContextCapable in interface LinkedActivityFollowUpActionClass

extendExtentCapable

public LinkedActivityFollowUpAction extendExtentCapable(ExtentCapable _base,
                                                        String name,
                                                        short activityLinkType,
                                                        short accessLevelBrowse,
                                                        short accessLevelDelete,
                                                        short accessLevelUpdate,
                                                        boolean disabled)
Description copied from interface: LinkedActivityFollowUpActionClass
Creates an instance of class LinkedActivityFollowUpAction 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 LinkedActivityFollowUpAction.

Specified by:
extendExtentCapable in interface LinkedActivityFollowUpActionClass

extendViewCapable

public LinkedActivityFollowUpAction extendViewCapable(ViewCapable _base,
                                                      String name,
                                                      short activityLinkType,
                                                      short accessLevelBrowse,
                                                      short accessLevelDelete,
                                                      short accessLevelUpdate,
                                                      boolean disabled)
Description copied from interface: LinkedActivityFollowUpActionClass
Creates an instance of class LinkedActivityFollowUpAction 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 LinkedActivityFollowUpAction.

Specified by:
extendViewCapable in interface LinkedActivityFollowUpActionClass


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