Package org.camunda.bpm.engine.impl.cmd
Class SuspendBatchCmd
- java.lang.Object
-
- org.camunda.bpm.engine.impl.cmd.AbstractSetBatchStateCmd
-
- org.camunda.bpm.engine.impl.cmd.SuspendBatchCmd
-
public class SuspendBatchCmd extends AbstractSetBatchStateCmd
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetBatchStateCmd
batchId, SUSPENSION_STATE_PROPERTY
-
-
Constructor Summary
Constructors Constructor Description SuspendBatchCmd(String batchId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
checkAccess(CommandChecker checker, BatchEntity batch)
protected AbstractSetJobDefinitionStateCmd
createSetJobDefinitionStateCommand(UpdateJobDefinitionSuspensionStateBuilderImpl builder)
protected SuspensionState
getNewSuspensionState()
protected String
getUserOperationType()
-
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 Detail
-
SuspendBatchCmd
public SuspendBatchCmd(String batchId)
-
-
Method Detail
-
getNewSuspensionState
protected SuspensionState getNewSuspensionState()
- Specified by:
getNewSuspensionState
in classAbstractSetBatchStateCmd
-
checkAccess
protected void checkAccess(CommandChecker checker, BatchEntity batch)
- Specified by:
checkAccess
in classAbstractSetBatchStateCmd
-
createSetJobDefinitionStateCommand
protected AbstractSetJobDefinitionStateCmd createSetJobDefinitionStateCommand(UpdateJobDefinitionSuspensionStateBuilderImpl builder)
- Specified by:
createSetJobDefinitionStateCommand
in classAbstractSetBatchStateCmd
-
getUserOperationType
protected String getUserOperationType()
- Specified by:
getUserOperationType
in classAbstractSetBatchStateCmd
-
-