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
 
 
 
- 
- All Implemented Interfaces:
 Command<java.lang.Void>
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(java.lang.String batchId) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcheckAccess(CommandChecker checker, BatchEntity batch)protected AbstractSetJobDefinitionStateCmdcreateSetJobDefinitionStateCommand(UpdateJobDefinitionSuspensionStateBuilderImpl builder)protected SuspensionStategetNewSuspensionState()protected java.lang.StringgetUserOperationType()- 
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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getNewSuspensionState
protected SuspensionState getNewSuspensionState()
- Specified by:
 getNewSuspensionStatein classAbstractSetBatchStateCmd
 
- 
checkAccess
protected void checkAccess(CommandChecker checker, BatchEntity batch)
- Specified by:
 checkAccessin classAbstractSetBatchStateCmd
 
- 
createSetJobDefinitionStateCommand
protected AbstractSetJobDefinitionStateCmd createSetJobDefinitionStateCommand(UpdateJobDefinitionSuspensionStateBuilderImpl builder)
- Specified by:
 createSetJobDefinitionStateCommandin classAbstractSetBatchStateCmd
 
- 
getUserOperationType
protected java.lang.String getUserOperationType()
- Specified by:
 getUserOperationTypein classAbstractSetBatchStateCmd
 
 - 
 
 -