Class SearchObjectExpressionEvaluatorType
java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.TransformExpressionEvaluatorType
com.evolveum.midpoint.xml.ns._public.common.common_3.SearchObjectExpressionEvaluatorType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
- Direct Known Subclasses:
AssignmentTargetSearchExpressionEvaluatorType,ReferenceSearchExpressionEvaluatorType
Create an expression based on search results.
Note: search expression evaluators have changed default for includeNullInputs.
Null inputs are NOT processed by search expression evaluators by default.
The reason is that null inputs are usually insignificant for search expression
and skipping them results in fewer search operations.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.evolveum.midpoint.prism.binding.PlainStructured
PlainStructured.WithoutStrategy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final QNameprotected Booleanprotected ObjectReferenceTypestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNamestatic final ItemNameprotected SearchFilterTypeprotected Stringprotected PopulateTypeprotected PopulateTypeprotected ObjectSearchStrategyTypeprotected QNameFields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.TransformExpressionEvaluatorType
condition, description, documentation, F_CONDITION, F_DESCRIPTION, F_DOCUMENTATION, F_INCLUDE_NULL_INPUTS, F_RELATIVITY_MODE, F_TRACE, includeNullInputs, relativityMode, trace -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(JaxbVisitor visitor) clone()condition(ExpressionType value) createOnDemand(Boolean value) defaultTargetRef(String oid, QName type) defaultTargetRef(String oid, QName type, QName relation) description(String value) documentation(String value) booleanequals(Object other, StructuredEqualsStrategy strategy) filter(SearchFilterType value) getOid()inthashCode(StructuredHashCodeStrategy strategy) includeNullInputs(Boolean value) populate(PopulateType value) populateObject(PopulateType value) voidsetCreateOnDemand(Boolean value) voidvoidsetFilter(SearchFilterType value) voidvoidsetPopulate(PopulateType value) voidsetPopulateObject(PopulateType value) voidvoidsetTargetType(QName value) targetType(QName value) Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.TransformExpressionEvaluatorType
getCondition, getDescription, getDocumentation, getIncludeNullInputs, getRelativityMode, getTrace, isIncludeNullInputs, isTrace, setCondition, setDescription, setDocumentation, setIncludeNullInputs, setRelativityMode, setTraceMethods inherited from class com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
equals, hashCode, toString
-
Field Details
-
targetType
-
oid
-
filter
-
searchStrategy
-
defaultTargetRef
-
createOnDemand
-
populateObject
-
populate
-
COMPLEX_TYPE
-
F_TARGET_TYPE
-
F_OID
-
F_FILTER
-
F_SEARCH_STRATEGY
-
F_DEFAULT_TARGET_REF
-
F_CREATE_ON_DEMAND
-
F_POPULATE_OBJECT
-
F_POPULATE
-
-
Constructor Details
-
SearchObjectExpressionEvaluatorType
public SearchObjectExpressionEvaluatorType() -
SearchObjectExpressionEvaluatorType
-
-
Method Details
-
getTargetType
-
setTargetType
-
getOid
-
setOid
-
getFilter
-
setFilter
-
getSearchStrategy
-
setSearchStrategy
-
getDefaultTargetRef
-
setDefaultTargetRef
-
isCreateOnDemand
-
getCreateOnDemand
-
setCreateOnDemand
-
getPopulateObject
-
setPopulateObject
-
getPopulate
-
setPopulate
-
hashCode
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classTransformExpressionEvaluatorType
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classTransformExpressionEvaluatorType
-
targetType
-
oid
-
filter
-
searchStrategy
-
defaultTargetRef
-
defaultTargetRef
-
defaultTargetRef
-
beginDefaultTargetRef
-
createOnDemand
-
populateObject
-
beginPopulateObject
-
populate
-
beginPopulate
-
description
- Overrides:
descriptionin classTransformExpressionEvaluatorType
-
documentation
- Overrides:
documentationin classTransformExpressionEvaluatorType
-
trace
- Overrides:
tracein classTransformExpressionEvaluatorType
-
relativityMode
public SearchObjectExpressionEvaluatorType relativityMode(TransformExpressionRelativityModeType value) - Overrides:
relativityModein classTransformExpressionEvaluatorType
-
includeNullInputs
- Overrides:
includeNullInputsin classTransformExpressionEvaluatorType
-
condition
- Overrides:
conditionin classTransformExpressionEvaluatorType
-
beginCondition
- Overrides:
beginConditionin classTransformExpressionEvaluatorType
-
accept
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classTransformExpressionEvaluatorType
-
clone
- Specified by:
clonein interfacePlainStructured- Overrides:
clonein classTransformExpressionEvaluatorType
-