wt.admin
Class AdministrativeDomain

java.lang.Object
  extended by wt.fc.WTObject
      extended by wt.fc.Item
          extended by wt.admin.AdministrativeDomain
All Implemented Interfaces:
Externalizable, Serializable, AccessControlled, wt.access.AccessControlList, wt.access.AdHocControlled, wt.access.PolicyAccessControlled, wt.access.SecurityLabeled, wt.admin.DomainAdministered, NetFactor, ObjectMappable, Persistable, DisplayIdentification, WTContained, Notifiable, wt.recent.RecentlyVisited

public class AdministrativeDomain
extends Item
implements WTContained, wt.access.AdHocControlled, Notifiable, Externalizable

The AdministrativeDomain class represents the set of objects that are subject to the same administrative behavior. This behavior includes policies such as access control, indexing, and notification.

Use the newAdministrativeDomain static factory method(s), not the AdministrativeDomain constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also:
Serialized Form

Method Summary
 String toString()
          Produces a string representation of the domain object.
 
Methods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Produces a string representation of the domain object.

Supported API: true

Returns:
String