com.ibm.itim.dataservices.model

Class RelationshipSelf

  • java.lang.Object
    • com.ibm.itim.dataservices.model.RelationshipSelf
  • All Implemented Interfaces:
    Relationship


    public class RelationshipSelf
    extends java.lang.Object
    implements Relationship
    A relationship that refers to the entity itself
    • Constructor Summary

      Constructors 
      Constructor and Description
      RelationshipSelf() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait