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