Package wt.inf.container
package wt.inf.container
-
ClassDescriptionThrown by accessors for the installation's classic container, if the container does not exist.A
ContainerSpecencapsulates a set of criteria used to specify a set of containers.Provides afinaltemplate implementation ofvalidate.Encapsulates the criteria needed to do a container-based lookup.A container for an organization's business and administrative objects.Used to configure the set ofDirectoryContextProviders returned byWTContainerService.getPublicContextProviders(PrincipalSpec).ASetof all the public domains in a given container.An interface for Persistable objects that store a reference to their WTContainer.A utitlity interface that objects that are bothIdentifiedandWTContainedshould implement.Implementors ofWTContainershould create a newWTContainerInfoin 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
Supported API: true
Extendable: falseUsed to rename a container.
Supported API: true
Extendable: falseUse thenewWTContainerRefstatic factory method(s), not theWTContainerRefconstructor, to construct instances of this class.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
Supported API: true
Extendable: falseDefines a default set of data to load into aWTContainer
Supported API: true
Extendable: falseUse thenewWTContainerTemplateRefstatic factory method(s), not theWTContainerTemplateRefconstructor, to construct instances of this class.Creates and/or retrieves aWTOragnization.