|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
DomainAdministered
is the interface that objects with administrative
behavior must implement. It contains a reference to the administrative
domain to which the object belongs. The administrative behavior of the
object is prescribed by the administrative policies contained in the
administrative domain. These policies include access control, indexing
and notification.
Supported API: false
Extendable: false
Field Summary | |
static String |
DOMAIN_REF
Label for the attribute. |
static String |
INHERITED_DOMAIN
Label for the attribute; A boolean indicating whether the administrative domain is inherited. |
Method Summary | |
AdminDomainRef |
getDomainRef()
Gets the object for the association that plays role: DOMAIN_REF. |
boolean |
isInheritedDomain()
Gets the value of the attribute: INHERITED_DOMAIN. |
void |
setDomainRef(AdminDomainRef a_DomainRef)
Sets the object for the association that plays role: DOMAIN_REF. |
void |
setInheritedDomain(boolean a_InheritedDomain)
Sets the value of the attribute: INHERITED_DOMAIN. |
Methods inherited from interface wt.fc.NetFactor |
getClassInfo, getConceptualClassname |
Field Detail |
public static final String INHERITED_DOMAIN
public static final String DOMAIN_REF
Method Detail |
public boolean isInheritedDomain()
public void setInheritedDomain(boolean a_InheritedDomain) throws WTPropertyVetoException
a_InheritedDomain
-
WTPropertyVetoException
public AdminDomainRef getDomainRef()
public void setDomainRef(AdminDomainRef a_DomainRef)
a_DomainRef
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |