Class ScriptExpressionEvaluatorConfigurationType

  • All Implemented Interfaces:
    JaxbVisitable, Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Direct Known Subclasses:
    ScriptExpressionEvaluatorType

    public class ScriptExpressionEvaluatorConfigurationType
    extends TransformExpressionEvaluatorType
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    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).

    Java class for ScriptExpressionEvaluatorConfigurationType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="ScriptExpressionEvaluatorConfigurationType">
       <complexContent>
         <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TransformExpressionEvaluatorType">
           <sequence>
             <element name="language" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
             <element name="returnType" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ScriptExpressionReturnTypeType" minOccurs="0"/>
             <element name="objectVariableMode" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectVariableModeType" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form