public abstract class AbstractSetProcessInstanceStateCmd extends AbstractSetStateCmd
Modifier and Type | Field and Description |
---|---|
protected boolean |
isProcessDefinitionTenantIdSet |
protected String |
processDefinitionId |
protected String |
processDefinitionKey |
protected String |
processDefinitionTenantId |
protected String |
processInstanceId |
executionDate, includeSubResources, isLogUserOperationDisabled, SUSPENSION_STATE_PROPERTY
Constructor and Description |
---|
AbstractSetProcessInstanceStateCmd(UpdateProcessInstanceSuspensionStateBuilderImpl builder) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkAuthorization(CommandContext commandContext) |
protected void |
checkParameters(CommandContext commandContext) |
protected UpdateJobSuspensionStateBuilderImpl |
createJobCommandBuilder() |
protected AbstractSetJobStateCmd |
getNextCommand() |
protected abstract AbstractSetJobStateCmd |
getNextCommand(UpdateJobSuspensionStateBuilderImpl jobCommandBuilder) |
protected void |
logUserOperation(CommandContext commandContext) |
protected List<ProcessInstance> |
obtainProcessInstances(CommandContext commandContext) |
protected void |
triggerHistoryEvent(CommandContext commandContext) |
protected void |
updateSuspensionState(CommandContext commandContext,
SuspensionState suspensionState) |
disableLogUserOperation, execute, getDelayedExecutionJobHandlerType, getJobHandlerConfiguration, getLogEntryOperation, getNewSuspensionState, isIncludeSubResources, isLogUserOperationDisabled, scheduleSuspensionStateUpdate
protected final String processInstanceId
protected String processDefinitionId
protected String processDefinitionKey
protected String processDefinitionTenantId
protected boolean isProcessDefinitionTenantIdSet
public AbstractSetProcessInstanceStateCmd(UpdateProcessInstanceSuspensionStateBuilderImpl 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 triggerHistoryEvent(CommandContext commandContext)
triggerHistoryEvent
in class AbstractSetStateCmd
protected List<ProcessInstance> obtainProcessInstances(CommandContext commandContext)
protected void logUserOperation(CommandContext commandContext)
logUserOperation
in class AbstractSetStateCmd
protected UpdateJobSuspensionStateBuilderImpl createJobCommandBuilder()
protected AbstractSetJobStateCmd getNextCommand()
getNextCommand
in class AbstractSetStateCmd
protected abstract AbstractSetJobStateCmd getNextCommand(UpdateJobSuspensionStateBuilderImpl jobCommandBuilder)
Copyright © 2017. All rights reserved.