Class HistoricIncidentRestServiceImpl

java.lang.Object
org.camunda.bpm.engine.rest.impl.history.HistoricIncidentRestServiceImpl
All Implemented Interfaces:
HistoricIncidentRestService

public class HistoricIncidentRestServiceImpl extends Object implements HistoricIncidentRestService
Author:
Roman Smirnov
  • Field Details

    • objectMapper

      protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
    • processEngine

      protected org.camunda.bpm.engine.ProcessEngine processEngine
  • Constructor Details

    • HistoricIncidentRestServiceImpl

      public HistoricIncidentRestServiceImpl(com.fasterxml.jackson.databind.ObjectMapper objectMapper, org.camunda.bpm.engine.ProcessEngine processEngine)
  • Method Details