Uses of Class
com.evolveum.midpoint.xml.ns._public.common.common_2a.ScriptExpressionReturnTypeType

Packages that use ScriptExpressionReturnTypeType
com.evolveum.midpoint.common.expression.script   
com.evolveum.midpoint.common.expression.script.jsr223   
com.evolveum.midpoint.common.expression.script.xpath   
com.evolveum.midpoint.xml.ns._public.common.common_2a   
 

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

Methods in com.evolveum.midpoint.common.expression.script with parameters of type ScriptExpressionReturnTypeType
<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, String contextDescription, OperationResult result)
           
 

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

Methods in com.evolveum.midpoint.common.expression.script.jsr223 with parameters of type ScriptExpressionReturnTypeType
<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 ScriptExpressionReturnTypeType in com.evolveum.midpoint.common.expression.script.xpath
 

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

Uses of ScriptExpressionReturnTypeType in com.evolveum.midpoint.xml.ns._public.common.common_2a
 

Fields in com.evolveum.midpoint.xml.ns._public.common.common_2a declared as ScriptExpressionReturnTypeType
protected  ScriptExpressionReturnTypeType ScriptExpressionEvaluatorType.returnType
           
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a that return ScriptExpressionReturnTypeType
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.
 

Methods in com.evolveum.midpoint.xml.ns._public.common.common_2a with parameters of type ScriptExpressionReturnTypeType
 void ScriptExpressionEvaluatorType.setReturnType(ScriptExpressionReturnTypeType value)
          Sets the value of the returnType property.
 



Copyright © 2013 evolveum. All Rights Reserved.