org.kuali.rice.kew.engine.node
Class NodeGraphSearchResult

java.lang.Object
  extended by org.kuali.rice.kew.engine.node.NodeGraphSearchResult

public class NodeGraphSearchResult
extends Object

The result of a node graph search. Indentifies the node instance which was found in the search and also the path followed to find the node.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
NodeGraphSearchResult(RouteNodeInstance resultNodeInstance, List path)
           
 
Method Summary
 List getPath()
           
 RouteNodeInstance getResultNodeInstance()
           
 void setPath(List path)
           
 void setResultNodeInstance(RouteNodeInstance resultNodeInstance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeGraphSearchResult

public NodeGraphSearchResult(RouteNodeInstance resultNodeInstance,
                             List path)
Method Detail

getResultNodeInstance

public RouteNodeInstance getResultNodeInstance()

setResultNodeInstance

public void setResultNodeInstance(RouteNodeInstance resultNodeInstance)

getPath

public List getPath()

setPath

public void setPath(List path)


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.