|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.base.accessor.jmi.spi.RefClass_1
org.opencrx.kernel.model1.cci.OperationClassImpl
public class OperationClassImpl
| Constructor Summary | |
|---|---|
OperationClassImpl(RefPackage_1_0 refPackage)
|
|
| Method Summary | |
|---|---|
Operation |
createOperation()
Creates an instance of class Operation. |
Operation |
createOperation(short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name,
String qualifiedName,
short scope,
short visibility,
boolean isQuery)
Creates an instance of class Operation based on all
required attributes. |
Operation |
extendAlertSender(AlertSender _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name,
String qualifiedName,
short scope,
short visibility,
boolean isQuery)
Creates an instance of class Operation based on the
superclass AlertSender and all required attributes not
included in this superclass. |
Operation |
extendAuditee(Auditee _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name,
String qualifiedName,
short scope,
short visibility,
boolean isQuery)
Creates an instance of class Operation based on the
superclass Auditee and all required attributes not
included in this superclass. |
Operation |
extendBasicObject(BasicObject _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name,
String qualifiedName,
short scope,
short visibility,
boolean isQuery)
Creates an instance of class Operation based on the
superclass BasicObject and all required attributes not
included in this superclass. |
Operation |
extendBehaviouralFeature(BehaviouralFeature _base,
boolean isQuery)
Creates an instance of class Operation based on the
superclass BehaviouralFeature and all required attributes
not included in this superclass. |
Operation |
extendCloneable(Cloneable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name,
String qualifiedName,
short scope,
short visibility,
boolean isQuery)
Creates an instance of class Operation based on the
superclass Cloneable and all required attributes not
included in this superclass. |
Operation |
extendContextCapable(ContextCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name,
String qualifiedName,
short scope,
short visibility,
boolean isQuery)
Creates an instance of class Operation based on the
superclass ContextCapable and all required attributes not
included in this superclass. |
Operation |
extendCrxObject(CrxObject _base,
String name,
String qualifiedName,
short scope,
short visibility,
boolean isQuery)
Creates an instance of class Operation based on the
superclass CrxObject and all required attributes not
included in this superclass. |
Operation |
extendElement(Element _base,
short scope,
short visibility,
boolean isQuery)
Creates an instance of class Operation based on the
superclass Element and all required attributes not
included in this superclass. |
Operation |
extendExtentCapable(ExtentCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name,
String qualifiedName,
short scope,
short visibility,
boolean isQuery)
Creates an instance of class Operation based on the
superclass ExtentCapable and all required attributes not
included in this superclass. |
Operation |
extendFeature(Feature _base,
boolean isQuery)
Creates an instance of class Operation based on the
superclass Feature and all required attributes not
included in this superclass. |
Operation |
extendImporter(Importer _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name,
String qualifiedName,
short scope,
short visibility,
boolean isQuery)
Creates an instance of class Operation based on the
superclass Importer and all required attributes not
included in this superclass. |
Operation |
extendIndexed(Indexed _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name,
String qualifiedName,
short scope,
short visibility,
boolean isQuery)
Creates an instance of class Operation based on the
superclass Indexed and all required attributes not
included in this superclass. |
Operation |
extendNamespace(Namespace _base,
short scope,
short visibility,
boolean isQuery)
Creates an instance of class Operation based on the
superclass Namespace and all required attributes not
included in this superclass. |
Operation |
extendSecureObject(SecureObject _base,
boolean disabled,
String name,
String qualifiedName,
short scope,
short visibility,
boolean isQuery)
Creates an instance of class Operation based on the
superclass SecureObject and all required attributes not
included in this superclass. |
Operation |
extendSubscriptionTarget(SubscriptionTarget _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name,
String qualifiedName,
short scope,
short visibility,
boolean isQuery)
Creates an instance of class Operation based on the
superclass SubscriptionTarget and all required attributes
not included in this superclass. |
Operation |
extendViewCapable(ViewCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name,
String qualifiedName,
short scope,
short visibility,
boolean isQuery)
Creates an instance of class Operation based on the
superclass ViewCapable and all required attributes not
included in this superclass. |
Operation |
extendXmlExporter(XmlExporter _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name,
String qualifiedName,
short scope,
short visibility,
boolean isQuery)
Creates an instance of class Operation based on the
superclass XmlExporter and all required attributes not
included in this superclass. |
Operation |
getOperation(Object object)
Creates an instance of class Operation 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 |
|---|
public OperationClassImpl(RefPackage_1_0 refPackage)
| Method Detail |
|---|
public String refMofId()
refMofId in interface RefBaseObjectrefMofId in class RefClass_1public Operation getOperation(Object object)
OperationClassOperation based on the
specified Object instance.
This is a factory operation used to create instance objects of class
Operation.
getOperation in interface OperationClassobject - The Object instance this class is based on. Object must
be instanceof RefObject, Object_1_0 or Path.public Operation createOperation()
OperationClassOperation.
This is a factory operation used to create instance objects of class
Operation.
createOperation in interface OperationClass
public Operation createOperation(short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name,
String qualifiedName,
short scope,
short visibility,
boolean isQuery)
OperationClassOperation based on all
required attributes.
This is a factory operation used to create instance objects of class
Operation.
createOperation in interface OperationClass
public Operation extendAlertSender(AlertSender _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name,
String qualifiedName,
short scope,
short visibility,
boolean isQuery)
OperationClassOperation 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
Operation.
extendAlertSender in interface OperationClass
public Operation extendAuditee(Auditee _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name,
String qualifiedName,
short scope,
short visibility,
boolean isQuery)
OperationClassOperation 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
Operation.
extendAuditee in interface OperationClass
public Operation extendCloneable(Cloneable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name,
String qualifiedName,
short scope,
short visibility,
boolean isQuery)
OperationClassOperation 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
Operation.
extendCloneable in interface OperationClass
public Operation extendImporter(Importer _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name,
String qualifiedName,
short scope,
short visibility,
boolean isQuery)
OperationClassOperation 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
Operation.
extendImporter in interface OperationClass
public Operation extendIndexed(Indexed _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name,
String qualifiedName,
short scope,
short visibility,
boolean isQuery)
OperationClassOperation 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
Operation.
extendIndexed in interface OperationClass
public Operation extendSecureObject(SecureObject _base,
boolean disabled,
String name,
String qualifiedName,
short scope,
short visibility,
boolean isQuery)
OperationClassOperation 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
Operation.
extendSecureObject in interface OperationClass
public Operation extendSubscriptionTarget(SubscriptionTarget _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name,
String qualifiedName,
short scope,
short visibility,
boolean isQuery)
OperationClassOperation 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
Operation.
extendSubscriptionTarget in interface OperationClass
public Operation extendXmlExporter(XmlExporter _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name,
String qualifiedName,
short scope,
short visibility,
boolean isQuery)
OperationClassOperation 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
Operation.
extendXmlExporter in interface OperationClass
public Operation extendCrxObject(CrxObject _base,
String name,
String qualifiedName,
short scope,
short visibility,
boolean isQuery)
OperationClassOperation 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
Operation.
extendCrxObject in interface OperationClass
public Operation extendBehaviouralFeature(BehaviouralFeature _base,
boolean isQuery)
OperationClassOperation based on the
superclass BehaviouralFeature and all required attributes
not included in this superclass.
This is a factory operation used to create instance objects of class
Operation.
extendBehaviouralFeature in interface OperationClass
public Operation extendElement(Element _base,
short scope,
short visibility,
boolean isQuery)
OperationClassOperation based on the
superclass Element and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
Operation.
extendElement in interface OperationClass
public Operation extendFeature(Feature _base,
boolean isQuery)
OperationClassOperation based on the
superclass Feature and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
Operation.
extendFeature in interface OperationClass
public Operation extendNamespace(Namespace _base,
short scope,
short visibility,
boolean isQuery)
OperationClassOperation based on the
superclass Namespace and all required attributes not
included in this superclass.
This is a factory operation used to create instance objects of class
Operation.
extendNamespace in interface OperationClass
public Operation extendBasicObject(BasicObject _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name,
String qualifiedName,
short scope,
short visibility,
boolean isQuery)
OperationClassOperation 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
Operation.
extendBasicObject in interface OperationClass
public Operation extendContextCapable(ContextCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name,
String qualifiedName,
short scope,
short visibility,
boolean isQuery)
OperationClassOperation 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
Operation.
extendContextCapable in interface OperationClass
public Operation extendExtentCapable(ExtentCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name,
String qualifiedName,
short scope,
short visibility,
boolean isQuery)
OperationClassOperation 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
Operation.
extendExtentCapable in interface OperationClass
public Operation extendViewCapable(ViewCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name,
String qualifiedName,
short scope,
short visibility,
boolean isQuery)
OperationClassOperation 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
Operation.
extendViewCapable in interface OperationClass
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||