Package wt.inf.container
Interface WTOrganizationValidator
- All Known Implementing Classes:
DefaultWTOrganizationValidator
public interface WTOrganizationValidator
Creates and/or retrieves a
Supported API: true
Extendable: false
WTOragnization. Delegated to
by WTContainerServiceSvr.getOrganization(Object)
Supported API: true
Extendable: false
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionCreates and/or retrieves an organization for the givenrequestor.
-
Method Details
-
validate
Creates and/or retrieves an organization for the givenrequestor. Therequestoris the object that is driving the need for the WTOrganization to be created. In OOTB 7.0, therequestorwill be either aWTUseror anOrgContainer
Supported API: true- Parameters:
requestor-- Returns:
- WTOrganization
- Throws:
WTException- See Also:
-