Package org.camunda.bpm.engine.impl.cmd
Class SuspendProcessInstanceCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
org.camunda.bpm.engine.impl.cmd.AbstractSetProcessInstanceStateCmd
org.camunda.bpm.engine.impl.cmd.SuspendProcessInstanceCmd
- Author:
- Daniel Meyer
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessInstanceStateCmd
isProcessDefinitionTenantIdSet, processDefinitionId, processDefinitionKey, processDefinitionTenantId, processInstanceId
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
executionDate, includeSubResources, isLogUserOperationDisabled, SUSPENSION_STATE_PROPERTY
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionprotected String
protected SuspensionState
protected SuspendJobCmd
getNextCommand
(UpdateJobSuspensionStateBuilderImpl jobCommandBuilder) Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessInstanceStateCmd
checkAuthorization, checkParameters, createJobCommandBuilder, getNextCommand, logUserOperation, obtainProcessInstances, triggerHistoryEvent, updateSuspensionState
Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
disableLogUserOperation, execute, getDelayedExecutionJobHandlerType, getDeploymentId, getDeploymentIdByJobDefinition, getDeploymentIdByProcessDefinition, getDeploymentIdByProcessDefinitionKey, getJobHandlerConfiguration, isIncludeSubResources, isLogUserOperationDisabled, scheduleSuspensionStateUpdate
-
Constructor Details
-
SuspendProcessInstanceCmd
-
-
Method Details
-
getNewSuspensionState
- Specified by:
getNewSuspensionState
in classAbstractSetStateCmd
-
getNextCommand
- Specified by:
getNextCommand
in classAbstractSetProcessInstanceStateCmd
-
getLogEntryOperation
- Specified by:
getLogEntryOperation
in classAbstractSetStateCmd
-