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

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

Field Summary
private  String nodeName
           
 
Constructor Summary
NodeNameMatcher(String nodeName)
           
 
Method Summary
 boolean isMatch(NodeGraphContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nodeName

private String nodeName
Constructor Detail

NodeNameMatcher

public NodeNameMatcher(String nodeName)
Method Detail

isMatch

public boolean isMatch(NodeGraphContext context)
Specified by:
isMatch in interface NodeMatcher


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.