|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.itim.dataservices.model.RelationshipSelf
public class RelationshipSelf
A relationship that refers to the entity itself
Constructor Summary | |
---|---|
RelationshipSelf()
|
Method Summary | |
---|---|
boolean |
doesParticipate(DirectoryObjectEntity participant)
This method checks whether input participant participates in the relationship. |
java.util.Collection |
evaluate()
This method evaluates the relationship and returns a collection of entities. |
java.util.Collection |
evaluateReferences()
This method evaluates the relationship and returns a collection of DistinguishedName objects. |
void |
setSubject(DirectoryObjectEntity entity)
This method sets the subject for the relationship. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RelationshipSelf()
Method Detail |
---|
public boolean doesParticipate(DirectoryObjectEntity participant) throws ModelIntegrityException, ModelCommunicationException
doesParticipate
in interface Relationship
participant
-
ModelIntegrityException
ModelCommunicationException
public java.util.Collection evaluate() throws ModelIntegrityException, ModelCommunicationException
evaluate
in interface Relationship
ModelIntegrityException
ModelCommunicationException
public java.util.Collection evaluateReferences() throws ModelIntegrityException, ModelCommunicationException
evaluateReferences
in interface Relationship
ModelIntegrityException
ModelCommunicationException
public void setSubject(DirectoryObjectEntity entity)
setSubject
in interface Relationship
entity
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |