Package com.uc4.api.objects
Class AgentAssignment
- java.lang.Object
- 
- com.uc4.api.objects.UC4Object
- 
- com.uc4.api.objects.AgentAssignment
 
 
- 
 public class AgentAssignment extends UC4Object This class represents an HSTA object (agent assignment).
- 
- 
Constructor SummaryConstructors Constructor Description AgentAssignment()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Authorizationsauthorizations()Returns the authorization data of this object.AgentAssignmentFilterfilter()This method provides acccess to the filter tab where Agent filter can be defined.Headerheader()Returns the header data of this object.booleanisExecutable()Returnstrueif this Object can be executed.
 
- 
- 
- 
Method Detail- 
isExecutablepublic boolean isExecutable() Description copied from class:UC4ObjectReturnstrueif this Object can be executed.- Specified by:
- isExecutablein class- UC4Object
- Returns:
- true if the Object can be executed, false if not.
 
 - 
headerpublic Header header() Returns the header data of this object. This is the information of the header tab in the dialog client.- Returns:
- header
 
 - 
filterpublic AgentAssignmentFilter filter() This method provides acccess to the filter tab where Agent filter can be defined.- Returns:
- Filter
 
 - 
authorizationspublic 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 returnsnullif it's called in a client other than 0.- Returns:
- Authorizations object or null if the object is not in client 0.
 
 
- 
 
-