org.opencrx.kernel.ras1.jmi1
Interface DesignModelClass

All Superinterfaces:
RefBaseObject, RefClass, RefFeatured

public interface DesignModelClass
extends RefClass


Method Summary
 DesignModel createDesignModel()
          Creates an instance of class DesignModel.
 DesignModel createDesignModel(short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String artifactType, String name)
          Creates an instance of class DesignModel based on all required attributes.
 DesignModel extendAlertSender(AlertSender _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String artifactType, String name)
          Creates an instance of class DesignModel based on the superclass AlertSender and all required attributes not included in this superclass.
 DesignModel extendAuditee(Auditee _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String artifactType, String name)
          Creates an instance of class DesignModel based on the superclass Auditee and all required attributes not included in this superclass.
 DesignModel extendBasicObject(org.openmdx.base.jmi1.BasicObject _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String artifactType, String name)
          Creates an instance of class DesignModel based on the superclass BasicObject and all required attributes not included in this superclass.
 DesignModel extendCloneable(Cloneable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String artifactType, String name)
          Creates an instance of class DesignModel based on the superclass Cloneable and all required attributes not included in this superclass.
 DesignModel extendContextCapable(org.openmdx.base.jmi1.ContextCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String artifactType, String name)
          Creates an instance of class DesignModel based on the superclass ContextCapable and all required attributes not included in this superclass.
 DesignModel extendCrxObject(CrxObject _base, String artifactType, String name)
          Creates an instance of class DesignModel based on the superclass CrxObject and all required attributes not included in this superclass.
 DesignModel extendDescriptionContainer(DescriptionContainer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String artifactType, String name)
          Creates an instance of class DesignModel based on the superclass DescriptionContainer and all required attributes not included in this superclass.
 DesignModel extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String artifactType, String name)
          Creates an instance of class DesignModel based on the superclass ExtentCapable and all required attributes not included in this superclass.
 DesignModel extendImporter(Importer _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String artifactType, String name)
          Creates an instance of class DesignModel based on the superclass Importer and all required attributes not included in this superclass.
 DesignModel extendIndexed(Indexed _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String artifactType, String name)
          Creates an instance of class DesignModel based on the superclass Indexed and all required attributes not included in this superclass.
 DesignModel extendModel(Model _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String artifactType, String name)
          Creates an instance of class DesignModel based on the superclass Model and all required attributes not included in this superclass.
 DesignModel extendSecureObject(SecureObject _base, boolean disabled, String artifactType, String name)
          Creates an instance of class DesignModel based on the superclass SecureObject and all required attributes not included in this superclass.
 DesignModel extendSolutionPart(SolutionPart _base, String artifactType)
          Creates an instance of class DesignModel based on the superclass SolutionPart and all required attributes not included in this superclass.
 DesignModel extendSubscriptionTarget(SubscriptionTarget _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String artifactType, String name)
          Creates an instance of class DesignModel based on the superclass SubscriptionTarget and all required attributes not included in this superclass.
 DesignModel extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String artifactType, String name)
          Creates an instance of class DesignModel based on the superclass ViewCapable and all required attributes not included in this superclass.
 DesignModel extendXmlExporter(XmlExporter _base, short accessLevelBrowse, short accessLevelDelete, short accessLevelUpdate, boolean disabled, String artifactType, String name)
          Creates an instance of class DesignModel based on the superclass XmlExporter and all required attributes not included in this superclass.
 DesignModel getDesignModel(Object object)
          Creates an instance of class DesignModel 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

createDesignModel

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


getDesignModel

DesignModel getDesignModel(Object object)
Creates an instance of class DesignModel based on the specified Object instance. This is a factory operation used to create instance objects of class DesignModel.

Parameters:
object - The Object instance this class is based on.

createDesignModel

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


extendAlertSender

DesignModel extendAlertSender(AlertSender _base,
                              short accessLevelBrowse,
                              short accessLevelDelete,
                              short accessLevelUpdate,
                              boolean disabled,
                              String artifactType,
                              String name)
Creates an instance of class DesignModel 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 DesignModel.


extendAuditee

