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

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

Field Summary
static int SEARCH_DIRECTION_BACKWARD
           
static int SEARCH_DIRECTION_BOTH
           
static int SEARCH_DIRECTION_FORWARD
           
 
Constructor Summary
NodeGraphSearchCriteria(int searchDirection, Collection startingNodeInstances, NodeMatcher matcher)
           
NodeGraphSearchCriteria(int searchDirection, Collection startingNodeInstances, String nodeName)
           
 
Method Summary
 NodeMatcher getMatcher()
           
 int getSearchDirection()
           
 Collection getStartingNodeInstances()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

NodeGraphSearchCriteria

public NodeGraphSearchCriteria(int searchDirection,
                               Collection startingNodeInstances,
                               NodeMatcher matcher)

NodeGraphSearchCriteria

public NodeGraphSearchCriteria(int searchDirection,
                               Collection startingNodeInstances,
                               String nodeName)
Method Detail

getMatcher

public NodeMatcher getMatcher()

getStartingNodeInstances

public Collection getStartingNodeInstances()

getSearchDirection

public int getSearchDirection()


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