|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AccountAssignmentInventoryItemClass
| Method Summary | |
|---|---|
AccountAssignmentInventoryItem |
createAccountAssignmentInventoryItem()
Creates an instance of class AccountAssignmentInventoryItem. |
AccountAssignmentInventoryItem |
createAccountAssignmentInventoryItem(short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short accountRole,
String name,
boolean disabled)
Creates an instance of class AccountAssignmentInventoryItem based on all required
attributes. |
AccountAssignmentInventoryItem |
extendAccountAssignment(AccountAssignment _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short accountRole,
String name,
boolean disabled)
Creates an instance of class AccountAssignmentInventoryItem based on the superclass
AccountAssignment and all required attributes not included
in this superclass. |
AccountAssignmentInventoryItem |
extendAlertSender(AlertSender _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short accountRole,
String name,
boolean disabled)
Creates an instance of class AccountAssignmentInventoryItem based on the superclass
AlertSender and all required attributes not included in
this superclass. |
AccountAssignmentInventoryItem |
extendAuditee(Auditee _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short accountRole,
String name,
boolean disabled)
Creates an instance of class AccountAssignmentInventoryItem based on the superclass
Auditee and all required attributes not included in this
superclass. |
AccountAssignmentInventoryItem |
extendBasicObject(org.openmdx.base.jmi1.BasicObject _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short accountRole,
String name,
boolean disabled)
Creates an instance of class AccountAssignmentInventoryItem based on the superclass
BasicObject and all required attributes not included in
this superclass. |
AccountAssignmentInventoryItem |
extendCloneable(Cloneable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short accountRole,
String name,
boolean disabled)
Creates an instance of class AccountAssignmentInventoryItem based on the superclass
Cloneable and all required attributes not included in this
superclass. |
AccountAssignmentInventoryItem |
extendContextCapable(org.openmdx.base.jmi1.ContextCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short accountRole,
String name,
boolean disabled)
Creates an instance of class AccountAssignmentInventoryItem based on the superclass
ContextCapable and all required attributes not included in
this superclass. |
AccountAssignmentInventoryItem |
extendCrxObject(CrxObject _base,
short accountRole,
String name)
Creates an instance of class AccountAssignmentInventoryItem based on the superclass
CrxObject and all required attributes not included in this
superclass. |
AccountAssignmentInventoryItem |
extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short accountRole,
String name,
boolean disabled)
Creates an instance of class AccountAssignmentInventoryItem based on the superclass
ExtentCapable and all required attributes not included in
this superclass. |
AccountAssignmentInventoryItem |
extendImporter(Importer _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short accountRole,
String name,
boolean disabled)
Creates an instance of class AccountAssignmentInventoryItem based on the superclass
Importer and all required attributes not included in this
superclass. |
AccountAssignmentInventoryItem |
extendIndexed(Indexed _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short accountRole,
String name,
boolean disabled)
Creates an instance of class AccountAssignmentInventoryItem based on the superclass
Indexed and all required attributes not included in this
superclass. |
AccountAssignmentInventoryItem |
extendSecureObject(SecureObject _base,
short accountRole,
String name,
boolean disabled)
Creates an instance of class AccountAssignmentInventoryItem based on the superclass
SecureObject and all required attributes not included in
this superclass. |
AccountAssignmentInventoryItem |
extendSubscriptionTarget(SubscriptionTarget _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short accountRole,
String name,
boolean disabled)
Creates an instance of class AccountAssignmentInventoryItem based on the superclass
SubscriptionTarget and all required attributes not
included in this superclass. |
AccountAssignmentInventoryItem |
extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short accountRole,
String name,
boolean disabled)
Creates an instance of class AccountAssignmentInventoryItem based on the superclass
ViewCapable and all required attributes not included in
this superclass. |
AccountAssignmentInventoryItem |
extendXmlExporter(XmlExporter _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short accountRole,
String name,
boolean disabled)
Creates an instance of class AccountAssignmentInventoryItem based on the superclass
XmlExporter and all required attributes not included in
this superclass. |
AccountAssignmentInventoryItem |
getAccountAssignmentInventoryItem(Object object)
Creates an instance of class AccountAssignmentInventoryItem 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 |
|---|
AccountAssignmentInventoryItem createAccountAssignmentInventoryItem()
AccountAssignmentInventoryItem.
This is a factory operation used to create instance objects of class
AccountAssignmentInventoryItem.
AccountAssignmentInventoryItem getAccountAssignmentInventoryItem(Object object)
AccountAssignmentInventoryItem based on the specified
Object instance.
This is a factory operation used to create instance objects of class
AccountAssignmentInventoryItem.
object - The Object instance this class is based on.
AccountAssignmentInventoryItem createAccountAssignmentInventoryItem(short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short accountRole,
String name,
boolean disabled)
AccountAssignmentInventoryItem based on all required
attributes.
This is a factory operation used to create instance objects of class
AccountAssignmentInventoryItem.
AccountAssignmentInventoryItem extendAccountAssignment(AccountAssignment _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short accountRole,
String name,
boolean disabled)
AccountAssignmentInventoryItem based on the superclass
AccountAssignment and all required attributes not included
in this superclass.
This is a factory operation used to create instance objects of class
AccountAssignmentInventoryItem.
AccountAssignmentInventoryItem extendAlertSender(AlertSender _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short accountRole,
String name,
boolean disabled)
AccountAssignmentInventoryItem 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
AccountAssignmentInventoryItem.
AccountAssignmentInventoryItem extendAuditee(Auditee _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short accountRole,
String name,
boolean disabled)
AccountAssignmentInventoryItem 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
AccountAssignmentInventoryItem.
AccountAssignmentInventoryItem extendCloneable(Cloneable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short accountRole,
String name,
boolean disabled)
AccountAssignmentInventoryItem 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
AccountAssignmentInventoryItem.
AccountAssignmentInventoryItem extendImporter(Importer _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short accountRole,
String name,
boolean disabled)
AccountAssignmentInventoryItem 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
AccountAssignmentInventoryItem.
AccountAssignmentInventoryItem extendIndexed(Indexed _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short accountRole,
String name,
boolean disabled)
AccountAssignmentInventoryItem 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
AccountAssignmentInventoryItem.
AccountAssignmentInventoryItem extendSecureObject(SecureObject _base,
short accountRole,
String name,
boolean disabled)
AccountAssignmentInventoryItem 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
AccountAssignmentInventoryItem.
AccountAssignmentInventoryItem extendSubscriptionTarget(SubscriptionTarget _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short accountRole,
String name,
boolean disabled)
AccountAssignmentInventoryItem 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
AccountAssignmentInventoryItem.
AccountAssignmentInventoryItem extendXmlExporter(XmlExporter _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short accountRole,
String name,
boolean disabled)
AccountAssignmentInventoryItem 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
AccountAssignmentInventoryItem.
AccountAssignmentInventoryItem extendCrxObject(CrxObject _base,
short accountRole,
String name)
AccountAssignmentInventoryItem 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
AccountAssignmentInventoryItem.
AccountAssignmentInventoryItem extendBasicObject(org.openmdx.base.jmi1.BasicObject _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short accountRole,
String name,
boolean disabled)
AccountAssignmentInventoryItem 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
AccountAssignmentInventoryItem.
AccountAssignmentInventoryItem extendContextCapable(org.openmdx.base.jmi1.ContextCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short accountRole,
String name,
boolean disabled)
AccountAssignmentInventoryItem 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
AccountAssignmentInventoryItem.
AccountAssignmentInventoryItem extendExtentCapable(org.openmdx.base.jmi1.ExtentCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short accountRole,
String name,
boolean disabled)
AccountAssignmentInventoryItem 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
AccountAssignmentInventoryItem.
AccountAssignmentInventoryItem extendViewCapable(org.openmdx.compatibility.view1.jmi1.ViewCapable _base,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
short accountRole,
String name,
boolean disabled)
AccountAssignmentInventoryItem 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
AccountAssignmentInventoryItem.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||