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
Fields -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()booleanequals(Object other, StructuredEqualsStrategy strategy) getList()List<jakarta.xml.bind.JAXBElement<? extends ScriptingExpressionType>>inthashCode(StructuredHashCodeStrategy strategy) isList()scriptingExpression(jakarta.xml.bind.JAXBElement<? extends ScriptingExpressionType> value) voidMethods 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
-
getList
-
setList
-
getScriptingExpression
public List<jakarta.xml.bind.JAXBElement<? extends ScriptingExpressionType>> getScriptingExpression() -
hashCode
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classScriptingExpressionType
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classScriptingExpressionType
-
list
-
scriptingExpression
public ExpressionPipelineType scriptingExpression(jakarta.xml.bind.JAXBElement<? extends ScriptingExpressionType> value) -
accept
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classScriptingExpressionType
-
clone
- Specified by:
clonein interfacePlainStructured- Overrides:
clonein classScriptingExpressionType
-