Class ExpressionPipelineType
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.ExpressionPipelineType
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
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.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
Field Summary
-
Constructor Summary
ConstructorDescription -
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
-
ExpressionPipelineType
public ExpressionPipelineType() -
ExpressionPipelineType
-
-
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 ExpressionPipelineType 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
-