Package wt.inf.container

Interface Summary
CanCreateDelegate Delegated to by WTContainerService.checkCreate.
WTContained An interface for Persistable objects that store a reference to their WTContainer.
WTContainedIdentified A utitlity interface that objects that are both Identified and WTContained should implement.
WTContainer Implementors of WTContainer should create a new WTContainerInfo in their initializer: protected void initialize() throws WTException { super.initialize(); try { setContainerInfo(WTContainerInfo.newWTContainerInfo()); } catch (WTPropertyVetoException wtpve) { throw new WTException(wtpve); } }

Supported API: true

Extendable: false
WTContainerNamespace Allows the IdentityService to automatically handled updates to and queries for WTContainedIdentified objects.
WTContainerService

Supported API: true

Extendable: false
WTContainerServiceSvr

Supported API: true

Extendable: false
WTContainerTemplate Defines a default set of data to load into a WTContainer

Supported API: true

Extendable: false
WTOrganizationValidator Creates and/or retrieves a WTOragnization.
 

Class Summary
DefaultWTOrganizationValidator Provides a final template implementation of validate.
OrgContainer A container for an organization's business and administrative objects.
PublicDomainSet A Set of all the public domains in a given container.
TemplateLink Use the newTemplateLink static factory method(s), not the TemplateLink constructor, to construct instances of this class.
WTContainerHelper

Supported API: true

Extendable: false
WTContainerIdentity Used to rename a container.
WTContainerMoveEvent

Supported API: true

Extendable: false
WTContainerRef Use the newWTContainerRef static factory method(s), not the WTContainerRef constructor, to construct instances of this class.
WTContainerServerHelper

Supported API: true

Extendable: false
 

Exception Summary
ClassicContainerNotFoundException Thrown by accessors for the installation's classic container, if the container does not exist.