wt.admin
Interface DomainAdministered

All Superinterfaces:
NetFactor
All Known Subinterfaces:
BasicTransferFilter, BasicTransferUnit, ContainerTeamManaged, EPMFamilyTable, Representation, SessionEditedIteration, TransferFilter, TransferPolicy, TransferSpec, TransferUnit, WTContainer
All Known Implementing Classes:
AbsCollectionCriteria, AbstractTransferPolicy, AbstractTransferSpec, AccessControlSurrogate, Agenda, CabinetManaged, CollectionCriteria, ContainerTeam, DefaultWTContainerTemplate, DerivedImage, Discussion, EPMSepFamilyTable, ExchangeContainer, ExportAdHocCriteria, ExportObjectGraph, ExportObjectGraphTemplate, FolderedBookmark, FolderResident, ImportAdHocCriteria, ImportObjectGraph, ImportSession, Item, IteratedFolderResident, Managed, Meeting, Minutes, NotebookComponent, ObjectSubscription, OrgContainer, PDMLinkProduct, Project, Project2, ProjectAssignment, ProjectWorkItem, RevisionControlled, Simple, Team, TeamTemplate, WTLibrary, WTPartAlternateLink, WTPartSubstituteLink, WTProductConfiguration, WTProductInstance2

public interface DomainAdministered
extends NetFactor

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

INHERITED_DOMAIN

public static final String INHERITED_DOMAIN
Label for the attribute; A boolean indicating whether the administrative domain is inherited. If the value is true, the domain is inherited from a parent object.

Supported API: false

See Also:
Constant Field Values

DOMAIN_REF

public static final String DOMAIN_REF
Label for the attribute.

Supported API: false

See Also:
Constant Field Values
Method Detail

isInheritedDomain

public boolean isInheritedDomain()
Gets the value of the attribute: INHERITED_DOMAIN. A boolean indicating whether the administrative domain is inherited. If the value is true, the domain is inherited from a parent object.

Supported API: false

Returns:
boolean

setInheritedDomain

public void setInheritedDomain(boolean a_InheritedDomain)
                        throws WTPropertyVetoException
Sets the value of the attribute: INHERITED_DOMAIN. A boolean indicating whether the administrative domain is inherited. If the value is true, the domain is inherited from a parent object.

Supported API: false

Parameters:
a_InheritedDomain -
Throws:
WTPropertyVetoException

getDomainRef

public AdminDomainRef getDomainRef()
Gets the object for the association that plays role: DOMAIN_REF.

Supported API: false

Returns:
AdminDomainRef

setDomainRef

public void setDomainRef(AdminDomainRef a_DomainRef)
Sets the object for the association that plays role: DOMAIN_REF.

Supported API: false

Parameters:
a_DomainRef -