Class AssignmentTargetSearchExpressionEvaluatorType
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
com.evolveum.midpoint.xml.ns._public.common.common_3.AssignmentTargetSearchExpressionEvaluatorType
- All Implemented Interfaces:
PlainStructured,JaxbVisitable,Serializable,Cloneable
public class AssignmentTargetSearchExpressionEvaluatorType
extends SearchObjectExpressionEvaluatorType
Create an expression that provides an assignment 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 TypeFieldDescriptionprotected AssignmentPropertiesSpecificationTypestatic final QNamestatic final ItemNameFields inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.SearchObjectExpressionEvaluatorType
createOnDemand, defaultTargetRef, F_CREATE_ON_DEMAND, F_DEFAULT_TARGET_REF, F_FILTER, F_OID, F_POPULATE, F_POPULATE_OBJECT, F_SEARCH_STRATEGY, F_TARGET_TYPE, filter, oid, populate, populateObject, searchStrategy, targetTypeFields 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) inthashCode(StructuredHashCodeStrategy strategy) includeNullInputs(Boolean value) populate(PopulateType value) populateObject(PopulateType value) voidtargetType(QName value) Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.SearchObjectExpressionEvaluatorType
getCreateOnDemand, getDefaultTargetRef, getFilter, getOid, getPopulate, getPopulateObject, getSearchStrategy, getTargetType, isCreateOnDemand, setCreateOnDemand, setDefaultTargetRef, setOid, setPopulate, setPopulateObject, setSearchStrategy, setTargetTypeMethods 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
-
assignmentProperties
-
COMPLEX_TYPE
-
F_ASSIGNMENT_PROPERTIES
-
-
Constructor Details
-
AssignmentTargetSearchExpressionEvaluatorType
public AssignmentTargetSearchExpressionEvaluatorType() -
AssignmentTargetSearchExpressionEvaluatorType
public AssignmentTargetSearchExpressionEvaluatorType(AssignmentTargetSearchExpressionEvaluatorType other)
-
-
Method Details
-
getAssignmentProperties
-
setAssignmentProperties
-
hashCode
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classSearchObjectExpressionEvaluatorType
-
equals
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classSearchObjectExpressionEvaluatorType
-
assignmentProperties
public AssignmentTargetSearchExpressionEvaluatorType assignmentProperties(AssignmentPropertiesSpecificationType value) -
beginAssignmentProperties
-
targetType
- Overrides:
targetTypein classSearchObjectExpressionEvaluatorType
-
oid
- Overrides:
oidin classSearchObjectExpressionEvaluatorType
-
filter
- Overrides:
filterin classSearchObjectExpressionEvaluatorType
-
searchStrategy
- Overrides:
searchStrategyin classSearchObjectExpressionEvaluatorType
-
defaultTargetRef
- Overrides:
defaultTargetRefin classSearchObjectExpressionEvaluatorType
-
defaultTargetRef
- Overrides:
defaultTargetRefin classSearchObjectExpressionEvaluatorType
-
defaultTargetRef
public AssignmentTargetSearchExpressionEvaluatorType defaultTargetRef(String oid, QName type, QName relation) - Overrides:
defaultTargetRefin classSearchObjectExpressionEvaluatorType
-
beginDefaultTargetRef
- Overrides:
beginDefaultTargetRefin classSearchObjectExpressionEvaluatorType
-
createOnDemand
- Overrides:
createOnDemandin classSearchObjectExpressionEvaluatorType
-
populateObject
- Overrides:
populateObjectin classSearchObjectExpressionEvaluatorType
-
beginPopulateObject
- Overrides:
beginPopulateObjectin classSearchObjectExpressionEvaluatorType
-
populate
- Overrides:
populatein classSearchObjectExpressionEvaluatorType
-
beginPopulate
- Overrides:
beginPopulatein classSearchObjectExpressionEvaluatorType
-
description
- Overrides:
descriptionin classSearchObjectExpressionEvaluatorType
-
documentation
- Overrides:
documentationin classSearchObjectExpressionEvaluatorType
-
trace
- Overrides:
tracein classSearchObjectExpressionEvaluatorType
-
relativityMode
public AssignmentTargetSearchExpressionEvaluatorType relativityMode(TransformExpressionRelativityModeType value) - Overrides:
relativityModein classSearchObjectExpressionEvaluatorType
-
includeNullInputs
- Overrides:
includeNullInputsin classSearchObjectExpressionEvaluatorType
-
condition
- Overrides:
conditionin classSearchObjectExpressionEvaluatorType
-
beginCondition
- Overrides:
beginConditionin classSearchObjectExpressionEvaluatorType
-
accept
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classSearchObjectExpressionEvaluatorType
-
clone
- Specified by:
clonein interfacePlainStructured- Overrides:
clonein classSearchObjectExpressionEvaluatorType
-