DesignModel extendAuditee(Auditee _base,
                          short accessLevelBrowse,
                          short accessLevelDelete,
                          short accessLevelUpdate,
                          boolean disabled,
                          String artifactType,
                          String name)
Creates an instance of class DesignModel 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 DesignModel.


extendCloneable

DesignModel extendCloneable(Cloneable _base,
                            short accessLevelBrowse,
                            short accessLevelDelete,
                            short accessLevelUpdate,
                            boolean disabled,
                            String artifactType,
                            String name)
Creates an instance of class DesignModel 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 DesignModel.


extendImporter

DesignModel extendImporter(Importer _base,
                           short accessLevelBrowse,
                           short accessLevelDelete,
                           short accessLevelUpdate,
                           boolean disabled,
                           String artifactType,
                           String name)
Creates an instance of class DesignModel 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 DesignModel.


extendIndexed

DesignModel extendIndexed(Indexed _base,
                          short accessLevelBrowse,
                          short accessLevelDelete,
                          short accessLevelUpdate,
                          boolean disabled,
                          String artifactType,
                          String name)
Creates an instance of class DesignModel 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 DesignModel.


extendSecureObject

DesignModel extendSecureObject(SecureObject _base,
                               boolean disabled,
                               String artifactType,
                               String name)
Creates an instance of class DesignModel 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 DesignModel.


extendSubscriptionTarget

DesignModel extendSubscriptionTarget(SubscriptionTarget _base,
                                     short accessLevelBrowse,
                                     short accessLevelDelete,
                                     short accessLevelUpdate,
                                     boolean disabled,
                                     String artifactType,
                                     String name)
Creates an instance of class DesignModel 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 DesignModel.


extendXmlExporter

DesignModel extendXmlExporter(XmlExporter _base,
                              short accessLevelBrowse,
                              short accessLevelDelete,
                              short accessLevelUpdate,
                              boolean disabled,
                              String artifactType,
                              String name)
Creates an instance of class DesignModel 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 DesignModel.


extendCrxObject

DesignModel extendCrxObject(CrxObject _base,
                            String artifactType,
                            String name)
Creates an instance of class DesignModel 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 DesignModel.


extendDescriptionContainer

DesignModel extendDescriptionContainer(DescriptionContainer _base,
                                       short accessLevelBrowse,
                                       short accessLevelDelete,
                                       short accessLevelUpdate,
                                       boolean disabled,
                                       String artifactType,
                                       String name)
Creates an instance of class DesignModel 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 DesignModel.


extendModel

DesignModel extendModel(Model _base,
                        short accessLevelBrowse,
                        short accessLevelDelete,
                        short accessLevelUpdate,
                        boolean disabled,
                        String artifactType,
                        String name)
Creates an instance of class DesignModel based on the superclass Model and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class DesignModel.


extendSolutionPart

DesignModel extendSolutionPart(SolutionPart _base,
                               String artifactType)
Creates an instance of class DesignModel based on the superclass SolutionPart and all required attributes not included in this superclass. This is a factory operation used to create instance objects of class DesignModel.


extendBasicObject

DesignModel extendBasicObject(org.openmdx.base.jmi1.BasicObject _base,
                              short accessLevelBrowse,
                              short accessLevelDelete,
                              short accessLevelUpdate,
                              boolean disabled,
                              String artifactType,
                              String name)
Creates an instance of class DesignModel 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 DesignModel.


extendContextCapable

DesignModel extendContextCapable(org.openmdx.base.jmi1.ContextCapable _base,
                                 short accessLevelBrowse,
                                 short accessLevelDelete,
                                 short accessLevelUpdate,
                                 boolean disabled,
                                 String artifactType,
                                 String name)
Creates an instance of class DesignModel 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 DesignModel.


extendExtentCapable

DesignModel extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _base,
                                short accessLevelBrowse,
                                short accessLevelDelete,
                                short accessLevelUpdate,
                                boolean disabled,
                                String artifactType,
                                String name)
Creates an instance of class DesignModel 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 DesignModel.


extendViewCapable

DesignModel extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _base,
                              short accessLevelBrowse,
                              short accessLevelDelete,
                              short accessLevelUpdate,
                              boolean disabled,
                              String artifactType,
                              String name)
Creates an instance of class DesignModel 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 DesignModel.



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