org.opencrx.kernel.ras1.cci
Interface AssetContextClass

All Superinterfaces:
RefBaseObject, RefClass, RefClass_1_0, RefFeatured
All Known Implementing Classes:
AssetContextClassImpl

public interface AssetContextClass
extends RefClass_1_0


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.
 
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

createAssetContext

AssetContext createAssetContext()
Creates an instance of class AssetContext. This is a factory operation used to create instance objects of class AssetContext.


getAssetContext

AssetContext getAssetContext(Object object)
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.

Parameters:
object - The Object instance this class is based on. Object must be instanceof RefObject, Object_1_0 or Path.

createAssetContext

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


extendAlertSender

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. This is a factory operation used to create instance objects of class AssetContext.


extendAuditee

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. This is a factory operation used to create instance objects of class AssetContext.


extendCloneable

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. This is a factory operation used to create instance objects of class AssetContext.


extendImporter

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. This is a factory operation used to create instance objects of class AssetContext.


extendIndexed

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. This is a factory operation used to create instance objects of class AssetContext.


extendSecureObject

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. This is a factory operation used to create instance objects of class AssetContext.


extendSubscriptionTarget

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. This is a factory operation used to create instance objects of class AssetContext.


extendXmlExporter

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. This is a factory operation used to create instance objects of class AssetContext.


extendCrxObject

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. This is a factory operation used to create instance objects of class AssetContext.


extendDescriptionContainer

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. This is a factory operation used to create instance objects of class AssetContext.


extendBasicObject

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. This is a factory operation used to create instance objects of class AssetContext.


extendContextCapable

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. This is a factory operation used to create instance objects of class AssetContext.


extendExtentCapable

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. This is a factory operation used to create instance objects of class AssetContext.


extendViewCapable

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. This is a factory operation used to create instance objects of class AssetContext.



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