Package org.camunda.bpm.engine.impl.cmd
Class SuspendJobCmd
- java.lang.Object
 - 
- org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
 - 
- org.camunda.bpm.engine.impl.cmd.AbstractSetJobStateCmd
 - 
- org.camunda.bpm.engine.impl.cmd.SuspendJobCmd
 
 
 
 
- 
- All Implemented Interfaces:
 Command<java.lang.Void>
public class SuspendJobCmd extends AbstractSetJobStateCmd
- Author:
 - roman.smirnov
 
 
- 
- 
Field Summary
- 
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetJobStateCmd
jobDefinitionId, jobId, processDefinitionId, processDefinitionKey, processDefinitionTenantId, processDefinitionTenantIdSet, processInstanceId 
- 
Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
executionDate, includeSubResources, isLogUserOperationDisabled, SUSPENSION_STATE_PROPERTY 
 - 
 
- 
Constructor Summary
Constructors Constructor Description SuspendJobCmd(UpdateJobSuspensionStateBuilderImpl builder) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetLogEntryOperation()protected SuspensionStategetNewSuspensionState()- 
Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetJobStateCmd
checkAuthorization, checkParameters, logUserOperation, updateSuspensionState 
- 
Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
disableLogUserOperation, execute, getDelayedExecutionJobHandlerType, getDeploymentId, getDeploymentIdByJobDefinition, getDeploymentIdByProcessDefinition, getDeploymentIdByProcessDefinitionKey, getJobHandlerConfiguration, getNextCommand, isIncludeSubResources, isLogUserOperationDisabled, scheduleSuspensionStateUpdate, triggerHistoryEvent 
- 
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 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
SuspendJobCmd
public SuspendJobCmd(UpdateJobSuspensionStateBuilderImpl builder)
 
 - 
 
- 
Method Detail
- 
getNewSuspensionState
protected SuspensionState getNewSuspensionState()
- Specified by:
 getNewSuspensionStatein classAbstractSetStateCmd
 
- 
getLogEntryOperation
protected java.lang.String getLogEntryOperation()
- Specified by:
 getLogEntryOperationin classAbstractSetStateCmd
 
 - 
 
 -