Class ConditionalSearchFilterType
- java.lang.Object
-
- com.evolveum.midpoint.prism.AbstractFreezable
-
- com.evolveum.prism.xml.ns._public.query_3.SearchFilterType
-
- com.evolveum.midpoint.xml.ns._public.common.common_3.ConditionalSearchFilterType
-
- All Implemented Interfaces:
PlainStructured,Freezable,JaxbVisitable,DebugDumpable,Serializable,Cloneable,org.jvnet.jaxb2_commons.lang.Equals,org.jvnet.jaxb2_commons.lang.HashCode
public class ConditionalSearchFilterType extends SearchFilterType
A filter with an expression that denotes a necessary condition for the filter to be applied.- 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 QNameCOMPLEX_TYPEprotected ExpressionTypeconditionstatic ItemNameF_CONDITION-
Fields inherited from class com.evolveum.prism.xml.ns._public.query_3.SearchFilterType
description, F_DESCRIPTION, F_TEXT, filterClauseXNode, text
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Constructor Summary
Constructors Constructor Description ConditionalSearchFilterType()ConditionalSearchFilterType(ConditionalSearchFilterType other)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(JaxbVisitor visitor)ExpressionTypebeginCondition()ConditionalSearchFilterTypeclone()Creates and returns a deep copy of this object.ConditionalSearchFilterTypecondition(ExpressionType value)booleanequals(Object other, StructuredEqualsStrategy strategy)ExpressionTypegetCondition()inthashCode(StructuredHashCodeStrategy strategy)voidsetCondition(ExpressionType value)-
Methods inherited from class com.evolveum.prism.xml.ns._public.query_3.SearchFilterType
containsFilterClause, createFromParsedXNode, debugDump, equals, equals, getDescription, getFilterClauseAsRootXNode, getFilterClauseXNode, getText, hashCode, hashCode, parseFromXNode, performFreeze, serializeToXNode, setDescription, setFilterClauseXNode, setFilterClauseXNode, setText, toString
-
Methods inherited from class com.evolveum.midpoint.prism.AbstractFreezable
freeze, freeze, freezeAll, freezeNullableList, isImmutable, isMutable
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable, freeze, isImmutable
-
-
-
-
Field Detail
-
condition
protected ExpressionType condition
-
COMPLEX_TYPE
public static final QName COMPLEX_TYPE
-
F_CONDITION
public static final ItemName F_CONDITION
-
-
Constructor Detail
-
ConditionalSearchFilterType
public ConditionalSearchFilterType()
-
ConditionalSearchFilterType
public ConditionalSearchFilterType(ConditionalSearchFilterType other)
-
-
Method Detail
-
getCondition
public ExpressionType getCondition()
-
setCondition
public void setCondition(ExpressionType value)
-
hashCode
public int hashCode(StructuredHashCodeStrategy strategy)
- Specified by:
hashCodein interfacePlainStructured- Overrides:
hashCodein classSearchFilterType
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equalsin interfacePlainStructured- Overrides:
equalsin classSearchFilterType
-
condition
public ConditionalSearchFilterType condition(ExpressionType value)
-
beginCondition
public ExpressionType beginCondition()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
acceptin interfaceJaxbVisitable- Overrides:
acceptin classSearchFilterType
-
clone
public ConditionalSearchFilterType clone()
Description copied from class:SearchFilterTypeCreates and returns a deep copy of this object.- Specified by:
clonein interfacePlainStructured- Overrides:
clonein classSearchFilterType- Returns:
- A deep copy of this object.
-
-