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

Quick Search    Search Deep

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

All Superinterfaces:
HandlerContext

public interface ActionContext
extends HandlerContext

allows the Interaction-implementor to interact with and get information from the process engine.


Method Summary
 org.jbpm.workflow.execution.Flow getFlow()
          gets the org.jbpm.workflow.execution.Flow in which the Action is executed.
 void setAttribute(java.lang.String attributeName, java.lang.Object attributeValue)
          sets the org.jbpm.workflow.execution.AttributeInstance for the attribute with name attributeName to the value attributeValue.
 
Methods inherited from interface org.jbpm.workflow.delegation.HandlerContext
getAttribute, getConfiguration, getNode, getProcessDefinition, getProcessInstance, log, schedule, schedule
 

Method Detail

getFlow

public org.jbpm.workflow.execution.Flow getFlow()
gets the org.jbpm.workflow.execution.Flow in which the Action is executed.

Specified by:
getFlow in interface HandlerContext

setAttribute

public void setAttribute(java.lang.String attributeName,
                         java.lang.Object attributeValue)
sets the org.jbpm.workflow.execution.AttributeInstance for the attribute with name attributeName to the value attributeValue.