Class HistoricTaskInstanceDto
- java.lang.Object
-
- org.camunda.bpm.engine.rest.dto.history.HistoricTaskInstanceDto
-
public class HistoricTaskInstanceDto extends Object
- Author:
- Roman Smirnov
-
-
Field Summary
Fields Modifier and Type Field Description protected String
activityInstanceId
protected String
assignee
protected String
caseDefinitionId
protected String
caseDefinitionKey
protected String
caseExecutionId
protected String
caseInstanceId
protected String
deleteReason
protected String
description
protected Date
due
protected Long
duration
protected Date
endTime
protected String
executionId
protected Date
followUp
protected String
id
protected String
name
protected String
owner
protected String
parentTaskId
protected int
priority
protected String
processDefinitionId
protected String
processDefinitionKey
protected String
processInstanceId
protected Date
removalTime
protected String
rootProcessInstanceId
protected Date
startTime
protected String
taskDefinitionKey
-
Constructor Summary
Constructors Constructor Description HistoricTaskInstanceDto()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HistoricTaskInstanceDto
fromHistoricTaskInstance(HistoricTaskInstance taskInstance)
String
getActivityInstanceId()
String
getAssignee()
String
getCaseDefinitionId()
String
getCaseDefinitionKey()
String
getCaseExecutionId()
String
getCaseInstanceId()
String
getDeleteReason()
String
getDescription()
Date
getDue()
Long
getDuration()
Date
getEndTime()
String
getExecutionId()
Date
getFollowUp()
String
getId()
String
getName()
String
getOwner()
String
getParentTaskId()
int
getPriority()
String
getProcessDefinitionId()
String
getProcessDefinitionKey()
String
getProcessInstanceId()
Date
getRemovalTime()
String
getRootProcessInstanceId()
Date
getStartTime()
String
getTaskDefinitionKey()
String
getTenantId()
-
-
-
Field Detail
-
id
protected String id
-
processDefinitionKey
protected String processDefinitionKey
-
processDefinitionId
protected String processDefinitionId
-
processInstanceId
protected String processInstanceId
-
executionId
protected String executionId
-
caseDefinitionKey
protected String caseDefinitionKey
-
caseDefinitionId
protected String caseDefinitionId
-
caseInstanceId
protected String caseInstanceId
-
caseExecutionId
protected String caseExecutionId
-
activityInstanceId
protected String activityInstanceId
-
name
protected String name
-
description
protected String description
-
deleteReason
protected String deleteReason
-
owner
protected String owner
-
assignee
protected String assignee
-
startTime
protected Date startTime
-
endTime
protected Date endTime
-
duration
protected Long duration
-
taskDefinitionKey
protected String taskDefinitionKey
-
priority
protected int priority
-
due
protected Date due
-
parentTaskId
protected String parentTaskId
-
followUp
protected Date followUp
-
removalTime
protected Date removalTime
-
rootProcessInstanceId
protected String rootProcessInstanceId
-
-
Method Detail
-
getId
public String getId()
-
getProcessDefinitionKey
public String getProcessDefinitionKey()
-
getProcessDefinitionId
public String getProcessDefinitionId()
-
getProcessInstanceId
public String getProcessInstanceId()
-
getExecutionId
public String getExecutionId()
-
getCaseDefinitionKey
public String getCaseDefinitionKey()
-
getCaseDefinitionId
public String getCaseDefinitionId()
-
getCaseInstanceId
public String getCaseInstanceId()
-
getCaseExecutionId
public String getCaseExecutionId()
-
getActivityInstanceId
public String getActivityInstanceId()
-
getName
public String getName()
-
getDescription
public String getDescription()
-
getDeleteReason
public String getDeleteReason()
-
getOwner
public String getOwner()
-
getAssignee
public String getAssignee()
-
getStartTime
public Date getStartTime()
-
getEndTime
public Date getEndTime()
-
getDuration
public Long getDuration()
-
getTaskDefinitionKey
public String getTaskDefinitionKey()
-
getPriority
public int getPriority()
-
getDue
public Date getDue()
-
getParentTaskId
public String getParentTaskId()
-
getFollowUp
public Date getFollowUp()
-
getTenantId
public String getTenantId()
-
getRemovalTime
public Date getRemovalTime()
-
getRootProcessInstanceId
public String getRootProcessInstanceId()
-
fromHistoricTaskInstance
public static HistoricTaskInstanceDto fromHistoricTaskInstance(HistoricTaskInstance taskInstance)
-
-