Class ReferenceSearchExpressionEvaluatorType
- java.lang.Object
-
- 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:
JaxbVisitable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class ReferenceSearchExpressionEvaluatorType extends SearchObjectExpressionEvaluatorType implements Serializable, Cloneable, JaxbVisitable, org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
Create an expression that provides a reference based on search results.Java class for ReferenceSearchExpressionEvaluatorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReferenceSearchExpressionEvaluatorType"> <complexContent> <extension base="{http://midpoint.evolveum.com/xml/ns/public/common/common-3}SearchObjectExpressionEvaluatorType"> <sequence> <element name="relation" type="{http://www.w3.org/2001/XMLSchema}QName" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static QNameCOMPLEX_TYPEstatic ItemNameF_RELATIONprotected QNamerelation-
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()Creates a newReferenceSearchExpressionEvaluatorTypeinstance.ReferenceSearchExpressionEvaluatorType(ReferenceSearchExpressionEvaluatorType o)Creates a newReferenceSearchExpressionEvaluatorTypeinstance by deeply copying a givenReferenceSearchExpressionEvaluatorTypeinstance.
-
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()
Creates a newReferenceSearchExpressionEvaluatorTypeinstance.
-
ReferenceSearchExpressionEvaluatorType
public ReferenceSearchExpressionEvaluatorType(ReferenceSearchExpressionEvaluatorType o)
Creates a newReferenceSearchExpressionEvaluatorTypeinstance by deeply copying a givenReferenceSearchExpressionEvaluatorTypeinstance.- Parameters:
o- The instance to copy.- Throws:
NullPointerException- ifoisnull.
-
-
Method Detail
-
getRelation
public QName getRelation()
Gets the value of the relation property.- Returns:
- possible object is
QName
-
setRelation
public void setRelation(QName value)
Sets the value of the relation property.- Parameters:
value- allowed object isQName
-
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 classSearchObjectExpressionEvaluatorType
-
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 classSearchObjectExpressionEvaluatorType
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSearchObjectExpressionEvaluatorType
-
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 classSearchObjectExpressionEvaluatorType
-
equals
public boolean equals(Object object)
- Overrides:
equalsin classSearchObjectExpressionEvaluatorType
-
relation
public ReferenceSearchExpressionEvaluatorType relation(QName value)
-
targetType
public ReferenceSearchExpressionEvaluatorType targetType(QName value)
- Overrides:
targetTypein classSearchObjectExpressionEvaluatorType
-
oid
public ReferenceSearchExpressionEvaluatorType oid(String value)
- Overrides:
oidin classSearchObjectExpressionEvaluatorType
-
filter
public ReferenceSearchExpressionEvaluatorType filter(SearchFilterType value)
- Overrides:
filterin classSearchObjectExpressionEvaluatorType
-
beginFilter
public SearchFilterType beginFilter()
- Overrides:
beginFilterin classSearchObjectExpressionEvaluatorType
-
searchStrategy
public ReferenceSearchExpressionEvaluatorType searchStrategy(ObjectSearchStrategyType value)
- Overrides:
searchStrategyin classSearchObjectExpressionEvaluatorType
-
defaultTargetRef
public ReferenceSearchExpressionEvaluatorType defaultTargetRef(ObjectReferenceType value)
- Overrides:
defaultTargetRefin classSearchObjectExpressionEvaluatorType
-
defaultTargetRef
public ReferenceSearchExpressionEvaluatorType defaultTargetRef(String oid, QName type)
- Overrides:
defaultTargetRefin classSearchObjectExpressionEvaluatorType
-
defaultTargetRef
public ReferenceSearchExpressionEvaluatorType defaultTargetRef(String oid, QName type, QName relation)
- Overrides:
defaultTargetRefin classSearchObjectExpressionEvaluatorType
-
beginDefaultTargetRef
public ObjectReferenceType beginDefaultTargetRef()
- Overrides:
beginDefaultTargetRefin classSearchObjectExpressionEvaluatorType
-
createOnDemand
public ReferenceSearchExpressionEvaluatorType createOnDemand(Boolean value)
- Overrides:
createOnDemandin classSearchObjectExpressionEvaluatorType
-
populateObject
public ReferenceSearchExpressionEvaluatorType populateObject(PopulateType value)
- Overrides:
populateObjectin classSearchObjectExpressionEvaluatorType
-
beginPopulateObject
public PopulateType beginPopulateObject()
- Overrides:
beginPopulateObjectin classSearchObjectExpressionEvaluatorType
-
populate
public ReferenceSearchExpressionEvaluatorType populate(PopulateType value)
- Overrides:
populatein classSearchObjectExpressionEvaluatorType
-
beginPopulate
public PopulateType beginPopulate()
- Overrides:
beginPopulatein classSearchObjectExpressionEvaluatorType
-
description
public ReferenceSearchExpressionEvaluatorType description(String value)
- Overrides:
descriptionin classSearchObjectExpressionEvaluatorType
-
documentation
public ReferenceSearchExpressionEvaluatorType documentation(String value)
- Overrides:
documentationin classSearchObjectExpressionEvaluatorType
-
trace
public ReferenceSearchExpressionEvaluatorType trace(Boolean value)
- Overrides:
tracein classSearchObjectExpressionEvaluatorType
-
relativityMode
public ReferenceSearchExpressionEvaluatorType relativityMode(TransformExpressionRelativityModeType value)
- Overrides:
relativityModein classSearchObjectExpressionEvaluatorType
-
includeNullInputs
public ReferenceSearchExpressionEvaluatorType includeNullInputs(Boolean value)
- Overrides:
includeNullInputsin classSearchObjectExpressionEvaluatorType
-
condition
public ReferenceSearchExpressionEvaluatorType condition(ExpressionType value)
- Overrides:
conditionin classSearchObjectExpressionEvaluatorType
-
beginCondition
public ExpressionType beginCondition()
- Overrides:
beginConditionin classSearchObjectExpressionEvaluatorType
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classSearchObjectExpressionEvaluatorType
-
clone
public ReferenceSearchExpressionEvaluatorType clone()
Creates and returns a deep copy of this object.- Overrides:
clonein classSearchObjectExpressionEvaluatorType- Returns:
- A deep copy of this object.
-
-