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 QNameCOMPLEX_TYPEstatic ItemNameF_LISTstatic ItemNameF_SCRIPTING_EXPRESSIONprotected Booleanlistprotected List<javax.xml.bind.JAXBElement<? extends ScriptingExpressionType>>scriptingExpression
-
Constructor Summary
Constructors Constructor Description ExpressionPipelineType()Creates a newExpressionPipelineTypeinstance.ExpressionPipelineType(ExpressionPipelineType o)Creates a newExpressionPipelineTypeinstance by deeply copying a givenExpressionPipelineTypeinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ExpressionPipelineTypeclone()Creates and returns a deep copy of this object.booleanequals(Object object)booleanequals(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.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)BooleanisList()Gets the value of the list property.ExpressionPipelineTypelist(Boolean value)ExpressionPipelineTypescriptingExpression(javax.xml.bind.JAXBElement<? extends ScriptingExpressionType> value)voidsetList(Boolean value)Sets the value of the list property.StringtoString()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 newExpressionPipelineTypeinstance.
-
ExpressionPipelineType
public ExpressionPipelineType(ExpressionPipelineType o)
Creates a newExpressionPipelineTypeinstance by deeply copying a givenExpressionPipelineTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
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
setmethod 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:
toStringin classScriptingExpressionType
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode- Overrides:
hashCodein classScriptingExpressionType
-
hashCode
public int hashCode()
- Overrides:
hashCodein 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:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals- Overrides:
equalsin classScriptingExpressionType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin 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:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classScriptingExpressionType
-
clone
public ExpressionPipelineType clone()
Creates and returns a deep copy of this object.- Overrides:
clonein classScriptingExpressionType- Returns:
- A deep copy of this object.
-
-