com.ibm.itim.dataservices.model.domain

Class AccountOwner

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


    public class AccountOwner
    extends java.lang.Object
    implements Relationship
    The AccountOwner class implements the owner relationship to an AccountEntity. The subject of this relationship is an AccountEntity and the participants are 0 or 1 PersonEntities that act as the entity's administrator.
    • Constructor Summary

      Constructors 
      Constructor and Description
      AccountOwner() 
    • Method Summary

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