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)

Field Summary
private  List path
           
private  RouteNodeInstance resultNodeInstance
           
 
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
 

Field Detail

resultNodeInstance

private RouteNodeInstance resultNodeInstance

path

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