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)

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
 

Constructor Detail

NodeNameMatcher

public NodeNameMatcher(String nodeName)
Method Detail

isMatch

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


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