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