Modifier and Type | Method and Description |
---|---|
<T> List<PrismPropertyValue<T>> |
ScriptEvaluator.evaluate(ScriptExpressionEvaluatorType expressionType,
ScriptVariables variables,
ItemDefinition outputDefinition,
ScriptExpressionReturnTypeType suggestedReturnType,
ObjectResolver objectResolver,
Collection<FunctionLibrary> functions,
String contextDescription,
OperationResult result) |
<T> List<PrismPropertyValue<T>> |
ScriptExpression.evaluate(ScriptVariables variables,
ScriptExpressionReturnTypeType suggestedReturnType,
boolean useNew,
String contextDescription,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
<T> List<PrismPropertyValue<T>> |
Jsr223ScriptEvaluator.evaluate(ScriptExpressionEvaluatorType expressionType,
ScriptVariables variables,
ItemDefinition outputDefinition,
ScriptExpressionReturnTypeType suggestedReturnType,
ObjectResolver objectResolver,
Collection<FunctionLibrary> functions,
String contextDescription,
OperationResult result) |
Modifier and Type | Method and Description |
---|---|
<T> List<PrismPropertyValue<T>> |
XPathScriptEvaluator.evaluate(ScriptExpressionEvaluatorType expressionType,
ScriptVariables variables,
ItemDefinition outputDefinition,
ScriptExpressionReturnTypeType suggestedReturnType,
ObjectResolver objectResolver,
Collection<FunctionLibrary> functions,
String contextDescription,
OperationResult result) |
Modifier and Type | Field and Description |
---|---|
protected ScriptExpressionReturnTypeType |
ScriptExpressionEvaluatorType.returnType |
Modifier and Type | Method and Description |
---|---|
static ScriptExpressionReturnTypeType |
ScriptExpressionReturnTypeType.fromValue(String v) |
ScriptExpressionReturnTypeType |
ScriptExpressionEvaluatorType.getReturnType()
Gets the value of the returnType property.
|
static ScriptExpressionReturnTypeType |
ScriptExpressionReturnTypeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScriptExpressionReturnTypeType[] |
ScriptExpressionReturnTypeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ScriptExpressionEvaluatorType.setReturnType(ScriptExpressionReturnTypeType value)
Sets the value of the returnType property.
|
Copyright © 2013 evolveum. All rights reserved.