|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ClientProcessInstance | |
|---|---|
| org.jbpm.api.client | for clients that want direct programmatic access to the execution object like e.g. in unit tests. |
| Uses of ClientProcessInstance in org.jbpm.api.client |
|---|
| Methods in org.jbpm.api.client that return ClientProcessInstance | |
|---|---|
ClientProcessInstance |
ClientProcessDefinition.createProcessInstance()
creates a new process instances. |
ClientProcessInstance |
ClientProcessDefinition.createProcessInstance(java.lang.String key)
creates a new process instances with a given key. |
ClientProcessInstance |
ClientProcessDefinition.createProcessInstance(java.lang.String key,
Execution superProcessExecution)
creates a new process instances with a given key. |
ClientProcessInstance |
ClientProcessDefinition.startProcessInstance()
creates the process instance and immediately start its execution. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||