|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.itim.dataservices.model.ObjectProfileFactory
Factory class that creates object profiles in the data store.
ObjectProfileEntity
Constructor Summary | |
---|---|
ObjectProfileFactory()
|
Method Summary | |
---|---|
ObjectProfileEntity |
create(DistinguishedName tenantDN,
ObjectProfile profile)
Creates an object profile in the data store. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ObjectProfileFactory()
Method Detail |
public ObjectProfileEntity create(DistinguishedName tenantDN, ObjectProfile profile) throws ModelCommunicationException, ModelCreationException
tenantDN
- DistinguishedName of the tenant within which to create
the object profile.profile
- ObjectProfile value object to use for creation.
ModelCommunicationException
- Thrown if unable to communicate
with the data store.
ModelCreationException
- Thrown if unable to create the entity.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |