org.kuali.rice.kew.engine.node.var.schemes
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XPathScheme
public XPathScheme()
getName
public String getName()
- Description copied from interface:
PropertyScheme
- Scheme name
- Specified by:
getName
in interface PropertyScheme
- Returns:
- scheme name
getShortName
public String getShortName()
- Description copied from interface:
PropertyScheme
- Short scheme name
- Specified by:
getShortName
in interface PropertyScheme
- Returns:
- short scheme name
load
public Object load(Property property,
RouteContext context)
- Description copied from interface:
PropertyScheme
- Loads/resolves a Property
- Specified by:
load
in interface PropertyScheme
- Parameters:
property
- the property to resolvecontext
- the current RouteContext
- Returns:
- the loaded/resolved value
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.