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