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 - IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.