com.ibm.itim.dataservices.model.domain

Class AccountTemplateService

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


    public class AccountTemplateService
    extends java.lang.Object
    implements Relationship
    Represent the Service instances governed by an account template.
    • 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 service of the subject directory object.
      java.util.Collection evaluate()
      Evaluates the relationship returning ServiceEntity objects that represent the services 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
    • Constructor Detail

      • AccountTemplateService

        public AccountTemplateService()