com.evolveum.midpoint.common.expression.script.xpath
Class LazyXPathVariableResolver
java.lang.Object
com.evolveum.midpoint.common.expression.script.xpath.LazyXPathVariableResolver
- All Implemented Interfaces:
- XPathVariableResolver
public class LazyXPathVariableResolver
- extends Object
- implements XPathVariableResolver
XPath variable resolver that stores variables in the map and supports lazy
resolution of objects.
- Author:
- Igor Farinic, Radovan Semancik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LazyXPathVariableResolver
public LazyXPathVariableResolver(ScriptVariables variables,
ObjectResolver objectResolver,
String contextDescription,
OperationResult result)
resolveVariable
public Object resolveVariable(QName name)
- Specified by:
resolveVariable
in interface XPathVariableResolver
convertToXml
public static Object convertToXml(Object variableValue,
QName variableName,
String contextDescription)
throws SchemaException
- Throws:
SchemaException
Copyright © 2013 evolveum. All Rights Reserved.