java.lang.Object
org.jbpm.workflow.delegation.impl.fork.AndFork
- All Implemented Interfaces:
- org.jbpm.workflow.delegation.ForkHandler
- public class AndFork
- extends java.lang.Object
- implements org.jbpm.workflow.delegation.ForkHandler
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
log
private static final org.apache.log4j.Logger log
AndFork
public AndFork()
fork
public void fork(org.jbpm.workflow.delegation.ForkContext forkContext)
- Description copied from interface:
org.jbpm.workflow.delegation.ForkHandler
- calculates the names of the org.jbpm.workflow.definition.Transitions to be activated
concurrently. The same name can be added multiple times to start multiple instances of the
same flow. All of the forked org.jbpm.workflow.execution.Flows will be synchronized
in the same org.jbpm.workflow.definition.Join.
* @param forkContext is the object that allows the Forker-implementator to communicate with the jBpm process engine.
- Specified by:
fork in interface org.jbpm.workflow.delegation.ForkHandler