public class ActivateProcessInstanceCmd extends AbstractSetProcessInstanceStateCmd
processDefinitionId, processDefinitionKey, processInstanceId, SUSPENSION_STATE_PROPERTY| Constructor and Description |
|---|
ActivateProcessInstanceCmd(String executionId,
String processDefinitionId,
String processDefinitionKey) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getLogEntryOperation() |
protected SuspensionState |
getNewSuspensionState()
Subclasses should return the wanted
SuspensionState here. |
protected AbstractSetJobStateCmd |
getSetJobStateCmd()
Subclasses should return the type of the
AbstractSetJobStateCmd here. |
executeprotected SuspensionState getNewSuspensionState()
AbstractSetProcessInstanceStateCmdSuspensionState here.getNewSuspensionState in class AbstractSetProcessInstanceStateCmdprotected AbstractSetJobStateCmd getSetJobStateCmd()
AbstractSetProcessInstanceStateCmdAbstractSetJobStateCmd here.
It will be used to suspend or activate the Jobs.getSetJobStateCmd in class AbstractSetProcessInstanceStateCmdprotected String getLogEntryOperation()
getLogEntryOperation in class AbstractSetProcessInstanceStateCmdCopyright © 2018. All rights reserved.