Class IncidentResourceImpl

    • Field Detail

      • engine

        protected org.camunda.bpm.engine.ProcessEngine engine
      • incidentId

        protected String incidentId
      • objectMapper

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

      • IncidentResourceImpl

        public IncidentResourceImpl​(org.camunda.bpm.engine.ProcessEngine engine,
                                    String incidentId,
                                    com.fasterxml.jackson.databind.ObjectMapper objectMapper)