Package 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
- 
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetBatchStateCmd
batchId, SUSPENSION_STATE_PROPERTY - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidcheckAccess(CommandChecker checker, BatchEntity batch) protected AbstractSetJobDefinitionStateCmdprotected SuspensionStateprotected StringMethods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetBatchStateCmd
checkAccess, createSetJobDefinitionStateCommand, execute, logUserOperation, setJobDefinitionStateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable 
- 
Constructor Details
- 
ActivateBatchCmd
 
 - 
 - 
Method Details
- 
getNewSuspensionState
- Specified by:
 getNewSuspensionStatein classAbstractSetBatchStateCmd
 - 
checkAccess
- Specified by:
 checkAccessin classAbstractSetBatchStateCmd
 - 
createSetJobDefinitionStateCommand
protected AbstractSetJobDefinitionStateCmd createSetJobDefinitionStateCommand(UpdateJobDefinitionSuspensionStateBuilderImpl builder) - Specified by:
 createSetJobDefinitionStateCommandin classAbstractSetBatchStateCmd
 - 
getUserOperationType
- Specified by:
 getUserOperationTypein classAbstractSetBatchStateCmd
 
 -