Class HistoricIncidentDto
java.lang.Object
org.operaton.bpm.engine.rest.dto.history.HistoricIncidentDto
- Author:
- Roman Smirnov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Stringprotected Stringprotected Stringprotected Stringprotected Dateprotected Booleanprotected Dateprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Booleanprotected Stringprotected Stringprotected Stringprotected Dateprotected Booleanprotected Stringprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HistoricIncidentDtofromHistoricIncident(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
-