org.kuali.rice.kew.engine.node
Class NodeGraphSearchResult
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeGraphSearchResult
public NodeGraphSearchResult(RouteNodeInstance resultNodeInstance,
List path)
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.