org.kuali.rice.kew.engine.node
Class SimpleJoinNode
java.lang.Object
org.kuali.rice.kew.engine.node.SimpleJoinNode
- All Implemented Interfaces:
- JoinNode, Node
public class SimpleJoinNode
- extends Object
- implements JoinNode
A simple implementation of a JoinNode
which indicates it is complete once all branches
have joined.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Field Summary |
protected org.apache.log4j.Logger |
LOG
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
protected final org.apache.log4j.Logger LOG
SimpleJoinNode
public SimpleJoinNode()
process
public JoinResult process(RouteContext context,
RouteHelper helper)
throws Exception
- Specified by:
process
in interface JoinNode
- Throws:
Exception
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.