Class TransformExpressionEvaluatorType

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

    public abstract class TransformExpressionEvaluatorType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    TODO

    Java class for TransformExpressionEvaluatorType complex type.

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

     <complexType name="TransformExpressionEvaluatorType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}description" minOccurs="0"/>
             <element ref="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}documentation" minOccurs="0"/>
             <element name="trace" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="relativityMode" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}TransformExpressionRelativityModeType" minOccurs="0"/>
             <element name="includeNullInputs" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
             <element name="condition" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionType" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Field Detail

      • description

        protected String description
      • documentation

        protected String documentation
      • includeNullInputs

        protected Boolean includeNullInputs
      • COMPLEX_TYPE

        public static final QName COMPLEX_TYPE
      • F_DESCRIPTION

        public static final ItemName F_DESCRIPTION
      • F_DOCUMENTATION

        public static final ItemName F_DOCUMENTATION
      • F_TRACE

        public static final ItemName F_TRACE
      • F_RELATIVITY_MODE

        public static final ItemName F_RELATIVITY_MODE
      • F_INCLUDE_NULL_INPUTS

        public static final ItemName F_INCLUDE_NULL_INPUTS
      • F_CONDITION

        public static final ItemName F_CONDITION
    • Constructor Detail

      • TransformExpressionEvaluatorType

        public TransformExpressionEvaluatorType()
        Creates a new TransformExpressionEvaluatorType instance.
      • TransformExpressionEvaluatorType

        public TransformExpressionEvaluatorType​(TransformExpressionEvaluatorType o)
        Creates a new TransformExpressionEvaluatorType instance by deeply copying a given TransformExpressionEvaluatorType instance.
        Parameters:
        o - The instance to copy.
        Throws:
        NullPointerException - if o is null.