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

- public interface DecisionHandler
if more then one org.jbpm.workflow.definition.Transition leaves an
org.jbpm.workflow.definition.Activity, a Decision chooses the
org.jbpm.workflow.definition.Transition
that has to be activated when the org.jbpm.workflow.definition.Activity
is performed.
See also The delegation principle.
| Method Summary | |
java.lang.String |
decide(DecisionContext decisionContext)
decides which of the org.jbpm.workflow.definition.Transition's, after performing an org.jbpm.workflow.definition.Activity, has to be activated. |
| Method Detail |
decide
public java.lang.String decide(DecisionContext decisionContext)
- decides which of the org.jbpm.workflow.definition.Transition's, after
performing an
org.jbpm.workflow.definition.Activity, has to be activated.
|
|||||||||
| Home >> All >> org >> jbpm >> workflow >> [ delegation overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC