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