public abstract class AbstractSetProcessInstanceStateCmd extends AbstractSetStateCmd
Modifier and Type | Field and Description |
---|---|
protected String |
processDefinitionId |
protected String |
processDefinitionKey |
protected String |
processInstanceId |
executionDate, includeSubResources, isLogUserOperationDisabled, SUSPENSION_STATE_PROPERTY
Constructor and Description |
---|
AbstractSetProcessInstanceStateCmd(String processInstanceId,
String processDefinitionId,
String processDefinitionKey) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkAuthorization(CommandContext commandContext) |
protected void |
checkParameters(CommandContext commandContext) |
protected abstract AbstractSetJobStateCmd |
getNextCommand() |
protected void |
logUserOperation(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 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
protected abstract AbstractSetJobStateCmd getNextCommand()
getNextCommand
in class AbstractSetStateCmd
Copyright © 2018. All rights reserved.