Class FunctionExpressionEvaluatorType

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

    public class FunctionExpressionEvaluatorType
    extends Object
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Evaluates custom defined functions from Function Library

    Java class for FunctionExpressionEvaluatorType complex type.

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

     <complexType name="FunctionExpressionEvaluatorType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="libraryRef" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ObjectReferenceType" minOccurs="0"/>
             <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="parameter" type="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}ExpressionParameterType" maxOccurs="unbounded" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • FunctionExpressionEvaluatorType

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

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