public class SuspendJobDefinitionCmd extends AbstractSetJobDefinitionStateCmd
executionDate, includeJobs, jobDefinitionId, processDefinitionId, processDefinitionKey| Constructor and Description |
|---|
SuspendJobDefinitionCmd(String jobDefinitionId,
String processDefinitionId,
String processDefinitionKey,
boolean includeJobs,
Date executionDate) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getDelayedExecutionJobHandlerType()
Subclasses should return the type of the
JobHandler here. |
protected AbstractSetJobStateCmd |
getSetJobStateCmd()
Subclasses should return the type of the
AbstractSetJobStateCmd here. |
protected SuspensionState |
getSuspensionState()
Subclasses should return the wanted
SuspensionState here. |
executeprotected SuspensionState getSuspensionState()
AbstractSetJobDefinitionStateCmdSuspensionState here.getSuspensionState in class AbstractSetJobDefinitionStateCmdprotected String getDelayedExecutionJobHandlerType()
AbstractSetJobDefinitionStateCmdJobHandler here. it will be used when
the user provides an execution date on which the actual state change will happen.getDelayedExecutionJobHandlerType in class AbstractSetJobDefinitionStateCmdprotected AbstractSetJobStateCmd getSetJobStateCmd()
AbstractSetJobDefinitionStateCmdAbstractSetJobStateCmd here.
It will be used to suspend or activate the Jobs.getSetJobStateCmd in class AbstractSetJobDefinitionStateCmdCopyright © 2015. All rights reserved.