Class TaskProperty
java.lang.Object
com.aquima.interactions.process.dao.model.TaskProperty
- All Implemented Interfaces:
Serializable
This class describes a task property and contains all possible task properties.
- Since:
- 7.1
- Author:
- Jon van Leuven
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TaskProperty
This member defines the APPLICATION ID task property.static final TaskProperty
This member defines the ASSIGNEE task property.static final TaskProperty
This member defines the CASE_ID task property.static final TaskProperty
This member defines the DISPLAYNAME task property.static final TaskProperty
This member defines the DUEDATE task property.static final TaskProperty
This member defines the CASE METADATA task property.static final TaskProperty
This member defines the NAME task property.static final TaskProperty
This member defines the NODE ID task property.static final TaskProperty
This member defines the PRIORITY task property.static final TaskProperty
This member defines the NECESSITY task property.static final TaskProperty
This member defines the ROLE task property.static final TaskProperty
This member defines the STARTDATE task property.static final TaskProperty
This member defines the STATUS task property.static final TaskProperty
TEMPORARY [RA]: fix after R16 this member defines the CASE_ID task property specific for the dcm tasklist.static final TaskProperty
This member defines the TEAM task property.static final TaskProperty
This member defines the TIMEOUTDATE task property.static final TaskProperty
This member defines the NODE ID task property.static final TaskProperty
This member defines the whether the task was assigned by an user manually or by a routing algorithm. -
Method Summary
-
Field Details
-
ASSIGNEE
This member defines the ASSIGNEE task property. -
TIMEOUTDATE
This member defines the TIMEOUTDATE task property. -
DUEDATE
This member defines the DUEDATE task property. -
NAME
This member defines the NAME task property. -
DISPLAYNAME
This member defines the DISPLAYNAME task property. -
STARTDATE
This member defines the STARTDATE task property. -
STATUS
This member defines the STATUS task property. -
ROLE
This member defines the ROLE task property. -
TEAM
This member defines the TEAM task property. -
PRIORITY
This member defines the PRIORITY task property. -
CASE_ID
This member defines the CASE_ID task property. -
TASKLIST_CASE_ID
TEMPORARY [RA]: fix after R16 this member defines the CASE_ID task property specific for the dcm tasklist. The DCM_TaskList uses the caseId(String) instead of processid which is the regular case id property also it uses this property to go to the dcm lists service instead of the process db. This Fix is meant to be temporary and should be fixed with BQ-20153. -
REQUIRED
This member defines the NECESSITY task property. -
USER_SET
This member defines the whether the task was assigned by an user manually or by a routing algorithm. -
NODE_ID
This member defines the NODE ID task property. -
APPLICATION_ID
This member defines the APPLICATION ID task property. -
TYPE
This member defines the NODE ID task property. -
METADATA
This member defines the CASE METADATA task property.
-
-
Method Details
-
forName
This method may be used to request the type with a specified name.- Parameters:
name
- The name of the requested type.- Returns:
- The type for the specified name.
-
getName
This method returns the name of the task property.- Returns:
- The name of the type.
-
getDataType
-
hashCode
public int hashCode() -
equals
-
toString
-