org.opencrx.kernel.ras1.cci
Class AssetContextClassImpl

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

public class AssetContextClassImpl
extends RefClass_1
implements AssetContextClass

See Also:
Serialized Form

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

AssetContextClassImpl

public AssetContextClassImpl(RefPackage_1_0 refPackage)
Method Detail

refMofId

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

getAssetContext

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

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

createAssetContext

public AssetContext createAssetContext()
Description copied from interface: AssetContextClass
Creates an instance of class AssetContext. This is a factory operation used to create instance objects of class AssetContext.

Specified by:
createAssetContext in interface AssetContextClass

createAssetContext

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

Specified by:
createAssetContext in interface AssetContextClass

extendAlertSender

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

Specified by:
extendAlertSender in interface AssetContextClass

extendAuditee

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

Specified by:
extendAuditee in interface AssetContextClass

extendCloneable

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

Specified by:
extendCloneable in interface AssetContextClass

extendImporter

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

Specified by:
extendImporter in interface AssetContextClass

extendIndexed

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

Specified by:
extendIndexed in interface AssetContextClass

extendSecureObject

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

Specified by:
extendSecureObject in interface AssetContextClass

extendSubscriptionTarget

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

Specified by:
extendSubscriptionTarget in interface AssetContextClass

extendXmlExporter

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

Specified by:
extendXmlExporter in interface AssetContextClass

extendCrxObject

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

Specified by:
extendCrxObject in interface AssetContextClass

extendDescriptionContainer

public AssetContext extendDescriptionContainer(DescriptionContainer _base,
                                               short accessLevelBrowse,
                                               short accessLevelDelete,
                                               short accessLevelUpdate,
                                               boolean disabled,
                                               String name)
Description copied from interface: AssetContextClass
Creates an instance of class AssetContext 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.

Specified by:
extendDescriptionContainer in interface AssetContextClass

extendBasicObject

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

Specified by:
extendBasicObject in interface AssetContextClass

extendContextCapable

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

Specified by:
extendContextCapable in interface AssetContextClass

extendExtentCapable

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

Specified by:
extendExtentCapable in interface AssetContextClass

extendViewCapable

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

Specified by:
extendViewCapable in interface AssetContextClass


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