Package com.uc4.api.objects
Class AgentAssignment
java.lang.Object
com.uc4.api.objects.UC4Object
com.uc4.api.objects.AgentAssignment
This class represents an HSTA object (agent assignment).
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.uc4.api.objects.UC4Object
docu, getAccess, getIdnr, getModCount, getName, getObjectClient, getType, isOldVersion, load, store, validate
-
Constructor Details
-
AgentAssignment
public AgentAssignment()
-
-
Method Details
-
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
Returns the header data of this object. This is the information of the header tab in the dialog client.- Returns:
- header
-
filter
This method provides acccess to the filter tab where Agent filter can be defined.- Returns:
- Filter
-
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.
-