org.camunda.bpm.engine.impl.cmd
Class AbstractSetJobStateCmd
java.lang.Object
org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
org.camunda.bpm.engine.impl.cmd.AbstractSetJobStateCmd
- All Implemented Interfaces:
- Command<Void>
- Direct Known Subclasses:
- ActivateJobCmd, SuspendJobCmd
public abstract class AbstractSetJobStateCmd
- extends AbstractSetStateCmd
- Author:
- roman.smirnov
| Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd |
disableLogUserOperation, execute, getDelayedExecutionJobHandlerType, getJobHandlerConfiguration, getLogEntryOperation, getNewSuspensionState, getNextCommand, isIncludeSubResources, isLogUserOperationDisabled, scheduleSuspensionStateUpdate, triggerHistoryEvent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jobId
protected String jobId
jobDefinitionId
protected String jobDefinitionId
processInstanceId
protected String processInstanceId
processDefinitionId
protected String processDefinitionId
processDefinitionKey
protected String processDefinitionKey
processDefinitionTenantId
protected String processDefinitionTenantId
processDefinitionTenantIdSet
protected boolean processDefinitionTenantIdSet
AbstractSetJobStateCmd
public AbstractSetJobStateCmd(UpdateJobSuspensionStateBuilderImpl builder)
checkParameters
protected void checkParameters(CommandContext commandContext)
- Specified by:
checkParameters in class AbstractSetStateCmd
checkAuthorization
protected void checkAuthorization(CommandContext commandContext)
- Specified by:
checkAuthorization in class AbstractSetStateCmd
updateSuspensionState
protected void updateSuspensionState(CommandContext commandContext,
SuspensionState suspensionState)
- Specified by:
updateSuspensionState in class AbstractSetStateCmd
logUserOperation
protected void logUserOperation(CommandContext commandContext)
- Specified by:
logUserOperation in class AbstractSetStateCmd
Copyright © 2016 camunda services GmbH. All rights reserved.