Use the getSchema SPI to retrieve repository specific schema information.
Purpose
The getSchema SPI retrieves the repository
specific schema information of entity types and property types. Examples of
the repository specific schema include the LDAP syntax of the property and
the object classes of the entity.
Parameters
- root
- Specifies the input root data object that contains the request information.
Returns
The output root data object that contains the
requested schemas.
Signature
public DataObject getSchema(DataObject root)
throws WIMException