Class HistoricIncidentDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.history.HistoricIncidentDto
- Author:
- Roman Smirnov
-
Field Summary
Modifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected Date
protected Boolean
protected Date
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected Boolean
protected String
protected String
protected String
protected Date
protected Boolean
protected String
protected String
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic HistoricIncidentDto
fromHistoricIncident
(HistoricIncident historicIncident) getId()
isOpen()
-
Field Details
-
id
-
processDefinitionKey
-
processDefinitionId
-
processInstanceId
-
executionId
-
rootProcessInstanceId
-
createTime
-
endTime
-
removalTime
-
incidentType
-
activityId
-
failedActivityId
-
causeIncidentId
-
rootCauseIncidentId
-
configuration
-
historyConfiguration
-
incidentMessage
-
tenantId
-
jobDefinitionId
-
open
-
deleted
-
resolved
-
annotation
-
-
Constructor Details
-
HistoricIncidentDto
public HistoricIncidentDto()
-
-
Method Details
-
getId
-
getProcessDefinitionKey
-
getProcessDefinitionId
-
getProcessInstanceId
-
getExecutionId
-
getRootProcessInstanceId
-
getCreateTime
-
getEndTime
-
getRemovalTime
-
getIncidentType
-
getActivityId
-
getFailedActivityId
-
getCauseIncidentId
-
getRootCauseIncidentId
-
getConfiguration
-
getHistoryConfiguration
-
getIncidentMessage
-
getTenantId
-
getJobDefinitionId
-
isOpen
-
isDeleted
-
isResolved
-
getAnnotation
-
fromHistoricIncident
-