Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jbpm.workflow.delegation
Interface ProcessInvocationContext  view ProcessInvocationContext download ProcessInvocationContext.java

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;