|
|||||||||
| Home >> All >> org >> jbpm >> workflow >> [ delegation overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.jbpm.workflow.delegation
Interface ProcessInvocationContext

- All Superinterfaces:
- HandlerContext
- public interface ProcessInvocationContext
- extends HandlerContext
allows a ProcessInvocationHandler-implementor to interact with and get information from the execution engine.
| Method Summary | |
ActionContext |
getInvokedProcessContext()
gets the ActionContext for the invoked process instance; |
| Methods inherited from interface org.jbpm.workflow.delegation.HandlerContext |
getAttribute, getConfiguration, getFlow, getNode, getProcessDefinition, getProcessInstance, log, schedule, schedule |
| Method Detail |
getInvokedProcessContext
public ActionContext getInvokedProcessContext()
- gets the ActionContext for the invoked process instance;
|
|||||||||
| Home >> All >> org >> jbpm >> workflow >> [ delegation overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC