Package org.camunda.bpm.engine.impl.cmd
Class AbstractSetBatchStateCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractSetBatchStateCmd
- Direct Known Subclasses:
ActivateBatchCmd,SuspendBatchCmd
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voidcheckAccess(CommandChecker checker, BatchEntity batch) protected voidcheckAccess(CommandContext commandContext, BatchEntity batch) protected AbstractSetJobDefinitionStateCmdcreateSetJobDefinitionStateCommand(String jobDefinitionId) protected abstract AbstractSetJobDefinitionStateCmdexecute(CommandContext commandContext) protected abstract SuspensionStateprotected abstract Stringprotected voidlogUserOperation(CommandContext commandContext, String tenantId) protected voidsetJobDefinitionState(CommandContext commandContext, String jobDefinitionId) Methods 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
-
Field Details
-
SUSPENSION_STATE_PROPERTY
- See Also:
-
batchId
-
-
Constructor Details
-
AbstractSetBatchStateCmd
-
-
Method Details
-
execute
-
getNewSuspensionState
-
checkAccess
-
checkAccess
-
setJobDefinitionState
-
createSetJobDefinitionStateCommand
protected AbstractSetJobDefinitionStateCmd createSetJobDefinitionStateCommand(String jobDefinitionId) -
createSetJobDefinitionStateCommand
protected abstract AbstractSetJobDefinitionStateCmd createSetJobDefinitionStateCommand(UpdateJobDefinitionSuspensionStateBuilderImpl builder) -
logUserOperation
-
getUserOperationType
-