Class ReferenceSearchExpressionEvaluatorType
- 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.ReferenceSearchExpressionEvaluatorType
-
- All Implemented Interfaces:
PlainStructured
,JaxbVisitable
,Serializable
,Cloneable
public class ReferenceSearchExpressionEvaluatorType extends SearchObjectExpressionEvaluatorType
Create an expression that provides a reference based on search results.- 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 static QName
COMPLEX_TYPE
static ItemName
F_RELATION
protected QName
relation
-
Fields 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, targetType
-
Fields 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
Constructors Constructor Description ReferenceSearchExpressionEvaluatorType()
ReferenceSearchExpressionEvaluatorType(ReferenceSearchExpressionEvaluatorType other)
-
Method Summary
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.SearchObjectExpressionEvaluatorType
getDefaultTargetRef, getFilter, getOid, getPopulate, getPopulateObject, getSearchStrategy, getTargetType, isCreateOnDemand, setCreateOnDemand, setDefaultTargetRef, setFilter, setOid, setPopulate, setPopulateObject, setSearchStrategy, setTargetType
-
Methods inherited from class com.evolveum.midpoint.xml.ns._public.common.common_3.TransformExpressionEvaluatorType
getCondition, getDescription, getDocumentation, getRelativityMode, isIncludeNullInputs, isTrace, setCondition, setDescription, setDocumentation, setIncludeNullInputs, setRelativityMode, setTrace
-
-
-
-
Constructor Detail
-
ReferenceSearchExpressionEvaluatorType
public ReferenceSearchExpressionEvaluatorType()
-
ReferenceSearchExpressionEvaluatorType
public ReferenceSearchExpressionEvaluatorType(ReferenceSearchExpressionEvaluatorType other)
-
-
Method Detail
-
getRelation
public QName getRelation()
-
setRelation
public void setRelation(QName value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classSearchObjectExpressionEvaluatorType
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classSearchObjectExpressionEvaluatorType
-
relation
public ReferenceSearchExpressionEvaluatorType relation(QName value)
-
targetType
public ReferenceSearchExpressionEvaluatorType targetType(QName value)
- Overrides:
targetType
in classSearchObjectExpressionEvaluatorType
-
oid
public ReferenceSearchExpressionEvaluatorType oid(String value)
- Overrides:
oid
in classSearchObjectExpressionEvaluatorType
-
filter
public ReferenceSearchExpressionEvaluatorType filter(SearchFilterType value)
- Overrides:
filter
in classSearchObjectExpressionEvaluatorType
-
searchStrategy
public ReferenceSearchExpressionEvaluatorType searchStrategy(ObjectSearchStrategyType value)
- Overrides:
searchStrategy
in classSearchObjectExpressionEvaluatorType
-
defaultTargetRef
public ReferenceSearchExpressionEvaluatorType defaultTargetRef(ObjectReferenceType value)
- Overrides:
defaultTargetRef
in classSearchObjectExpressionEvaluatorType
-
defaultTargetRef
public ReferenceSearchExpressionEvaluatorType defaultTargetRef(String oid, QName type)
- Overrides:
defaultTargetRef
in classSearchObjectExpressionEvaluatorType
-
defaultTargetRef
public ReferenceSearchExpressionEvaluatorType defaultTargetRef(String oid, QName type, QName relation)
- Overrides:
defaultTargetRef
in classSearchObjectExpressionEvaluatorType
-
beginDefaultTargetRef
public ObjectReferenceType beginDefaultTargetRef()
- Overrides:
beginDefaultTargetRef
in classSearchObjectExpressionEvaluatorType
-
createOnDemand
public ReferenceSearchExpressionEvaluatorType createOnDemand(Boolean value)
- Overrides:
createOnDemand
in classSearchObjectExpressionEvaluatorType
-
populateObject
public ReferenceSearchExpressionEvaluatorType populateObject(PopulateType value)
- Overrides:
populateObject
in classSearchObjectExpressionEvaluatorType
-
beginPopulateObject
public PopulateType beginPopulateObject()
- Overrides:
beginPopulateObject
in classSearchObjectExpressionEvaluatorType
-
populate
public ReferenceSearchExpressionEvaluatorType populate(PopulateType value)
- Overrides:
populate
in classSearchObjectExpressionEvaluatorType
-
beginPopulate
public PopulateType beginPopulate()
- Overrides:
beginPopulate
in classSearchObjectExpressionEvaluatorType
-
description
public ReferenceSearchExpressionEvaluatorType description(String value)
- Overrides:
description
in classSearchObjectExpressionEvaluatorType
-
documentation
public ReferenceSearchExpressionEvaluatorType documentation(String value)
- Overrides:
documentation
in classSearchObjectExpressionEvaluatorType
-
trace
public ReferenceSearchExpressionEvaluatorType trace(Boolean value)
- Overrides:
trace
in classSearchObjectExpressionEvaluatorType
-
relativityMode
public ReferenceSearchExpressionEvaluatorType relativityMode(TransformExpressionRelativityModeType value)
- Overrides:
relativityMode
in classSearchObjectExpressionEvaluatorType
-
includeNullInputs
public ReferenceSearchExpressionEvaluatorType includeNullInputs(Boolean value)
- Overrides:
includeNullInputs
in classSearchObjectExpressionEvaluatorType
-
condition
public ReferenceSearchExpressionEvaluatorType condition(ExpressionType value)
- Overrides:
condition
in classSearchObjectExpressionEvaluatorType
-
beginCondition
public ExpressionType beginCondition()
- Overrides:
beginCondition
in classSearchObjectExpressionEvaluatorType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classSearchObjectExpressionEvaluatorType
-
clone
public ReferenceSearchExpressionEvaluatorType clone()
- Specified by:
clone
in interfacePlainStructured
- Overrides:
clone
in classSearchObjectExpressionEvaluatorType
-
-