org.kuali.rice.kew.engine.node.var.schemes
Class XPathScheme
java.lang.Object
   org.kuali.rice.kew.engine.node.var.schemes.XPathScheme
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:
- getNamein interface- PropertyScheme
 
- 
- Returns:
- scheme name
 
getShortName
public String getShortName()
- Description copied from interface: PropertyScheme
- Short scheme name
 
- 
- Specified by:
- getShortNamein 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:
- loadin interface- PropertyScheme
 
- 
- Parameters:
- property- the property to resolve
- context- the current RouteContext
- Returns:
- the loaded/resolved value
 
Copyright © 2005-2011 The Kuali Foundation. All Rights Reserved.