org.camunda.bpm.engine.rest.sub.repository.impl
Class IncidentResourceImpl

java.lang.Object
  extended by org.camunda.bpm.engine.rest.sub.repository.impl.IncidentResourceImpl
All Implemented Interfaces:
IncidentResource

public class IncidentResourceImpl
extends Object
implements IncidentResource


Field Summary
protected  ProcessEngine engine
           
protected  String incidentId
           
protected  com.fasterxml.jackson.databind.ObjectMapper objectMapper
           
 
Constructor Summary
IncidentResourceImpl(ProcessEngine engine, String incidentId, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
           
 
Method Summary
 IncidentDto getIncident()
           
 void resolveIncident()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

engine

protected ProcessEngine engine

incidentId

protected String incidentId

objectMapper

protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
Constructor Detail

IncidentResourceImpl

public IncidentResourceImpl(ProcessEngine engine,
                            String incidentId,
                            com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Method Detail

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.