org.kuali.rice.kew.engine.node
Class NodeNameMatcher
java.lang.Object
  
org.kuali.rice.kew.engine.node.NodeNameMatcher
- All Implemented Interfaces: 
 - NodeMatcher
 
public class NodeNameMatcher
- extends Object
- implements NodeMatcher
  
An implementation of a NodeMatcher which matches nodes based on the name of 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 | 
 
nodeName
private String nodeName
NodeNameMatcher
public NodeNameMatcher(String nodeName)
isMatch
public boolean isMatch(NodeGraphContext context)
- Specified by:
 isMatch in interface NodeMatcher
 
 
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.