org.camunda.bpm.engine.rest.sub.repository.impl
Class IncidentResourceImpl
java.lang.Object
org.camunda.bpm.engine.rest.sub.repository.impl.IncidentResourceImpl
- All Implemented Interfaces:
- IncidentResource
public class IncidentResourceImpl
- extends Object
- implements IncidentResource
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
engine
protected ProcessEngine engine
incidentId
protected String incidentId
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
IncidentResourceImpl
public IncidentResourceImpl(ProcessEngine engine,
String incidentId,
com.fasterxml.jackson.databind.ObjectMapper objectMapper)
getIncident
public IncidentDto getIncident()
- Specified by:
getIncident in interface IncidentResource
resolveIncident
public void resolveIncident()
- Specified by:
resolveIncident in interface IncidentResource
Copyright © 2017 camunda services GmbH. All rights reserved.