Class SearchExpressionType
- 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.SearchExpressionType
-
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class SearchExpressionType extends ScriptingExpressionType
Queries the model for objects of a given type, optionally fulfilling given condition.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanaggregateOutputstatic QNameCOMPLEX_TYPEstatic ItemNameF_AGGREGATE_OUTPUTstatic ItemNameF_OPTIONSstatic ItemNameF_PARAMETERstatic ItemNameF_QUERYstatic ItemNameF_SCRIPTING_EXPRESSIONstatic ItemNameF_SEARCH_FILTERstatic ItemNameF_TYPEstatic ItemNameF_VARIABLEprotected SelectorQualifiedGetOptionsTypeoptionsprotected List<ActionParameterValueType>parameterprotected QueryTypequeryprotected javax.xml.bind.JAXBElement<? extends ScriptingExpressionType>scriptingExpressionprotected SearchFilterTypesearchFilterprotected QNametypeprotected Stringvariable
-
Constructor Summary
Constructors Constructor Description SearchExpressionType()SearchExpressionType(SearchExpressionType other)
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
-
-
-
Field Detail
-
type
protected QName type
-
variable
protected String variable
-
query
protected QueryType query
-
searchFilter
protected SearchFilterType searchFilter
-
options
protected SelectorQualifiedGetOptionsType options
-
parameter
protected List<ActionParameterValueType> parameter
-
scriptingExpression
protected javax.xml.bind.JAXBElement<? extends ScriptingExpressionType> scriptingExpression
-
aggregateOutput
protected Boolean aggregateOutput
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_TYPE
public static final ItemName F_TYPE
-
F_VARIABLE
public static final ItemName F_VARIABLE
-
F_QUERY
public static final ItemName F_QUERY
-
F_SEARCH_FILTER
public static final ItemName F_SEARCH_FILTER
-
F_OPTIONS
public static final ItemName F_OPTIONS
-
F_PARAMETER
public static final ItemName F_PARAMETER
-
F_SCRIPTING_EXPRESSION
public static final ItemName F_SCRIPTING_EXPRESSION
-
F_AGGREGATE_OUTPUT
public static final ItemName F_AGGREGATE_OUTPUT
-
-
Constructor Detail
-
SearchExpressionType
public SearchExpressionType()
-
SearchExpressionType
public SearchExpressionType(SearchExpressionType other)
-
-
Method Detail
-
getType
public QName getType()
-
setType
public void setType(QName value)
-
getVariable
public String getVariable()
-
setVariable
public void setVariable(String value)
-
getQuery
public QueryType getQuery()
-
setQuery
public void setQuery(QueryType value)
-
getSearchFilter
public SearchFilterType getSearchFilter()
-
setSearchFilter
public void setSearchFilter(SearchFilterType value)
-
getOptions
public SelectorQualifiedGetOptionsType getOptions()
-
setOptions
public void setOptions(SelectorQualifiedGetOptionsType value)
-
getParameter
public List<ActionParameterValueType> getParameter()
-
getScriptingExpression
public javax.xml.bind.JAXBElement<? extends ScriptingExpressionType> getScriptingExpression()
-
setScriptingExpression
public void setScriptingExpression(javax.xml.bind.JAXBElement<? extends ScriptingExpressionType> value)
-
isAggregateOutput
public Boolean isAggregateOutput()
-
setAggregateOutput
public void setAggregateOutput(Boolean value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classScriptingExpressionType
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classScriptingExpressionType
-
type
public SearchExpressionType type(QName value)
-
variable
public SearchExpressionType variable(String value)
-
query
public SearchExpressionType query(QueryType value)
-
searchFilter
public SearchExpressionType searchFilter(SearchFilterType value)
-
options
public SearchExpressionType options(SelectorQualifiedGetOptionsType value)
-
beginOptions
public SelectorQualifiedGetOptionsType beginOptions()
-
parameter
public SearchExpressionType parameter(ActionParameterValueType value)
-
beginParameter
public ActionParameterValueType beginParameter()
-
scriptingExpression
public SearchExpressionType scriptingExpression(javax.xml.bind.JAXBElement<? extends ScriptingExpressionType> value)
-
aggregateOutput
public SearchExpressionType aggregateOutput(Boolean value)
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classScriptingExpressionType
-
clone
public SearchExpressionType clone()
- Specified by:
clonein interfacePlainStructured- Overrides:
clonein classScriptingExpressionType
-
-