Class ExpressionSequenceType

java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.model.scripting_3.ScriptingExpressionType
com.evolveum.midpoint.xml.ns._public.model.scripting_3.ExpressionSequenceType
All Implemented Interfaces:
PlainStructured, JaxbVisitable, Serializable, Cloneable

public class ExpressionSequenceType extends ScriptingExpressionType
Sequence of command expressions - they are executed one after another, input sent to the sequence as a whole is then sent individually to each expression. Output of the last expression is considered to be the output of the whole sequence.
See Also: