Modifier and Type | Method and Description |
---|---|
ScriptExpression |
ScriptExpressionFactory.createScriptExpression(ScriptExpressionEvaluatorType expressionType,
ItemDefinition outputDefinition,
String shortDesc) |
<T> List<PrismPropertyValue<T>> |
ScriptEvaluator.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>> |
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 | Method and Description |
---|---|
ScriptExpressionEvaluatorType |
ScriptExpressionEvaluatorType.clone()
Creates and returns a deep copy of this object.
|
ScriptExpressionEvaluatorType |
ObjectFactory.createScriptExpressionEvaluatorType()
Create an instance of
ScriptExpressionEvaluatorType |
Modifier and Type | Method and Description |
---|---|
JAXBElement<ScriptExpressionEvaluatorType> |
ObjectFactory.createScript(ScriptExpressionEvaluatorType value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<ScriptExpressionEvaluatorType> |
ObjectFactory.createScript(ScriptExpressionEvaluatorType value)
|
Constructor and Description |
---|
ScriptExpressionEvaluatorType(ScriptExpressionEvaluatorType o)
Creates a new
ScriptExpressionEvaluatorType instance by deeply copying a given ScriptExpressionEvaluatorType instance. |
Copyright © 2013 evolveum. All rights reserved.