| |
|
| org.jbpm.graph.def.Node org.jbpm.graph.node.InterleaveStart
InterleaveStart | public class InterleaveStart extends Node implements Parsable(Code) | | is an unordered set of child nodeMap. the path of execution will
be given to each node exactly once. the sequence of the child
nodeMap will be determined at runtime. this implements the
workflow pattern interleved parallel routing.
If no script is supplied, the transition names will be sequenced
in arbitrary order.
If a script is provided, the variable transitionNames contains the
available transition names. The returned value has to be one of
those transitionNames.
Instead of supplying a script, its also possible to subclass this
class and override the selectTransition method.
|
Inner Class :public interface Interleaver | |
Inner Class :public class DefaultInterleaver implements Interleaver | |
interleaver | Interleaver interleaver(Code) | | |
InterleaveStart | public InterleaveStart()(Code) | | |
getInterleaver | public Interleaver getInterleaver()(Code) | | |
removeTransitionNames | public void removeTransitionNames(Token token)(Code) | | |
setInterleaver | public void setInterleaver(Interleaver interleaver)(Code) | | |
write | public void write(Element element)(Code) | | |
|
|
|