Class IncidentResourceImpl
java.lang.Object
org.camunda.bpm.engine.rest.sub.repository.impl.IncidentResourceImpl
- All Implemented Interfaces:
- IncidentResource
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected ProcessEngineprotected Stringprotected com.fasterxml.jackson.databind.ObjectMapper
- 
Constructor SummaryConstructorsConstructorDescriptionIncidentResourceImpl(ProcessEngine engine, String incidentId, com.fasterxml.jackson.databind.ObjectMapper objectMapper) 
- 
Method SummaryModifier and TypeMethodDescriptionjakarta.ws.rs.core.Responsevoidjakarta.ws.rs.core.ResponsesetAnnotation(AnnotationDto annotationDto) 
- 
Field Details- 
engine
- 
incidentId
- 
objectMapperprotected com.fasterxml.jackson.databind.ObjectMapper objectMapper
 
- 
- 
Constructor Details- 
IncidentResourceImplpublic IncidentResourceImpl(ProcessEngine engine, String incidentId, com.fasterxml.jackson.databind.ObjectMapper objectMapper) 
 
- 
- 
Method Details- 
getIncident- Specified by:
- getIncidentin interface- IncidentResource
 
- 
resolveIncidentpublic void resolveIncident()- Specified by:
- resolveIncidentin interface- IncidentResource
 
- 
setAnnotation- Specified by:
- setAnnotationin interface- IncidentResource
 
- 
clearAnnotationpublic jakarta.ws.rs.core.Response clearAnnotation()- Specified by:
- clearAnnotationin interface- IncidentResource
 
 
-