Package org.operaton.bpm.engine.impl.cmd
Class SuspendJobDefinitionCmd
java.lang.Object
org.operaton.bpm.engine.impl.cmd.AbstractSetStateCmd
org.operaton.bpm.engine.impl.cmd.AbstractSetJobDefinitionStateCmd
org.operaton.bpm.engine.impl.cmd.SuspendJobDefinitionCmd
- Author:
- roman.smirnov
-
Field Summary
Fields inherited from class org.operaton.bpm.engine.impl.cmd.AbstractSetJobDefinitionStateCmd
isProcessDefinitionTenantIdSet, jobDefinitionId, processDefinitionId, processDefinitionKey, processDefinitionTenantIdFields inherited from class org.operaton.bpm.engine.impl.cmd.AbstractSetStateCmd
executionDate, includeSubResources, isLogUserOperationDisabled, SUSPENSION_STATE_PROPERTY -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionprotected StringSubclasses should return the type of theJobHandlerhere. it will be used when the user provides an execution date on which the actual state change will happen.protected Stringprotected SuspensionStateprotected SuspendJobCmdgetNextCommand(UpdateJobSuspensionStateBuilderImpl jobCommandBuilder) Methods inherited from class org.operaton.bpm.engine.impl.cmd.AbstractSetJobDefinitionStateCmd
checkAuthorization, checkParameters, createJobCommandBuilder, getDeploymentId, getJobHandlerConfiguration, getNextCommand, logUserOperation, updateSuspensionStateMethods inherited from class org.operaton.bpm.engine.impl.cmd.AbstractSetStateCmd
disableLogUserOperation, execute, getDeploymentIdByJobDefinition, getDeploymentIdByProcessDefinition, getDeploymentIdByProcessDefinitionKey, isIncludeSubResources, isLogUserOperationDisabled, scheduleSuspensionStateUpdate, triggerHistoryEvent
-
Constructor Details
-
SuspendJobDefinitionCmd
-
-
Method Details
-
getNewSuspensionState
- Specified by:
getNewSuspensionStatein classAbstractSetStateCmd
-
getDelayedExecutionJobHandlerType
Description copied from class:AbstractSetJobDefinitionStateCmdSubclasses should return the type of theJobHandlerhere. it will be used when the user provides an execution date on which the actual state change will happen.- Specified by:
getDelayedExecutionJobHandlerTypein classAbstractSetJobDefinitionStateCmd
-
getNextCommand
- Specified by:
getNextCommandin classAbstractSetJobDefinitionStateCmd
-
getLogEntryOperation
- Specified by:
getLogEntryOperationin classAbstractSetStateCmd
-