|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AddressFilterGlobalClass
| Method Summary | |
|---|---|
AddressFilterGlobal |
createAddressFilterGlobal()
Creates an instance of class AddressFilterGlobal. |
AddressFilterGlobal |
createAddressFilterGlobal(String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class AddressFilterGlobal based on
all required attributes. |
AddressFilterGlobal |
extendAbstractFilter(AbstractFilter _base,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class AddressFilterGlobal based on
the superclass AbstractFilter and all required attributes
not included in this superclass. |
AddressFilterGlobal |
extendAbstractFilterAddress(AbstractFilterAddress _base,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class AddressFilterGlobal based on
the superclass AbstractFilterAddress and all required
attributes not included in this superclass. |
AddressFilterGlobal |
extendAlertSender(AlertSender _base,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class AddressFilterGlobal based on
the superclass AlertSender and all required attributes not
included in this superclass. |
AddressFilterGlobal |
extendAuditee(Auditee _base,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class AddressFilterGlobal based on
the superclass Auditee and all required attributes not
included in this superclass. |
AddressFilterGlobal |
extendBasicObject(BasicObject _base,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class AddressFilterGlobal based on
the superclass BasicObject and all required attributes not
included in this superclass. |
AddressFilterGlobal |
extendCloneable(Cloneable _base,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class AddressFilterGlobal based on
the superclass Cloneable and all required attributes not
included in this superclass. |
AddressFilterGlobal |
extendContextCapable(ContextCapable _base,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class AddressFilterGlobal based on
the superclass ContextCapable and all required attributes
not included in this superclass. |
AddressFilterGlobal |
extendCrxObject(CrxObject _base,
String name)
Creates an instance of class AddressFilterGlobal based on
the superclass CrxObject and all required attributes not
included in this superclass. |
AddressFilterGlobal |
extendExtentCapable(ExtentCapable _base,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class AddressFilterGlobal based on
the superclass ExtentCapable and all required attributes
not included in this superclass. |
AddressFilterGlobal |
extendImporter(Importer _base,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class AddressFilterGlobal based on
the superclass Importer and all required attributes not
included in this superclass. |
AddressFilterGlobal |
extendIndexed(Indexed _base,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class AddressFilterGlobal based on
the superclass Indexed and all required attributes not
included in this superclass. |
AddressFilterGlobal |
extendSecureObject(SecureObject _base,
String name,
boolean disabled)
Creates an instance of class AddressFilterGlobal based on
the superclass SecureObject and all required attributes
not included in this superclass. |
AddressFilterGlobal |
extendSubscriptionTarget(SubscriptionTarget _base,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class AddressFilterGlobal based on
the superclass SubscriptionTarget and all required
attributes not included in this superclass. |
AddressFilterGlobal |
extendViewCapable(ViewCapable _base,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class AddressFilterGlobal based on
the superclass ViewCapable and all required attributes not
included in this superclass. |
AddressFilterGlobal |
extendXmlExporter(XmlExporter _base,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
Creates an instance of class AddressFilterGlobal based on
the superclass XmlExporter and all required attributes not
included in this superclass. |
AddressFilterGlobal |
getAddressFilterGlobal(Object object)
Creates an instance of class AddressFilterGlobal 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 |
|---|
AddressFilterGlobal createAddressFilterGlobal()
AddressFilterGlobal.
This is a factory operation used to create instance objects of class
AddressFilterGlobal.
AddressFilterGlobal getAddressFilterGlobal(Object object)
AddressFilterGlobal based on
the specified Object instance.
This is a factory operation used to create instance objects of class
AddressFilterGlobal.
object - The Object instance this class is based on. Object must
be instanceof RefObject, Object_1_0 or Path.
AddressFilterGlobal createAddressFilterGlobal(String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
AddressFilterGlobal based on
all required attributes.
This is a factory operation used to create instance objects of class
AddressFilterGlobal.
AddressFilterGlobal extendAbstractFilterAddress(AbstractFilterAddress _base,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
AddressFilterGlobal based on
the superclass AbstractFilterAddress and all required
attributes not included in this superclass.
This is a factory operation used to create instance objects of class
AddressFilterGlobal.
AddressFilterGlobal extendAbstractFilter(AbstractFilter _base,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
AddressFilterGlobal based on
the superclass AbstractFilter and all required attributes
not included in this superclass.
This is a factory operation used to create instance objects of class
AddressFilterGlobal.
AddressFilterGlobal extendAlertSender(AlertSender _base,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
AddressFilterGlobal 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
AddressFilterGlobal.
AddressFilterGlobal extendAuditee(Auditee _base,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
AddressFilterGlobal 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
AddressFilterGlobal.
AddressFilterGlobal extendCloneable(Cloneable _base,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
AddressFilterGlobal 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
AddressFilterGlobal.
AddressFilterGlobal extendImporter(Importer _base,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
AddressFilterGlobal 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
AddressFilterGlobal.
AddressFilterGlobal extendIndexed(Indexed _base,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
AddressFilterGlobal 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
AddressFilterGlobal.
AddressFilterGlobal extendSecureObject(SecureObject _base,
String name,
boolean disabled)
AddressFilterGlobal 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
AddressFilterGlobal.
AddressFilterGlobal extendSubscriptionTarget(SubscriptionTarget _base,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
AddressFilterGlobal 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
AddressFilterGlobal.
AddressFilterGlobal extendXmlExporter(XmlExporter _base,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
AddressFilterGlobal 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
AddressFilterGlobal.
AddressFilterGlobal extendCrxObject(CrxObject _base,
String name)
AddressFilterGlobal 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
AddressFilterGlobal.
AddressFilterGlobal extendBasicObject(BasicObject _base,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
AddressFilterGlobal 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
AddressFilterGlobal.
AddressFilterGlobal extendContextCapable(ContextCapable _base,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
AddressFilterGlobal 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
AddressFilterGlobal.
AddressFilterGlobal extendExtentCapable(ExtentCapable _base,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
AddressFilterGlobal 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
AddressFilterGlobal.
AddressFilterGlobal extendViewCapable(ViewCapable _base,
String name,
short accessLevelBrowse,
short accessLevelDelete,
short accessLevelUpdate,
boolean disabled)
AddressFilterGlobal 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
AddressFilterGlobal.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||