com.evolveum.midpoint.common.expression.evaluator
Class PathExpressionEvaluatorFactory
java.lang.Object
com.evolveum.midpoint.common.expression.evaluator.PathExpressionEvaluatorFactory
- All Implemented Interfaces:
- ExpressionEvaluatorFactory
public class PathExpressionEvaluatorFactory
- extends Object
- implements ExpressionEvaluatorFactory
- Author:
- semancik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PathExpressionEvaluatorFactory
public PathExpressionEvaluatorFactory(PrismContext prismContext,
ObjectResolver objectResolver)
getElementName
public QName getElementName()
- Specified by:
getElementName
in interface ExpressionEvaluatorFactory
createEvaluator
public <V extends PrismValue> ExpressionEvaluator<V> createEvaluator(Collection<JAXBElement<?>> evaluatorElements,
ItemDefinition outputDefinition,
String contextDescription,
OperationResult result)
throws SchemaException
- Specified by:
createEvaluator
in interface ExpressionEvaluatorFactory
- Throws:
SchemaException
Copyright © 2013 evolveum. All Rights Reserved.