ScriptExpressionEvaluatorConfigurationType (Complex Type)

Namespace: http://midpoint.evolveum.com/xml/ns/public/common/common-3

Supertype: TransformExpressionEvaluatorType
Data structure that contains all the configuration details for script execution, except for code itself. It is used at places where there is a need to specify default configuration for a group of scripts (e.g. Jasper reports).
Item Summary  
Name Type Multiplicity Description
description property
string
[0,1] Free-form textual description of the object. 
documentation property
string
[0,1] Technical documentation for a particular object or construct. 
trace property
boolean
[0,1] Explicitly trace the execution of this expression. 
relativityMode property
TransformExpressionRelativityModeType
[0,1] Relativity mode of an expression, whether expression is processed in relative or absolute more. 
includeNullInputs property
boolean
[0,1] If set to true the script will be evaluated with null value as argument when the input is changed from or to an empty value. 
condition property
ExpressionType
[0,1] Condition driving whether this expression is evaluated at all (for given inputs). 
language property
anyURI
[0,1] Language of the expression. 
returnType property
ScriptExpressionReturnTypeType
[0,1] The type of the expression result, either "list" or "scalar". 
objectVariableMode property
ObjectVariableModeType
[0,1] Specifies how reference variables should be provided for the script. 
valueVariableMode property
ValueVariableModeType
[0,1] Type of variables that appear in the script.