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
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
checkAccess
(CommandChecker checker, BatchEntity batch) protected AbstractSetJobDefinitionStateCmd
protected SuspensionState
protected String
Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetBatchStateCmd
checkAccess, createSetJobDefinitionStateCommand, execute, logUserOperation, setJobDefinitionState
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.camunda.bpm.engine.impl.interceptor.Command
isRetryable
-
Constructor Details
-
ActivateBatchCmd
-
-
Method Details
-
getNewSuspensionState
- Specified by:
getNewSuspensionState
in classAbstractSetBatchStateCmd
-
checkAccess
- Specified by:
checkAccess
in classAbstractSetBatchStateCmd
-
createSetJobDefinitionStateCommand
protected AbstractSetJobDefinitionStateCmd createSetJobDefinitionStateCommand(UpdateJobDefinitionSuspensionStateBuilderImpl builder) - Specified by:
createSetJobDefinitionStateCommand
in classAbstractSetBatchStateCmd
-
getUserOperationType
- Specified by:
getUserOperationType
in classAbstractSetBatchStateCmd
-