Class IncidentResourceImpl
java.lang.Object
org.camunda.bpm.engine.rest.sub.repository.impl.IncidentResourceImpl
- All Implemented Interfaces:
IncidentResource
-
Field Summary
Modifier and TypeFieldDescriptionprotected ProcessEngine
protected String
protected com.fasterxml.jackson.databind.ObjectMapper
-
Constructor Summary
ConstructorDescriptionIncidentResourceImpl
(ProcessEngine engine, String incidentId, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
void
javax.ws.rs.core.Response
setAnnotation
(AnnotationDto annotationDto)
-
Field Details
-
engine
-
incidentId
-
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
-
-
Constructor Details
-
IncidentResourceImpl
public IncidentResourceImpl(ProcessEngine engine, String incidentId, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
getIncident
- Specified by:
getIncident
in interfaceIncidentResource
-
resolveIncident
public void resolveIncident()- Specified by:
resolveIncident
in interfaceIncidentResource
-
setAnnotation
- Specified by:
setAnnotation
in interfaceIncidentResource
-
clearAnnotation
public javax.ws.rs.core.Response clearAnnotation()- Specified by:
clearAnnotation
in interfaceIncidentResource
-