Class AgentAssignment


  • public class AgentAssignment
    extends UC4Object
    This class represents an HSTA object (agent assignment).
    • Constructor Detail

      • AgentAssignment

        public AgentAssignment()
    • Method Detail

      • isExecutable

        public boolean isExecutable()
        Description copied from class: UC4Object
        Returns true if this Object can be executed.
        Specified by:
        isExecutable in class UC4Object
        Returns:
        true if the Object can be executed, false if not.
      • header

        public Header header()
        Returns the header data of this object. This is the information of the header tab in the dialog client.
        Returns:
        header
      • filter

        public AgentAssignmentFilter filter()
        This method provides acccess to the filter tab where Agent filter can be defined.
        Returns:
        Filter
      • authorizations

        public Authorizations authorizations()
        Returns the authorization data of this object. This is the information of the authorization tab in the dialog client. The authorizations can only be read and set in client 0. This method returns null if it's called in a client other than 0.
        Returns:
        Authorizations object or null if the object is not in client 0.