|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd
org.camunda.bpm.engine.impl.cmd.AbstractSetProcessInstanceStateCmd
org.camunda.bpm.engine.impl.cmd.SuspendProcessInstanceCmd
public class SuspendProcessInstanceCmd
| Field Summary |
|---|
| Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessInstanceStateCmd |
|---|
processDefinitionId, processDefinitionKey, processInstanceId |
| Fields inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd |
|---|
executionDate, includeSubResources, isLogUserOperationDisabled, SUSPENSION_STATE_PROPERTY |
| Constructor Summary | |
|---|---|
SuspendProcessInstanceCmd(String executionId,
String processDefinitionId,
String processDefinitionKey)
|
|
| Method Summary | |
|---|---|
protected String |
getLogEntryOperation()
|
protected SuspensionState |
getNewSuspensionState()
|
protected SuspendJobCmd |
getNextCommand()
|
| Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetProcessInstanceStateCmd |
|---|
checkAuthorization, checkParameters, logUserOperation, updateSuspensionState |
| Methods inherited from class org.camunda.bpm.engine.impl.cmd.AbstractSetStateCmd |
|---|
disableLogUserOperation, execute, getDelayedExecutionJobHandlerType, getJobHandlerConfiguration, isIncludeSubResources, isLogUserOperationDisabled, scheduleSuspensionStateUpdate |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SuspendProcessInstanceCmd(String executionId,
String processDefinitionId,
String processDefinitionKey)
| Method Detail |
|---|
protected SuspensionState getNewSuspensionState()
getNewSuspensionState in class AbstractSetStateCmdprotected SuspendJobCmd getNextCommand()
getNextCommand in class AbstractSetProcessInstanceStateCmdprotected String getLogEntryOperation()
getLogEntryOperation in class AbstractSetStateCmd
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||