Class XPathScheme

java.lang.Object
org.kuali.rice.kew.engine.node.var.schemes.XPathScheme
All Implemented Interfaces:
PropertyScheme

public class XPathScheme extends Object implements PropertyScheme
A PropertyScheme that resolves the Property by evaluating it as an XPath expression. DocumentRouteHeaderValue variables are set on the XPath instance so they are accessible.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Constructor Details

    • XPathScheme

      public XPathScheme()
  • Method Details