public class IncidentResourceImpl extends Object implements IncidentResource
| Modifier and Type | Field and Description |
|---|---|
protected ProcessEngine |
engine |
protected String |
incidentId |
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
| Constructor and Description |
|---|
IncidentResourceImpl(ProcessEngine engine,
String incidentId,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| Modifier and Type | Method and Description |
|---|---|
IncidentDto |
getIncident() |
void |
resolveIncident() |
protected ProcessEngine engine
protected String incidentId
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
public IncidentResourceImpl(ProcessEngine engine, String incidentId, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public IncidentDto getIncident()
getIncident in interface IncidentResourcepublic void resolveIncident()
resolveIncident in interface IncidentResourceCopyright © 2019. All rights reserved.