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