Class ExpressionPipelineType

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

    public class ExpressionPipelineType
    extends ScriptingExpressionType
    implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
    Pipeline of expressions - they are executed one after another, input sent to the pipeline as a whole is sent to the first expression. Output from the N-th expression is sent as an input to the N+1-th expression. Output of the last expression is considered to be the output of the whole pipeline. <p>Java class for ExpressionPipelineType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="ExpressionPipelineType"&gt; &lt;complexContent&gt; &lt;extension base="{http://midpoint.evolveum.com/xml/ns/public/model/scripting-3}ScriptingExpressionType"&gt; &lt;sequence&gt; &lt;element ref="{http://midpoint.evolveum.com/xml/ns/public/model/scripting-3}scriptingExpression" maxOccurs="unbounded" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;attribute name="list" type="{http://www.w3.org/2001/XMLSchema}boolean" /&gt; &lt;/extension&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    See Also:
    Serialized Form