org.camunda.bpm.engine.rest.sub.batch.impl
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
processEngine
protected ProcessEngine processEngine
batchId
protected String batchId
BatchResourceImpl
public BatchResourceImpl(ProcessEngine processEngine,
String batchId)
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.