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 QName
COMPLEX_TYPE
protected ExpressionType
condition
static ItemName
F_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 void
accept(JaxbVisitor visitor)
ExpressionType
beginCondition()
ConditionalSearchFilterType
clone()
Creates and returns a deep copy of this object.ConditionalSearchFilterType
condition(ExpressionType value)
boolean
equals(Object other, StructuredEqualsStrategy strategy)
ExpressionType
getCondition()
int
hashCode(StructuredHashCodeStrategy strategy)
void
setCondition(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:
hashCode
in interfacePlainStructured
- Overrides:
hashCode
in classSearchFilterType
-
equals
public boolean equals(Object other, StructuredEqualsStrategy strategy)
- Specified by:
equals
in interfacePlainStructured
- Overrides:
equals
in classSearchFilterType
-
condition
public ConditionalSearchFilterType condition(ExpressionType value)
-
beginCondition
public ExpressionType beginCondition()
-
accept
public void accept(JaxbVisitor visitor)
- Specified by:
accept
in interfaceJaxbVisitable
- Overrides:
accept
in classSearchFilterType
-
clone
public ConditionalSearchFilterType clone()
Description copied from class:SearchFilterType
Creates and returns a deep copy of this object.- Specified by:
clone
in interfacePlainStructured
- Overrides:
clone
in classSearchFilterType
- Returns:
- A deep copy of this object.
-
-