Class HistoricDetailDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.history.HistoricDetailDto
- Direct Known Subclasses:
HistoricFormFieldDto
,HistoricVariableUpdateDto
- Author:
- Roman Smirnov
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected Date
protected String
protected String
protected String
protected Date
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic HistoricDetailDto
fromHistoricDetail
(HistoricDetail historicDetail) protected static void
fromHistoricDetail
(HistoricDetail historicDetail, HistoricDetailDto dto) getId()
getTime()
-
Field Details
-
id
-
processDefinitionKey
-
processDefinitionId
-
processInstanceId
-
activityInstanceId
-
executionId
-
caseDefinitionKey
-
caseDefinitionId
-
caseInstanceId
-
caseExecutionId
-
taskId
-
tenantId
-
userOperationId
-
time
-
removalTime
-
rootProcessInstanceId
-
-
Constructor Details
-
HistoricDetailDto
public HistoricDetailDto()
-
-
Method Details
-
getId
-
getProcessDefinitionKey
-
getProcessDefinitionId
-
getProcessInstanceId
-
getActivityInstanceId
-
getExecutionId
-
getCaseDefinitionKey
-
getCaseDefinitionId
-
getCaseInstanceId
-
getCaseExecutionId
-
getTaskId
-
getTenantId
-
getUserOperationId
-
getTime
-
getRemovalTime
-
getRootProcessInstanceId
-
fromHistoricDetail
-
fromHistoricDetail
-