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]  
trace property
boolean
[0,1]  
relativityMode property
TransformExpressionRelativityModeType
[0,1]  
includeNullInputs property
boolean
[0,1]  
condition property
ExpressionType
[0,1] Condition driving whether this expression is evaluated at all (for given inputs). 
language property
anyURI
[0,1]  
returnType property
ScriptExpressionReturnTypeType
[0,1]  
objectVariableMode property
ObjectVariableModeType
[0,1] Type of object variables that appear in the script.