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

- All Superinterfaces:
- HandlerContext
- public interface ForkContext
- extends HandlerContext
allows a Forker-implementor to interact with ant get information from the process engine.
| Method Summary | |
void |
forkFlow(java.lang.String transitionName)
|
void |
forkFlow(java.lang.String transitionName,
java.util.Map attributeValues)
|
| Methods inherited from interface org.jbpm.workflow.delegation.HandlerContext |
getAttribute, getConfiguration, getFlow, getNode, getProcessDefinition, getProcessInstance, log, schedule, schedule |
| Method Detail |
forkFlow
public void forkFlow(java.lang.String transitionName)
forkFlow
public void forkFlow(java.lang.String transitionName, java.util.Map attributeValues)
|
|||||||||
| Home >> All >> org >> jbpm >> workflow >> [ delegation overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC