Class ExpressionPipelineType
- java.lang.Object
-
- com.evolveum.midpoint.xml.ns._public.model.scripting_3.ScriptingExpressionType
-
- com.evolveum.midpoint.xml.ns._public.model.scripting_3.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.Java class for ExpressionPipelineType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExpressionPipelineType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/model/scripting-3}ScriptingExpressionType"> <sequence> <element ref="{http://midpoint.evolveum.com/xml/ns/public/model/scripting-3}scriptingExpression" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="list" type="{http://www.w3.org/2001/XMLSchema}boolean" /> </extension> </complexContent> </complexType>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QName
COMPLEX_TYPE
static ItemName
F_LIST
static ItemName
F_SCRIPTING_EXPRESSION
protected Boolean
list
protected List<javax.xml.bind.JAXBElement<? extends ScriptingExpressionType>>
scriptingExpression
-
Constructor Summary
Constructors Constructor Description ExpressionPipelineType()
Creates a newExpressionPipelineType
instance.ExpressionPipelineType(ExpressionPipelineType o)
Creates a newExpressionPipelineType
instance by deeply copying a givenExpressionPipelineType
instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(JaxbVisitor visitor)
ExpressionPipelineType
clone()
Creates and returns a deep copy of this object.boolean
equals(Object object)
boolean
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
List<javax.xml.bind.JAXBElement<? extends ScriptingExpressionType>>
getScriptingExpression()
Gets the value of the scriptingExpression property.int
hashCode()
int
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
Boolean
isList()
Gets the value of the list property.ExpressionPipelineType
list(Boolean value)
ExpressionPipelineType
scriptingExpression(javax.xml.bind.JAXBElement<? extends ScriptingExpressionType> value)
void
setList(Boolean value)
Sets the value of the list property.String
toString()
Generates a String representation of the contents of this type.
-
-
-
Field Detail
-
scriptingExpression
protected List<javax.xml.bind.JAXBElement<? extends ScriptingExpressionType>> scriptingExpression
-
list
protected Boolean list
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_SCRIPTING_EXPRESSION
public static final ItemName F_SCRIPTING_EXPRESSION
-
F_LIST
public static final ItemName F_LIST
-
-
Constructor Detail
-
ExpressionPipelineType
public ExpressionPipelineType()
Creates a newExpressionPipelineType
instance.
-
ExpressionPipelineType
public ExpressionPipelineType(ExpressionPipelineType o)
Creates a newExpressionPipelineType
instance by deeply copying a givenExpressionPipelineType
instance.- Parameters:
o
- The instance to copy.- Throws:
NullPointerException
- ifo
isnull
.
-
-
Method Detail
-
getScriptingExpression
public List<javax.xml.bind.JAXBElement<? extends ScriptingExpressionType>> getScriptingExpression()
Gets the value of the scriptingExpression property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
set
method for the scriptingExpression property.For example, to add a new item, do as follows:
getScriptingExpression().add(newItem);
Objects of the following type(s) are allowed in the list
JAXBElement
<
ActionExpressionType
>
JAXBElement
<
AddActionExpressionType
>
JAXBElement
<
ApplyDefinitionActionExpressionType
>
JAXBElement
<
AssignActionExpressionType
>
JAXBElement
<
DeleteActionExpressionType
>
JAXBElement
<
DisableActionExpressionType
>
JAXBElement
<
EnableActionExpressionType
>
JAXBElement
<
ExecuteScriptActionExpressionType
>
JAXBElement
<
ExpressionPipelineType
>
JAXBElement
<
ExpressionSequenceType
>
JAXBElement
<
FilterContentExpressionType
>
JAXBElement
<
FilterExpressionType
>
JAXBElement
<
ForeachExpressionType
>
JAXBElement
<
GenerateValueActionExpressionType
>
JAXBElement
<
LogActionExpressionType
>
JAXBElement
<
ModifyActionExpressionType
>
JAXBElement
<
NotifyActionExpressionType
>
JAXBElement
<
PurgeSchemaActionExpressionType
>
JAXBElement
<
RecomputeActionExpressionType
>
JAXBElement
<
ResolveReferenceActionExpressionType
>
JAXBElement
<
ResumeTaskActionExpressionType
>
JAXBElement
<
ScriptingExpressionType
>
JAXBElement
<
SearchExpressionType
>
JAXBElement
<
SelectExpressionType
>
JAXBElement
<
TestResourceActionExpressionType
>
JAXBElement
<
UnassignActionExpressionType
>
-
isList
public Boolean isList()
Gets the value of the list property.- Returns:
- possible object is
Boolean
-
setList
public void setList(Boolean value)
Sets the value of the list property.- Parameters:
value
- allowed object isBoolean
-
toString
public String toString()
Generates a String representation of the contents of this type. This is an extension method, produced by the 'ts' xjc plugin- Overrides:
toString
in classScriptingExpressionType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
- Specified by:
hashCode
in interfaceorg.jvnet.jaxb2_commons.lang.HashCode
- Overrides:
hashCode
in classScriptingExpressionType
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classScriptingExpressionType
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
- Specified by:
equals
in interfaceorg.jvnet.jaxb2_commons.lang.Equals
- Overrides:
equals
in classScriptingExpressionType
-
equals
public boolean equals(Object object)
- Overrides:
equals
in classScriptingExpressionType
-
scriptingExpression
public ExpressionPipelineType scriptingExpression(javax.xml.bind.JAXBElement<? extends ScriptingExpressionType> value)
-
list
public ExpressionPipelineType list(Boolean value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classScriptingExpressionType
-
clone
public ExpressionPipelineType clone()
Creates and returns a deep copy of this object.- Overrides:
clone
in classScriptingExpressionType
- Returns:
- A deep copy of this object.
-
-