|
||||||||||
| 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.ras1.cci.AssetContextClassImpl
public class AssetContextClassImpl
| Constructor Summary | |
|---|---|
AssetContextClassImpl(RefPackage_1_0 refPackage)
|
|
| Method Summary | |
|---|---|
AssetContext |
createAssetContext()
Creates an instance of class AssetContext. |
AssetContext |
createAssetContext(short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name)
Creates an instance of class AssetContext based on all
required attributes. |
AssetContext |
extendAlertSender(AlertSender _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name)
Creates an instance of class AssetContext based on the
superclass AlertSender and all required attributes not
included in this superclass. |
AssetContext |
extendAuditee(Auditee _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name)
Creates an instance of class AssetContext based on the
superclass Auditee and all required attributes not
included in this superclass. |
AssetContext |
extendBasicObject(BasicObject _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name)
Creates an instance of class AssetContext based on the
superclass BasicObject and all required attributes not
included in this superclass. |
AssetContext |
extendCloneable(Cloneable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name)
Creates an instance of class AssetContext based on the
superclass Cloneable and all required attributes not
included in this superclass. |
AssetContext |
extendContextCapable(ContextCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name)
Creates an instance of class AssetContext based on the
superclass ContextCapable and all required attributes not
included in this superclass. |
AssetContext |
extendCrxObject(CrxObject _base,
String name)
Creates an instance of class AssetContext based on the
superclass CrxObject and all required attributes not
included in this superclass. |
AssetContext |
extendDescriptionContainer(DescriptionContainer _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name)
Creates an instance of class AssetContext based on the
superclass DescriptionContainer and all required
attributes not included in this superclass. |
AssetContext |
extendExtentCapable(ExtentCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name)
Creates an instance of class AssetContext based on the
superclass ExtentCapable and all required attributes not
included in this superclass. |
AssetContext |
extendImporter(Importer _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name)
Creates an instance of class AssetContext based on the
superclass Importer and all required attributes not
included in this superclass. |
AssetContext |
extendIndexed(Indexed _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name)
Creates an instance of class AssetContext based on the
superclass Indexed and all required attributes not
included in this superclass. |
AssetContext |
extendSecureObject(SecureObject _base,
boolean disabled,
String name)
Creates an instance of class AssetContext based on the
superclass SecureObject and all required attributes not
included in this superclass. |
AssetContext |
extendSubscriptionTarget(SubscriptionTarget _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name)
Creates an instance of class AssetContext based on the
superclass SubscriptionTarget and all required attributes
not included in this superclass. |
AssetContext |
extendViewCapable(ViewCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name)
Creates an instance of class AssetContext based on the
superclass ViewCapable and all required attributes not
included in this superclass. |
AssetContext |
extendXmlExporter(XmlExporter _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name)
Creates an instance of class AssetContext based on the
superclass XmlExporter and all required attributes not
included in this superclass. |
AssetContext |
getAssetContext(Object object)
Creates an instance of class AssetContext 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 AssetContextClassImpl(RefPackage_1_0 refPackage)
| Method Detail |
|---|
public String refMofId()
refMofId in interface RefBaseObjectrefMofId in class RefClass_1public AssetContext getAssetContext(Object object)
AssetContextClassAssetContext based on the
specified Object instance.
This is a factory operation used to create instance objects of class
AssetContext.
getAssetContext in interface AssetContextClassobject - The Object instance this class is based on. Object must
be instanceof RefObject, Object_1_0 or Path.public AssetContext createAssetContext()
AssetContextClassAssetContext.
This is a factory operation used to create instance objects of class
AssetContext.
createAssetContext in interface AssetContextClass
public AssetContext createAssetContext(short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name)
AssetContextClassAssetContext based on all
required attributes.
This is a factory operation used to create instance objects of class
AssetContext.
createAssetContext in interface AssetContextClass
public AssetContext extendAlertSender(AlertSender _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name)
AssetContextClassAssetContext 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
AssetContext.
extendAlertSender in interface AssetContextClass
public AssetContext extendAuditee(Auditee _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name)
AssetContextClassAssetContext 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
AssetContext.
extendAuditee in interface AssetContextClass
public AssetContext extendCloneable(Cloneable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name)
AssetContextClassAssetContext 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
AssetContext.
extendCloneable in interface AssetContextClass
public AssetContext extendImporter(Importer _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name)
AssetContextClassAssetContext 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
AssetContext.
extendImporter in interface AssetContextClass
public AssetContext extendIndexed(Indexed _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name)
AssetContextClassAssetContext 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
AssetContext.
extendIndexed in interface AssetContextClass
public AssetContext extendSecureObject(SecureObject _base,
boolean disabled,
String name)
AssetContextClassAssetContext 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
AssetContext.
extendSecureObject in interface AssetContextClass
public AssetContext extendSubscriptionTarget(SubscriptionTarget _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name)
AssetContextClassAssetContext 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
AssetContext.
extendSubscriptionTarget in interface AssetContextClass
public AssetContext extendXmlExporter(XmlExporter _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name)
AssetContextClassAssetContext 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
AssetContext.
extendXmlExporter in interface AssetContextClass
public AssetContext extendCrxObject(CrxObject _base,
String name)
AssetContextClassAssetContext 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
AssetContext.
extendCrxObject in interface AssetContextClass
public AssetContext extendDescriptionContainer(DescriptionContainer _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name)
AssetContextClassAssetContext 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
AssetContext.
extendDescriptionContainer in interface AssetContextClass
public AssetContext extendBasicObject(BasicObject _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name)
AssetContextClassAssetContext 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
AssetContext.
extendBasicObject in interface AssetContextClass
public AssetContext extendContextCapable(ContextCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name)
AssetContextClassAssetContext 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
AssetContext.
extendContextCapable in interface AssetContextClass
public AssetContext extendExtentCapable(ExtentCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name)
AssetContextClassAssetContext 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
AssetContext.
extendExtentCapable in interface AssetContextClass
public AssetContext extendViewCapable(ViewCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled,
String name)
AssetContextClassAssetContext 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
AssetContext.
extendViewCapable in interface AssetContextClass
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||