create
public ObjectProfileEntity create(DistinguishedName tenantDN,
ObjectProfile profile)
throws ModelCommunicationException,
ModelCreationException
Creates an object profile in the data store.
- Parameters:
tenantDN - DistinguishedName of the tenant within which to create
the object profile.
profile - ObjectProfile value object to use for creation.
- Returns:
- a newly created ObjectProflieEntity object.
- Throws:
ModelCommunicationException - Thrown if unable to communicate
with the data store.
ModelCreationException - Thrown if unable to create the entity.