com.ibm.itim.dataservices.model.domain

Class AgentOperationImpl

  • java.lang.Object
    • com.ibm.itim.dataservices.model.domain.AgentOperationImpl


  • public class AgentOperationImpl
    extends java.lang.Object
    Represents
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.Collection getAgentOperation(java.lang.String filter)
      Returns the collection of Agent Operations that identifie the assembly line and configuration for the profile.
      java.util.Collection getAgentOperation(java.lang.String filter, java.lang.String attribute)
      Returns the collection of Agent Operations that identifie the assembly line and configuration for the profile.
      boolean isConfigured()
      Determine if assembly line is configured for the profile.
      void remove()
      Removes all assembly lines for the profile.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AgentOperationImpl

        public AgentOperationImpl(DistinguishedName tenantDN,
                                  java.lang.String serviceProfileName)
        Default constructor.
    • Method Detail

      • getAgentOperation

        public java.util.Collection getAgentOperation(java.lang.String filter)
                                               throws ModelCommunicationException,
                                                      ObjectNotFoundException
        Returns the collection of Agent Operations that identifie the assembly line and configuration for the profile.
        Parameters:
        filter - search filter.
        Returns:
        Collection of Agent Operations (AgentOperation).
        Throws:
        ModelCommunicationException - Thrown if unable to communicate with the data store.
        ObjectNotFoundException - Thrown if unable to locate the related profile. This may be due to a data integrity problem.
      • getAgentOperation

        public java.util.Collection getAgentOperation(java.lang.String filter,
                                                      java.lang.String attribute)
                                               throws ModelCommunicationException,
                                                      ObjectNotFoundException
        Returns the collection of Agent Operations that identifie the assembly line and configuration for the profile.
        Parameters:
        filter - search filter.
        attribute - the name of the attribute to be returned.
        Returns:
        Collection of Agent Operations (AgentOperation).
        Throws:
        ModelCommunicationException - Thrown if unable to communicate with the data store.
        ObjectNotFoundException - Thrown if unable to locate the related profile. This may be due to a data integrity problem.