Class IncidentDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.runtime.IncidentDto
- Author:
- Roman Smirnov
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
id
-
processDefinitionId
-
processInstanceId
-
executionId
-
incidentTimestamp
-
incidentType
-
activityId
-
failedActivityId
-
causeIncidentId
-
rootCauseIncidentId
-
configuration
-
incidentMessage
-
tenantId
-
jobDefinitionId
-
annotation
-
-
Constructor Details
-
IncidentDto
public IncidentDto()
-
-
Method Details
-
getId
-
getProcessDefinitionId
-
getProcessInstanceId
-
getExecutionId
-
getIncidentTimestamp
-
getIncidentType
-
getActivityId
-
getFailedActivityId
-
getCauseIncidentId
-
getRootCauseIncidentId
-
getConfiguration
-
getIncidentMessage
-
getTenantId
-
getJobDefinitionId
-
getAnnotation
-
fromIncident
-