Uses of Class
com.evolveum.midpoint.common.expression.functions.FunctionLibrary

Packages that use FunctionLibrary
com.evolveum.midpoint.common.expression   
com.evolveum.midpoint.common.expression.script   
com.evolveum.midpoint.common.expression.script.jsr223   
com.evolveum.midpoint.common.expression.script.xpath   
 

Uses of FunctionLibrary in com.evolveum.midpoint.common.expression
 

Methods in com.evolveum.midpoint.common.expression that return FunctionLibrary
static FunctionLibrary ExpressionUtil.createBasicFunctionLibrary(PrismContext prismContext)
           
 

Uses of FunctionLibrary in com.evolveum.midpoint.common.expression.script
 

Methods in com.evolveum.midpoint.common.expression.script that return types with arguments of type FunctionLibrary
 Collection<FunctionLibrary> ScriptExpression.getFunctions()
           
 

Method parameters in com.evolveum.midpoint.common.expression.script with type arguments of type FunctionLibrary
<T> List<PrismPropertyValue<T>>
ScriptEvaluator.evaluate(ScriptExpressionEvaluatorType expressionType, ScriptVariables variables, ItemDefinition outputDefinition, ScriptExpressionReturnTypeType suggestedReturnType, ObjectResolver objectResolver, Collection<FunctionLibrary> functions, String contextDescription, OperationResult result)
           
 void ScriptExpression.setFunctions(Collection<FunctionLibrary> functions)
           
 

Constructor parameters in com.evolveum.midpoint.common.expression.script with type arguments of type FunctionLibrary
ScriptExpressionFactory(ObjectResolver objectResolver, PrismContext prismContext, Collection<FunctionLibrary> functions)
           
ScriptExpressionFactory(ObjectResolver objectResolver, PrismContext prismContext, Collection<FunctionLibrary> functions, Collection<ScriptEvaluator> evaluators)
          Constructor created especially to be used from the Spring context.
 

Uses of FunctionLibrary in com.evolveum.midpoint.common.expression.script.jsr223
 

Method parameters in com.evolveum.midpoint.common.expression.script.jsr223 with type arguments of type FunctionLibrary
<T> List<PrismPropertyValue<T>>
Jsr223ScriptEvaluator.evaluate(ScriptExpressionEvaluatorType expressionType, ScriptVariables variables, ItemDefinition outputDefinition, ScriptExpressionReturnTypeType suggestedReturnType, ObjectResolver objectResolver, Collection<FunctionLibrary> functions, String contextDescription, OperationResult result)
           
 

Uses of FunctionLibrary in com.evolveum.midpoint.common.expression.script.xpath
 

Method parameters in com.evolveum.midpoint.common.expression.script.xpath with type arguments of type FunctionLibrary
<T> List<PrismPropertyValue<T>>
XPathScriptEvaluator.evaluate(ScriptExpressionEvaluatorType expressionType, ScriptVariables variables, ItemDefinition outputDefinition, ScriptExpressionReturnTypeType suggestedReturnType, ObjectResolver objectResolver, Collection<FunctionLibrary> functions, String contextDescription, OperationResult result)
           
 

Constructor parameters in com.evolveum.midpoint.common.expression.script.xpath with type arguments of type FunctionLibrary
ReflectionXPathFunctionResolver(Collection<FunctionLibrary> functions)
           
 



Copyright © 2013 evolveum. All Rights Reserved.