|
|||||||||
| 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 ActionContext

- 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
Actionis executed.- Specified by:
getFlowin interfaceHandlerContext
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.
|
|||||||||
| Home >> All >> org >> jbpm >> workflow >> [ delegation overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC