org.kuali.rice.kew.engine.node
Class NodeGraphSearchCriteria
java.lang.Object
org.kuali.rice.kew.engine.node.NodeGraphSearchCriteria
public class NodeGraphSearchCriteria
- extends Object
The criteria defining parameters to a search through a document's node graph.
- 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 |
SEARCH_DIRECTION_FORWARD
public static final int SEARCH_DIRECTION_FORWARD
- See Also:
- Constant Field Values
SEARCH_DIRECTION_BACKWARD
public static final int SEARCH_DIRECTION_BACKWARD
- See Also:
- Constant Field Values
SEARCH_DIRECTION_BOTH
public static final int SEARCH_DIRECTION_BOTH
- See Also:
- Constant Field Values
NodeGraphSearchCriteria
public NodeGraphSearchCriteria(int searchDirection,
Collection startingNodeInstances,
NodeMatcher matcher)
NodeGraphSearchCriteria
public NodeGraphSearchCriteria(int searchDirection,
Collection startingNodeInstances,
String nodeName)
getMatcher
public NodeMatcher getMatcher()
getStartingNodeInstances
public Collection getStartingNodeInstances()
getSearchDirection
public int getSearchDirection()
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.