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
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:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(JaxbVisitor visitor) clone()
boolean
equals
(Object other, StructuredEqualsStrategy strategy) List<jakarta.xml.bind.JAXBElement<? extends ScriptingExpressionType>>
int
hashCode
(StructuredHashCodeStrategy strategy) isList()
scriptingExpression
(jakarta.xml.bind.JAXBElement<? extends ScriptingExpressionType> value) void
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
list
-
scriptingExpression
-
COMPLEX_TYPE
-
F_LIST
-
F_SCRIPTING_EXPRESSION
-
-
Constructor Details
-
ExpressionSequenceType
public ExpressionSequenceType() -
ExpressionSequenceType
-
-
Method Details
-
isList
-
setList
-
getScriptingExpression
public List<jakarta.xml.bind.JAXBElement<? extends ScriptingExpressionType>> getScriptingExpression() -
hashCode
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classScriptingExpressionType
-
equals
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classScriptingExpressionType
-
list
-
scriptingExpression
public ExpressionSequenceType scriptingExpression(jakarta.xml.bind.JAXBElement<? extends ScriptingExpressionType> value) -
accept
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classScriptingExpressionType
-
clone
- Specified by:
clone
in interfacePlainStructured
- Overrides:
clone
in classScriptingExpressionType
-