org.camunda.bpm.engine.impl.cmd
Class ActivateBatchCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractSetBatchStateCmd
org.camunda.bpm.engine.impl.cmd.ActivateBatchCmd
- All Implemented Interfaces:
- Command<Void>
public class ActivateBatchCmd
- extends AbstractSetBatchStateCmd
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActivateBatchCmd
public ActivateBatchCmd(String batchId)
getNewSuspensionState
protected SuspensionState getNewSuspensionState()
- Specified by:
getNewSuspensionState
in class AbstractSetBatchStateCmd
checkAccess
protected void checkAccess(CommandChecker checker,
BatchEntity batch)
- Specified by:
checkAccess
in class AbstractSetBatchStateCmd
createSetJobDefinitionStateCommand
protected AbstractSetJobDefinitionStateCmd createSetJobDefinitionStateCommand(UpdateJobDefinitionSuspensionStateBuilderImpl builder)
- Specified by:
createSetJobDefinitionStateCommand
in class AbstractSetBatchStateCmd
getUserOperationType
protected String getUserOperationType()
- Specified by:
getUserOperationType
in class AbstractSetBatchStateCmd
Copyright © 2017 camunda services GmbH. All rights reserved.