public class RelationshipSelf extends java.lang.Object implements Relationship
| Constructor and Description |
|---|
RelationshipSelf() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public boolean doesParticipate(DirectoryObjectEntity participant) throws ModelIntegrityException, ModelCommunicationException
doesParticipate in interface Relationshipparticipant - ModelIntegrityExceptionModelCommunicationExceptionpublic java.util.Collection evaluate()
throws ModelIntegrityException,
ModelCommunicationException
evaluate in interface RelationshipModelIntegrityExceptionModelCommunicationExceptionpublic java.util.Collection evaluateReferences()
throws ModelIntegrityException,
ModelCommunicationException
evaluateReferences in interface RelationshipModelIntegrityExceptionModelCommunicationExceptionpublic void setSubject(DirectoryObjectEntity entity)
setSubject in interface Relationshipentity -