org.camunda.bpm.engine.rest.sub.batch.impl
Class BatchResourceImpl

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

public class BatchResourceImpl
extends Object
implements BatchResource


Field Summary
protected  String batchId
           
protected  ProcessEngine processEngine
           
 
Constructor Summary
BatchResourceImpl(ProcessEngine processEngine, String batchId)
           
 
Method Summary
protected  void activateBatch()
           
 void deleteBatch(boolean cascade)
           
 BatchDto getBatch()
           
protected  void suspendBatch()
           
 void updateSuspensionState(SuspensionStateDto suspensionState)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

processEngine

protected ProcessEngine processEngine

batchId

protected String batchId
Constructor Detail

BatchResourceImpl

public BatchResourceImpl(ProcessEngine processEngine,
                         String batchId)
Method Detail

getBatch

public BatchDto getBatch()
Specified by:
getBatch in interface BatchResource

updateSuspensionState

public void updateSuspensionState(SuspensionStateDto suspensionState)
Specified by:
updateSuspensionState in interface BatchResource

suspendBatch

protected void suspendBatch()

activateBatch

protected void activateBatch()

deleteBatch

public void deleteBatch(boolean cascade)
Specified by:
deleteBatch in interface BatchResource


Copyright © 2016 camunda services GmbH. All rights reserved.