Class ProcessTaskView
java.lang.Object
com.aquima.interactions.process.impl.ProcessTaskView
- All Implemented Interfaces:
IProcessTaskView
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the AssigneeInfo of whom the task is assigned to.this method returns the attributes from the case for which a value is setgetAttributeValue
(String entityName, String attributeName) this method returns the value of the attribute from the case the task is defined for.long
This method returns the ID of the case the task is defined for.String[]
this method returns the custom fields defined for the taskgetCustomFieldValue
(String customField) this method returns the value of a custom field for the task.This method returns the description of the task as present in the task definition.This method returns the display name of the task as present in the task definition.this method returns the date at which the task should be completed.long
getId()
This method returns the unique ID of this task.getName()
This method returns the name of the task as present in the task definition.This method returns the optional node ID this task belongs to.This method returns the priority of this task.IRole[]
This method returns the names of required roles to start this task.This method returns the names of required routing algorithms to start this task.This method returns the date at which the task may start.This method returns the current status of the task.this method returns the date at which the task will expireboolean
This method returns if the case the task is defined for is locked.boolean
-
Constructor Details
-
ProcessTaskView
-
-
Method Details
-
getId
public long getId()Description copied from interface:IProcessTaskView
This method returns the unique ID of this task.- Specified by:
getId
in interfaceIProcessTaskView
- Returns:
- the unique ID of this process step.
-
getNodeId
Description copied from interface:IProcessTaskView
This method returns the optional node ID this task belongs to.- Specified by:
getNodeId
in interfaceIProcessTaskView
- Returns:
- the node ID of this task.
-
getPriority
Description copied from interface:IProcessTaskView
This method returns the priority of this task.- Specified by:
getPriority
in interfaceIProcessTaskView
- Returns:
- the priority of this task.
-
getCaseId
public long getCaseId()Description copied from interface:IProcessTaskView
This method returns the ID of the case the task is defined for.- Specified by:
getCaseId
in interfaceIProcessTaskView
- Returns:
- The ID of the case the task is defined for.
-
isCaseLocked
public boolean isCaseLocked()Description copied from interface:IProcessTaskView
This method returns if the case the task is defined for is locked.- Specified by:
isCaseLocked
in interfaceIProcessTaskView
- Returns:
- a boolean indicating if the case the task is defined for is locked
-
getAssigneeInfo
Description copied from interface:IProcessTaskView
This method returns the AssigneeInfo of whom the task is assigned to.- Specified by:
getAssigneeInfo
in interfaceIProcessTaskView
- Returns:
- the AssigneeInfo of whom the task is assigned to.
-
getName
Description copied from interface:IProcessTaskView
This method returns the name of the task as present in the task definition.- Specified by:
getName
in interfaceIProcessTaskView
- Returns:
- The name of the task.
-
getDescription
Description copied from interface:IProcessTaskView
This method returns the description of the task as present in the task definition.- Specified by:
getDescription
in interfaceIProcessTaskView
- Returns:
- The description of the task.
-
getDisplayName
Description copied from interface:IProcessTaskView
This method returns the display name of the task as present in the task definition.- Specified by:
getDisplayName
in interfaceIProcessTaskView
- Returns:
- The display name of the task.
-
getRequiredRoles
Description copied from interface:IProcessTaskView
This method returns the names of required roles to start this task.- Specified by:
getRequiredRoles
in interfaceIProcessTaskView
- Returns:
- The names of the required roles.
-
getRequiredRoutingAlgorithm
Description copied from interface:IProcessTaskView
This method returns the names of required routing algorithms to start this task.- Specified by:
getRequiredRoutingAlgorithm
in interfaceIProcessTaskView
- Returns:
- The names of the required routing algorithms.
-
getStatus
Description copied from interface:IProcessTaskView
This method returns the current status of the task.- Specified by:
getStatus
in interfaceIProcessTaskView
- Returns:
- the current status of the task.
-
getStartDate
Description copied from interface:IProcessTaskView
This method returns the date at which the task may start.- Specified by:
getStartDate
in interfaceIProcessTaskView
- Returns:
- The date at which the task may start.
-
getTimeoutDate
Description copied from interface:IProcessTaskView
this method returns the date at which the task will expire- Specified by:
getTimeoutDate
in interfaceIProcessTaskView
- Returns:
- The date at which the task will expire
-
getDueDate
Description copied from interface:IProcessTaskView
this method returns the date at which the task should be completed.- Specified by:
getDueDate
in interfaceIProcessTaskView
- Returns:
- The date at which the task should be completed.
-
getAttributeValue
Description copied from interface:IProcessTaskView
this method returns the value of the attribute from the case the task is defined for.- Specified by:
getAttributeValue
in interfaceIProcessTaskView
- Parameters:
entityName
- The entity where the attribute belongs to.attributeName
- The name of the attribute.- Returns:
- The value of the attribute from the case the task is defined for.
-
getAttributes
Description copied from interface:IProcessTaskView
this method returns the attributes from the case for which a value is set- Specified by:
getAttributes
in interfaceIProcessTaskView
- Returns:
-
getCustomFieldValue
Description copied from interface:IProcessTaskView
this method returns the value of a custom field for the task.- Specified by:
getCustomFieldValue
in interfaceIProcessTaskView
- Parameters:
customField
- The custom field.- Returns:
- The value of the custom field from the task.
-
getCustomFields
Description copied from interface:IProcessTaskView
this method returns the custom fields defined for the task- Specified by:
getCustomFields
in interfaceIProcessTaskView
- Returns:
-
isRequired
public boolean isRequired()- Specified by:
isRequired
in interfaceIProcessTaskView
-