Modifier and Type | Method and Description |
---|---|
static FunctionLibrary |
ExpressionUtil.createBasicFunctionLibrary(PrismContext prismContext,
Protector protector) |
static FunctionLibrary |
ExpressionUtil.createLogFunctionLibrary(PrismContext prismContext) |
Modifier and Type | Method and Description |
---|---|
Collection<FunctionLibrary> |
ScriptExpression.getFunctions() |
Collection<FunctionLibrary> |
ScriptExpressionFactory.getFunctions() |
Modifier and Type | Method and Description |
---|---|
<T> List<PrismPropertyValue<T>> |
ScriptEvaluator.evaluate(com.evolveum.midpoint.xml.ns._public.common.common_3.ScriptExpressionEvaluatorType expressionType,
ExpressionVariables variables,
ItemDefinition outputDefinition,
com.evolveum.midpoint.xml.ns._public.common.common_3.ScriptExpressionReturnTypeType suggestedReturnType,
ObjectResolver objectResolver,
Collection<FunctionLibrary> functions,
String contextDescription,
OperationResult result) |
void |
ScriptExpression.setFunctions(Collection<FunctionLibrary> functions) |
void |
ScriptExpressionFactory.setFunctions(Collection<FunctionLibrary> functions) |
Modifier and Type | Method and Description |
---|---|
<T> List<PrismPropertyValue<T>> |
Jsr223ScriptEvaluator.evaluate(com.evolveum.midpoint.xml.ns._public.common.common_3.ScriptExpressionEvaluatorType expressionType,
ExpressionVariables variables,
ItemDefinition outputDefinition,
com.evolveum.midpoint.xml.ns._public.common.common_3.ScriptExpressionReturnTypeType suggestedReturnType,
ObjectResolver objectResolver,
Collection<FunctionLibrary> functions,
String contextDescription,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
<T> List<PrismPropertyValue<T>> |
XPathScriptEvaluator.evaluate(com.evolveum.midpoint.xml.ns._public.common.common_3.ScriptExpressionEvaluatorType expressionType,
ExpressionVariables variables,
ItemDefinition outputDefinition,
com.evolveum.midpoint.xml.ns._public.common.common_3.ScriptExpressionReturnTypeType suggestedReturnType,
ObjectResolver objectResolver,
Collection<FunctionLibrary> functions,
String contextDescription,
OperationResult result) |
Constructor and Description |
---|
ReflectionXPathFunctionResolver(Collection<FunctionLibrary> functions) |
Copyright © 2014 evolveum. All rights reserved.