wt.inf.container
Interface WTOrganizationValidator
- All Known Implementing Classes:
- DefaultWTOrganizationValidator
public interface WTOrganizationValidator
Creates and/or retrieves a WTOragnization. Delegated to
by WTContainerServiceSvr.getOrganization(Object)
Supported API: true
Extendable: false
- See Also:
validate(Object)
validate
WTOrganization validate(Object requestor)
throws WTException
- Creates and/or retrieves an organization for the given
requestor.
The requestor is the object that is driving the need
for the WTOrganization to be created. In OOTB 7.0, the requestor
will be either a WTUser or an OrgContainer
Supported API: true
- Parameters:
requestor -
- Returns:
- WTOrganization
- Throws:
WTException- See Also:
WTContainerServiceSvr.getOrganization(Object)