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)
  • Constructor Details

    • NodeNameMatcher

      public NodeNameMatcher(String nodeName)
  • Method Details