com.ibm.itim.dataservices.model.domain

Class PersonRole

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


    public class PersonRole
    extends java.lang.Object
    implements Relationship
    The PersonRole class implements the role relationship to a PersonEntity. The subject of this relationship is a PersonEntity and the participants are 0 to many RoleEntities that the subject is a member of.
    • Constructor Summary

      Constructors 
      Constructor and Description
      PersonRole() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      boolean doesParticipate(DirectoryObjectEntity participant)
      Determines if the given entity is a role of the subject person.
      java.util.Collection evaluate()
      Evaluates the relationship returning 0 or one RoleEntity objects that the subject is a member of.
      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