|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.ibm.itim.dataservices.model.domain.AdminDomainAdministrator
public class AdminDomainAdministrator
The AdminDomainAdiministrator class implements the administrator relationship to an AdminDomainEntity. The subject of this relationship is an AdminDomainEntity and the participants are 0 to many PersonEntities that act as the entity's administrator.
| Constructor Summary | |
|---|---|
AdminDomainAdministrator()
|
|
| Method Summary | |
|---|---|
boolean |
doesParticipate(DirectoryObjectEntity participant)
Determines if the given entity is an administrator of the subject admin domain. |
java.util.Collection |
evaluate()
Evaluates the relationship returning 0 or more PersonEntity objects that represent the administrators of the subject admin domain. |
java.util.Collection |
evaluateReferences()
Evaluates the relationship returning 0 to many entity DNs that participate opposite the subject entity. |
void |
setSubject(DirectoryObjectEntity entity)
Sets the subject entity for the relationship. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AdminDomainAdministrator()
| Method Detail |
|---|
public void setSubject(DirectoryObjectEntity entity)
setSubject in interface Relationshipentity - DirectoryObjectEntity acting as the subject of this
relationship. This object must be an AdminDomainEntity.
public java.util.Collection evaluate()
throws ModelIntegrityException,
ModelCommunicationException
evaluate in interface RelationshipModelIntegrityException - Thrown if a problem exists with
the consistency of the data model preventing the
relationship from being evaluated properly.
ModelCommunicationException - Thrown if unable to communicate
with the data store.
public java.util.Collection evaluateReferences()
throws ModelIntegrityException,
ModelCommunicationException
evaluateReferences in interface RelationshipModelIntegrityException - Thrown if a problem exists with
the consistency of the data model preventing the
relationship from being evaluated properly.
ModelCommunicationException - Thrown if unable to communicate
with the data store.
public boolean doesParticipate(DirectoryObjectEntity participant)
throws ModelIntegrityException,
ModelCommunicationException
doesParticipate in interface Relationshipparticipant - Proposed administrator (DirectoryObjectEntity).
ModelIntegrityException - Thrown if a problem exists with
the consistency of the data model preventing the
relationship from being evaluated properly.
ModelCommunicationException - Thrown if unable to communicate
with the data store.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||