org.kuali.rice.kew.engine
Class RouteHelper

java.lang.Object
  extended by 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)

Field Summary
private  JoinEngine joinEngine
           
private  RoutingNodeFactory nodeFactory
           
 
Constructor Summary
RouteHelper()
           
 
Method Summary
 JoinEngine getJoinEngine()
           
 Node getNode(RouteNode routeNode)
           
 RoutingNodeFactory getNodeFactory()
           
 boolean isDynamicNode(RouteNode routeNode)
           
 boolean isJoinNode(RouteNode routeNode)
           
 boolean isRequestActivationNode(RouteNode routeNode)
           
 boolean isRequestsNode(RouteNode routeNode)
           
 boolean isSimpleNode(RouteNode routeNode)
           
 boolean isSplitNode(RouteNode routeNode)
           
 boolean isSubProcessNode(RouteNode routeNode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

joinEngine

private JoinEngine joinEngine

nodeFactory

private RoutingNodeFactory nodeFactory
Constructor Detail

RouteHelper

public RouteHelper()
Method Detail

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 © 2004-2011 The Kuali Foundation. All Rights Reserved.