public abstract class AbstractSetJobStateCmd extends AbstractSetStateCmd
Modifier and Type | Field and Description |
---|---|
protected String |
jobDefinitionId |
protected String |
jobId |
protected String |
processDefinitionId |
protected String |
processDefinitionKey |
protected String |
processDefinitionTenantId |
protected boolean |
processDefinitionTenantIdSet |
protected String |
processInstanceId |
executionDate, includeSubResources, isLogUserOperationDisabled, SUSPENSION_STATE_PROPERTY
Constructor and Description |
---|
AbstractSetJobStateCmd(UpdateJobSuspensionStateBuilderImpl builder) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkAuthorization(CommandContext commandContext) |
protected void |
checkParameters(CommandContext commandContext) |
protected void |
logUserOperation(CommandContext commandContext) |
protected void |
updateSuspensionState(CommandContext commandContext,
SuspensionState suspensionState) |
disableLogUserOperation, execute, getDelayedExecutionJobHandlerType, getJobHandlerConfiguration, getLogEntryOperation, getNewSuspensionState, getNextCommand, isIncludeSubResources, isLogUserOperationDisabled, scheduleSuspensionStateUpdate, triggerHistoryEvent
protected String jobId
protected String jobDefinitionId
protected String processInstanceId
protected String processDefinitionId
protected String processDefinitionKey
protected String processDefinitionTenantId
protected boolean processDefinitionTenantIdSet
public AbstractSetJobStateCmd(UpdateJobSuspensionStateBuilderImpl builder)
protected void checkParameters(CommandContext commandContext)
checkParameters
in class AbstractSetStateCmd
protected void checkAuthorization(CommandContext commandContext)
checkAuthorization
in class AbstractSetStateCmd
protected void updateSuspensionState(CommandContext commandContext, SuspensionState suspensionState)
updateSuspensionState
in class AbstractSetStateCmd
protected void logUserOperation(CommandContext commandContext)
logUserOperation
in class AbstractSetStateCmd
Copyright © 2020. All rights reserved.