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 |
processInstanceId |
executionDate, includeSubResources, isLogUserOperationDisabled, SUSPENSION_STATE_PROPERTY| Constructor and Description |
|---|
AbstractSetJobStateCmd(String jobId,
String jobDefinitionId,
String processInstanceId,
String processDefinitionId,
String processDefinitionKey) |
| 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, scheduleSuspensionStateUpdateprotected String jobId
protected String jobDefinitionId
protected String processInstanceId
protected String processDefinitionId
protected String processDefinitionKey
protected void checkParameters(CommandContext commandContext)
checkParameters in class AbstractSetStateCmdprotected void checkAuthorization(CommandContext commandContext)
checkAuthorization in class AbstractSetStateCmdprotected void updateSuspensionState(CommandContext commandContext, SuspensionState suspensionState)
updateSuspensionState in class AbstractSetStateCmdprotected void logUserOperation(CommandContext commandContext)
logUserOperation in class AbstractSetStateCmdCopyright © 2018. All rights reserved.