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> java.util.List<PrismPropertyValue<T>>
ScriptEvaluator.evaluate(ScriptExpressionEvaluatorType expressionType, ScriptVariables variables, ItemDefinition outputDefinition, ScriptExpressionReturnTypeType suggestedReturnType, ObjectResolver objectResolver, MidPointFunctions functionLibrary, java.lang.String contextDescription, OperationResult result)
           
<T> java.util.List<PrismPropertyValue<T>>
ScriptExpression.evaluate(ScriptVariables variables, ScriptExpressionReturnTypeType suggestedReturnType, java.lang.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> java.util.List<PrismPropertyValue<T>>
Jsr223ScriptEvaluator.evaluate(ScriptExpressionEvaluatorType expressionType, ScriptVariables variables, ItemDefinition outputDefinition, ScriptExpressionReturnTypeType suggestedReturnType, ObjectResolver objectResolver, MidPointFunctions functionLibrary, java.lang.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> java.util.List<PrismPropertyValue<T>>
XPathScriptEvaluator.evaluate(ScriptExpressionEvaluatorType expressionType, ScriptVariables variables, ItemDefinition outputDefinition, ScriptExpressionReturnTypeType suggestedReturnType, ObjectResolver objectResolver, MidPointFunctions functionLibrary, java.lang.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(java.lang.String v)
           
 ScriptExpressionReturnTypeType ScriptExpressionEvaluatorType.getReturnType()
          Gets the value of the returnType property.
static ScriptExpressionReturnTypeType ScriptExpressionReturnTypeType.valueOf(java.lang.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 © 2012 evolveum. All Rights Reserved.