Package wt.admin

Class AdministrativeDomain

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._Item
wt.fc.Item
wt.admin._AdministrativeDomain
wt.admin.AdministrativeDomain
All Implemented Interfaces:
Externalizable, Serializable, wt.access._AccessControlled, wt.access._AccessControlList, wt.access._AdHocControlled, wt.access._PolicyAccessControlled, wt.access._SecurityLabeled, AccessControlled, wt.access.AccessControlList, AdHocControlled, wt.access.PolicyAccessControlled, SecurityLabeled, wt.admin._DomainAdministered, DomainAdministered, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, wt.fc.adminlock._AdministrativelyLockable, AdministrativelyLockable, NetFactor, ObjectMappable, Persistable, DisplayIdentification, wt.inf.container._WTContained, WTContained, wt.notify._Notifiable, Notifiable, wt.recent.RecentlyVisited

@GenAsPersistable(superClass=Item.class,interfaces={WTContained.class,AdHocControlled.class,Notifiable.class},versions=-8370551675880730057L,properties={@GeneratedProperty(name="name",type=java.lang.String.class,javaDoc="Name of the administrative domain.",constraints=@PropertyConstraints(required=true)),@GeneratedProperty(name="description",type=java.lang.String.class,javaDoc="Description of the administrative domain.")},tableProperties=@TableProperties(compositeUnique1="name + domainRef.key.id + containerReference.key.id")) public class AdministrativeDomain extends wt.admin._AdministrativeDomain
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:
  • Field Summary

    Fields inherited from class wt.admin._AdministrativeDomain

    DESCRIPTION, EXTERNALIZATION_VERSION_UID, NAME

    Fields inherited from class wt.fc.Item

    SIMPLE_X10_UID, VERSION_40_UID, VERSION_51_UID

    Fields inherited from class wt.fc._WTObject

    CREATE_TIMESTAMP, MODIFY_TIMESTAMP

    Fields inherited from interface wt.access._AdHocControlled

    ENTRY_SET

    Fields inherited from interface wt.fc.adminlock._AdministrativelyLockable

    ADMINISTRATIVE_LOCK

    Fields inherited from interface wt.admin._DomainAdministered

    DOMAIN_REF, INHERITED_DOMAIN

    Fields inherited from interface wt.notify._Notifiable

    EVENT_SET

    Fields inherited from interface wt.fc._Persistable

    PERSIST_INFO

    Fields inherited from interface wt.access._SecurityLabeled

    SECURITY_LABELS

    Fields inherited from interface wt.inf.container._WTContained

    CONTAINER, CONTAINER_NAME, CONTAINER_REFERENCE

    Fields inherited from interface wt.identity.DisplayIdentification

    DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPE

    Fields inherited from interface wt.fc.Persistable

    IDENTITY, TYPE

    Fields inherited from interface wt.access.SecurityLabeled

    SECURITY_LABELS_INTERNAL_VALUE

    Fields inherited from interface wt.inf.container.WTContained

    CONTAINER_ID
  • Method Summary

    Modifier and Type
    Method
    Description
    Produces a string representation of the domain object.

    Methods inherited from class wt.admin._AdministrativeDomain

    getClassInfo, getConceptualClassname, getContainer, getContainerName, getContainerReference, getDescription, getEntrySet, getEventSet, getName, getType, readExternal, readExternal, readVersion, setContainer, setContainerReference, setDescription, setEntrySet, setEventSet, super_readExternal_AdministrativeDomain, super_readVersion_AdministrativeDomain, super_writeExternal_AdministrativeDomain, writeExternal, writeExternal

    Methods inherited from class wt.fc.Item

    initialize

    Methods inherited from class wt.fc._Item

    getAdministrativeLock, getDomainRef, getSecurityLabels, isInheritedDomain, readVersion, setAdministrativeLock, setDomainRef, setInheritedDomain, setSecurityLabels, super_readExternal_Item, super_readVersion_Item, super_writeExternal_Item

    Methods inherited from class wt.fc._WTObject

    equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfo

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface wt.fc.adminlock._AdministrativelyLockable

    getAdministrativeLock, setAdministrativeLock

    Methods inherited from interface wt.fc._Persistable

    getPersistInfo, setPersistInfo

    Methods inherited from interface wt.fc.Persistable

    checkAttributes
  • Method Details

    • toString

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

      Supported API: true
      Overrides:
      toString in class WTObject
      Returns:
      String