com.evolveum.midpoint.common.expression.evaluator
Class LiteralExpressionEvaluatorFactory
java.lang.Object
com.evolveum.midpoint.common.expression.evaluator.LiteralExpressionEvaluatorFactory
- All Implemented Interfaces:
- ExpressionEvaluatorFactory
public class LiteralExpressionEvaluatorFactory
- extends java.lang.Object
- implements ExpressionEvaluatorFactory
- Author:
- semancik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LiteralExpressionEvaluatorFactory
public LiteralExpressionEvaluatorFactory(PrismContext prismContext)
getElementName
public javax.xml.namespace.QName getElementName()
- Specified by:
getElementName
in interface ExpressionEvaluatorFactory
createEvaluator
public <V extends PrismValue> ExpressionEvaluator<V> createEvaluator(java.util.Collection<javax.xml.bind.JAXBElement<?>> evaluatorElements,
ItemDefinition outputDefinition,
java.lang.String contextDescription,
OperationResult result)
throws SchemaException
- Specified by:
createEvaluator
in interface ExpressionEvaluatorFactory
- Throws:
SchemaException
parseValueElements
public static <V extends PrismValue> Item<V> parseValueElements(java.util.Collection<?> valueElements,
ItemDefinition outputDefinition,
java.lang.String contextDescription,
PrismContext prismContext)
throws SchemaException
- Throws:
SchemaException
serializeValueElements
public static <V extends PrismValue> java.util.List<?> serializeValueElements(Item<V> item,
java.lang.String contextDescription)
throws SchemaException
- Throws:
SchemaException
Copyright © 2012 evolveum. All Rights Reserved.