|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
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 | ||
---|---|---|
|
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 | ||
---|---|---|
|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |