Class GenerateExpressionEvaluator<V extends PrismValue,D extends ItemDefinition<?>> 
java.lang.Object
com.evolveum.midpoint.repo.common.expression.evaluator.AbstractExpressionEvaluator<V,D,GenerateExpressionEvaluatorType>
  
com.evolveum.midpoint.model.common.expression.evaluator.GenerateExpressionEvaluator<V,D> 
- All Implemented Interfaces:
- ExpressionEvaluator<V>
public class GenerateExpressionEvaluator<V extends PrismValue,D extends ItemDefinition<?>> 
extends AbstractExpressionEvaluator<V,D,GenerateExpressionEvaluatorType>  
Generates a string value based on given value policy. Puts it into zero set. Plus and minus sets are empty.
- Author:
- semancik
- 
Field SummaryFieldsFields inherited from class com.evolveum.midpoint.repo.common.expression.evaluator.AbstractExpressionEvaluatorexpressionEvaluatorBean, outputDefinition, prismContext, protector
- 
Method SummaryModifier and TypeMethodDescriptionevaluate(ExpressionEvaluationContext context, OperationResult result) Executes the evaluation in a given context.Short characterization of the evaluator.Methods inherited from class com.evolveum.midpoint.repo.common.expression.evaluator.AbstractExpressionEvaluatoraddInternalOrigin, applyValueMetadata, checkEvaluatorProfile, findInSourcesAndVariables, finishOutputTriple, getElementName, getOutputDefinition, getPrismContext, getProtectorMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.repo.common.expression.ExpressionEvaluatordoesVetoTargetValueRemoval
- 
Field Details- 
DEFAULT_LENGTHpublic static final int DEFAULT_LENGTH- See Also:
 
 
- 
- 
Method Details- 
evaluatepublic PrismValueDeltaSetTriple<V> evaluate(ExpressionEvaluationContext context, OperationResult result) throws SchemaException, ExpressionEvaluationException, ObjectNotFoundException, CommunicationException, ConfigurationException, SecurityViolationException Description copied from interface:ExpressionEvaluatorExecutes the evaluation in a given context. The context provides necessary data, evaluator provides definition of processing that should be carried out.- Returns:
- Result of the evaluation in the form of delta set triple (i.e. added, deleted, unchanged values).
- Throws:
- SchemaException
- ExpressionEvaluationException
- ObjectNotFoundException
- CommunicationException
- ConfigurationException
- SecurityViolationException
 
- 
shortDebugDumpDescription copied from interface:ExpressionEvaluatorShort characterization of the evaluator. One line, often only a single word.
 
-