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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract void
checkAccess
(CommandChecker checker, BatchEntity batch) protected void
checkAccess
(CommandContext commandContext, BatchEntity batch) protected AbstractSetJobDefinitionStateCmd
createSetJobDefinitionStateCommand
(String jobDefinitionId) protected abstract AbstractSetJobDefinitionStateCmd
execute
(CommandContext commandContext) protected abstract SuspensionState
protected abstract String
protected void
logUserOperation
(CommandContext commandContext, String tenantId) protected void
setJobDefinitionState
(CommandContext commandContext, String jobDefinitionId) 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
-
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
-