|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbpm.command.AbstractBaseCommand
org.jbpm.command.AbstractProcessInstanceBaseCommand
org.jbpm.command.SuspendProcessInstanceCommand
public class SuspendProcessInstanceCommand
Suspend the specified ProcessInstance(s). See AbstractProcessInstanceBaseCommand
to check possibilities to specify ProcessInstance(s).
With filter to all ProcessDefinitions this can be used
like an emergency shutdown for ProcessDefinitions.
| Field Summary |
|---|
| Fields inherited from class org.jbpm.command.AbstractProcessInstanceBaseCommand |
|---|
log |
| Constructor Summary | |
|---|---|
SuspendProcessInstanceCommand()
|
|
| Method Summary | |
|---|---|
ProcessInstance |
execute(ProcessInstance processInstance)
|
| Methods inherited from class org.jbpm.command.AbstractProcessInstanceBaseCommand |
|---|
execute, getJbpmContext, getProcessInstanceId, getProcessInstanceIds, getProcessName, getProcessVersion, isOnlyRunning, isOperateOnSingleObject, onlyRunning, processInstanceId, processInstanceIds, processName, processVersion, setOnlyRunning, setProcessInstanceId, setProcessInstanceIds, setProcessName, setProcessVersion, toString |
| Methods inherited from class org.jbpm.command.AbstractBaseCommand |
|---|
getAdditionalToStringInformation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SuspendProcessInstanceCommand()
| Method Detail |
|---|
public ProcessInstance execute(ProcessInstance processInstance)
execute in class AbstractProcessInstanceBaseCommand
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||