com.evolveum.midpoint.common.expression.evaluator
Class LiteralExpressionEvaluator<V extends PrismValue>

java.lang.Object
  extended by com.evolveum.midpoint.common.expression.evaluator.LiteralExpressionEvaluator<V>
All Implemented Interfaces:
ExpressionEvaluator<V>

public class LiteralExpressionEvaluator<V extends PrismValue>
extends java.lang.Object
implements ExpressionEvaluator<V>

Author:
Radovan Semancik

Constructor Summary
LiteralExpressionEvaluator(PrismValueDeltaSetTriple<V> outputTriple)
           
 
Method Summary
 PrismValueDeltaSetTriple<V> evaluate(ExpressionEvaluationParameters params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiteralExpressionEvaluator

public LiteralExpressionEvaluator(PrismValueDeltaSetTriple<V> outputTriple)
Parameters:
deltaSetTriple -
Method Detail

evaluate

public PrismValueDeltaSetTriple<V> evaluate(ExpressionEvaluationParameters params)
                                                        throws SchemaException,
                                                               ExpressionEvaluationException,
                                                               ObjectNotFoundException
Specified by:
evaluate in interface ExpressionEvaluator<V extends PrismValue>
Throws:
SchemaException
ExpressionEvaluationException
ObjectNotFoundException


Copyright © 2012 evolveum. All Rights Reserved.