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

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

public class GenerateExpressionEvaluator<V extends PrismValue>
extends Object
implements ExpressionEvaluator<V>

Author:
semancik

Field Summary
static int DEFAULT_LENGTH
           
 
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
 

Field Detail

DEFAULT_LENGTH

public static final int DEFAULT_LENGTH
See Also:
Constant Field Values
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 © 2013 evolveum. All Rights Reserved.