Interface PropertyValueFilter<T>
-
- All Superinterfaces:
DebugDumpable
,Freezable
,Itemable
,ItemFilter
,ObjectFilter
,PrismContextSensitive
,Revivable
,Serializable
,ValueFilter<PrismPropertyValue<T>,PrismPropertyDefinition<T>>
- All Known Subinterfaces:
ComparativeFilter<T>
,EqualFilter<T>
,GreaterFilter<T>
,LessFilter<T>
,SubstringFilter<T>
public interface PropertyValueFilter<T> extends ValueFilter<PrismPropertyValue<T>,PrismPropertyDefinition<T>>
-
-
Field Summary
-
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description PropertyValueFilter
clone()
Does a SHALLOW clone.default @Nullable QName
getMatchingRule()
Returns matching rule that should be used.-
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDump, debugDumpLazily, debugDumpLazily
-
Methods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable, freeze, isImmutable
-
Methods inherited from interface com.evolveum.midpoint.prism.query.ObjectFilter
accept, revive
-
Methods inherited from interface com.evolveum.midpoint.prism.PrismContextSensitive
getPrismContext
-
Methods inherited from interface com.evolveum.midpoint.prism.query.ValueFilter
canNestInsideExists, checkConsistence, equals, getDeclaredMatchingRule, getDefinition, getElementName, getExpression, getFullPath, getParentPath, getPath, getRightHandSideDefinition, getRightHandSidePath, getSingleValue, getValues, isRaw, match, nested, setDefinition, setExpression, setMatchingRule, setRightHandSideDefinition, setRightHandSidePath, setValue
-
-
-
-
Method Detail
-
clone
PropertyValueFilter clone()
Description copied from interface:ObjectFilter
Does a SHALLOW clone.- Specified by:
clone
in interfaceObjectFilter
- Specified by:
clone
in interfaceValueFilter<PrismPropertyValue<T>,PrismPropertyDefinition<T>>
-
getMatchingRule
@Nullable default @Nullable QName getMatchingRule()
Description copied from interface:ValueFilter
Returns matching rule that should be used. This can be matching rule provided with the filter or some fallback/default. See MID-6935 for more, currently only returns the explicitly provided matching rule.- Specified by:
getMatchingRule
in interfaceValueFilter<PrismPropertyValue<T>,PrismPropertyDefinition<T>>
-
-