Interface PropertyValueFilter<T>
- All Superinterfaces:
DebugDumpable,Freezable,Itemable,ItemFilter,ObjectFilter,PrismContextSensitive,Revivable,Serializable,ValueFilter<PrismPropertyValue<T>,PrismPropertyDefinition<T>>
- All Known Subinterfaces:
AnyInFilter<T>,ComparativeFilter<T>,EqualFilter<T>,FuzzyStringMatchFilter<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
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDump, debugDumpLazily, debugDumpLazilyMethods inherited from interface com.evolveum.midpoint.prism.Freezable
checkImmutable, checkMutable, freeze, isImmutableMethods inherited from interface com.evolveum.midpoint.prism.query.ObjectFilter
accept, collectUsedPaths, reviveMethods inherited from interface com.evolveum.midpoint.prism.PrismContextSensitive
getPrismContextMethods inherited from interface com.evolveum.midpoint.prism.query.ValueFilter
canNestInsideExists, checkConsistence, equals, getDeclaredMatchingRule, getDefinition, getElementName, getExpression, getFullPath, getParentPath, getPath, getRightHandSideDefinition, getRightHandSidePath, getSingleValue, getValues, hasNoValue, isRaw, match, matchesOnly, nested, setDefinition, setExpression, setMatchingRule, setRightHandSideDefinition, setRightHandSidePath, setValue
-
Method Details
-
clone
PropertyValueFilter<T> clone()Description copied from interface:ObjectFilterDoes a SHALLOW clone.- Specified by:
clonein interfaceObjectFilter- Specified by:
clonein interfaceValueFilter<PrismPropertyValue<T>,PrismPropertyDefinition<T>>
-
getMatchingRule
Description copied from interface:ValueFilterReturns 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:
getMatchingRulein interfaceValueFilter<PrismPropertyValue<T>,PrismPropertyDefinition<T>>
-