com.ibm.itim.dataservices.model.domain

Class PersonSelf

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


    public class PersonSelf
    extends java.lang.Object
    implements Relationship
    The PersonSelf class implements the self relationship to a PersonEntity. The subject of this relationship is a PersonEntity and the participant is 0 or 1 PersonEntity that act as the entity's own personal record.
    • Constructor Summary

      Constructors 
      Constructor and Description
      PersonSelf() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean doesParticipate(DirectoryObjectEntity participant)
      Determines if the given entity is "self" to the subject directory object.
      java.util.Collection evaluate()
      Evaluates the relationship returning 1 PersonEntity object that represents "self" for the subject directory object entity.
      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