Class HistoricTaskInstanceDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
- Author:
- Roman Smirnov
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected Date
protected Long
protected Date
protected String
protected Date
protected String
protected String
protected String
protected String
protected int
protected String
protected String
protected String
protected Date
protected String
protected Date
protected String
protected String
Returns task State of history tasks -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic HistoricTaskInstanceDto
fromHistoricTaskInstance
(HistoricTaskInstance taskInstance) getDue()
getId()
getName()
getOwner()
int
Returns task State of history tasks
-
Field Details
-
id
-
processDefinitionKey
-
processDefinitionId
-
processInstanceId
-
executionId
-
caseDefinitionKey
-
caseDefinitionId
-
caseInstanceId
-
caseExecutionId
-
activityInstanceId
-
name
-
description
-
deleteReason
-
owner
-
assignee
-
startTime
-
endTime
-
duration
-
taskDefinitionKey
-
priority
protected int priority -
due
-
parentTaskId
-
followUp
-
removalTime
-
rootProcessInstanceId
-
taskState
Returns task State of history tasks
-
-
Constructor Details
-
HistoricTaskInstanceDto
public HistoricTaskInstanceDto()
-
-
Method Details
-
getId
-
getProcessDefinitionKey
-
getProcessDefinitionId
-
getProcessInstanceId
-
getExecutionId
-
getCaseDefinitionKey
-
getCaseDefinitionId
-
getCaseInstanceId
-
getCaseExecutionId
-
getActivityInstanceId
-
getName
-
getDescription
-
getDeleteReason
-
getOwner
-
getAssignee
-
getStartTime
-
getEndTime
-
getDuration
-
getTaskDefinitionKey
-
getPriority
public int getPriority() -
getDue
-
getParentTaskId
-
getFollowUp
-
getTenantId
-
getRemovalTime
-
getRootProcessInstanceId
-
getTaskState
Returns task State of history tasks -
fromHistoricTaskInstance
-