org.kuali.rice.kew.engine
Class RouteHelper
java.lang.Object
   org.kuali.rice.kew.engine.RouteHelper
org.kuali.rice.kew.engine.RouteHelper
- public class RouteHelper 
- extends Object
A helper class which provides some useful utilities for examining and generating nodes.
 Provides access to the JoinEngine and the RoutingNodeFactory.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
RouteHelper
public RouteHelper()
getJoinEngine
public JoinEngine getJoinEngine()
- 
 
getNodeFactory
public RoutingNodeFactory getNodeFactory()
- 
 
isSimpleNode
public boolean isSimpleNode(RouteNode routeNode)
- 
 
isJoinNode
public boolean isJoinNode(RouteNode routeNode)
- 
 
isSplitNode
public boolean isSplitNode(RouteNode routeNode)
- 
 
isDynamicNode
public boolean isDynamicNode(RouteNode routeNode)
- 
 
isSubProcessNode
public boolean isSubProcessNode(RouteNode routeNode)
- 
 
isRequestActivationNode
public boolean isRequestActivationNode(RouteNode routeNode)
- 
 
isRequestsNode
public boolean isRequestsNode(RouteNode routeNode)
- 
 
getNode
public Node getNode(RouteNode routeNode)
- 
 
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.