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 Authorizations
authorizations()
Returns the authorization data of this object.AgentAssignmentFilter
filter()
This method provides acccess to the filter tab where Agent filter can be defined.Header
header()
Returns the header data of this object.boolean
isExecutable()
Returnstrue
if 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:UC4Object
Returnstrue
if this Object can be executed.- Specified by:
isExecutable
in 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 returnsnull
if it's called in a client other than 0.- Returns:
- Authorizations object or null if the object is not in client 0.
-
-