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 Summary
Constructors Constructor Description AgentAssignment()
-
Method Summary
All 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.-
Methods inherited from class com.uc4.api.objects.UC4Object
docu, getAccess, getIdnr, getModCount, getName, getObjectClient, getType, isOldVersion, load, store, validate
-
-
-
-
Method Detail
-
isExecutable
public boolean isExecutable()
Description copied from class:UC4ObjectReturnstrueif this Object can be executed.- Specified by:
isExecutablein classUC4Object- 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 returnsnullif it's called in a client other than 0.- Returns:
- Authorizations object or null if the object is not in client 0.
-
-