Class BatchResourceImpl

java.lang.Object
org.camunda.bpm.engine.rest.sub.batch.impl.BatchResourceImpl
All Implemented Interfaces:
BatchResource

public class BatchResourceImpl extends Object implements BatchResource
  • Field Details

    • processEngine

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

      protected String batchId
  • Constructor Details

    • BatchResourceImpl

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