Class HistoricBatchResourceImpl

java.lang.Object
org.camunda.bpm.engine.rest.sub.history.impl.HistoricBatchResourceImpl
All Implemented Interfaces:
HistoricBatchResource

public class HistoricBatchResourceImpl extends Object implements HistoricBatchResource
  • Field Details

    • processEngine

      protected org.camunda.bpm.engine.ProcessEngine processEngine
    • batchId

      protected String batchId
  • Constructor Details

    • HistoricBatchResourceImpl

      public HistoricBatchResourceImpl(org.camunda.bpm.engine.ProcessEngine processEngine, String batchId)
  • Method Details