org.kuali.rice.kew.engine.node
Interface JoinEngine
- All Known Implementing Classes: 
- BasicJoinEngine
- public interface JoinEngine 
The JoinEngine is responsible for maintaining join state and determining when the join condition
 has been satisfied.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
addExpectedJoiner
void addExpectedJoiner(RouteNodeInstance nodeInstance,
                       Branch branch)
- 
 
addActualJoiner
void addActualJoiner(RouteNodeInstance nodeInstance,
                     Branch branch)
- 
 
isJoined
boolean isJoined(RouteNodeInstance nodeInstance)
- 
 
createExpectedJoinState
void createExpectedJoinState(RouteContext context,
                             RouteNodeInstance joinInstance,
                             RouteNodeInstance previousNodeInstance)
- 
 
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.