Class LessFilterImpl<T>
java.lang.Object
com.evolveum.midpoint.prism.AbstractFreezable
com.evolveum.midpoint.prism.impl.query.ObjectFilterImpl
com.evolveum.midpoint.prism.impl.query.ValueFilterImpl<PrismPropertyValue<T>,PrismPropertyDefinition<T>>
com.evolveum.midpoint.prism.impl.query.PropertyValueFilterImpl<T>
com.evolveum.midpoint.prism.impl.query.ComparativeFilterImpl<T>
com.evolveum.midpoint.prism.impl.query.LessFilterImpl<T>
- All Implemented Interfaces:
Freezable,Itemable,PrismContextSensitive,ComparativeFilter<T>,ItemFilter,LessFilter<T>,ObjectFilter,PropertyValueFilter<T>,ValueFilter<PrismPropertyValue<T>,,PrismPropertyDefinition<T>> Revivable,DebugDumpable,Serializable
- See Also:
-
Field Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING -
Method Summary
Modifier and TypeMethodDescriptionclone()Does a SHALLOW clone.static <T> @NotNull LessFilter<T>createLess(@NotNull ItemPath itemPath, PrismPropertyDefinition<T> definition, boolean equals) static <T> @NotNull LessFilter<T>createLess(@NotNull ItemPath itemPath, PrismPropertyDefinition<T> itemDefinition, QName matchingRule, @NotNull ExpressionWrapper expressionWrapper, boolean equals) static <T> @NotNull LessFilter<T>createLess(@NotNull ItemPath propertyPath, PrismPropertyDefinition<T> definition, QName matchingRule, @NotNull ItemPath rightSidePath, ItemDefinition rightSideDefinition, boolean equals) static <T> @NotNull LessFilter<T>createLess(@NotNull ItemPath itemPath, PrismPropertyDefinition<T> definition, QName matchingRule, Object anyValue, boolean equals, @NotNull PrismContext prismContext) booleanprotected StringMethods inherited from class com.evolveum.midpoint.prism.impl.query.ComparativeFilterImpl
equals, hashCode, isEquals, match, setEqualsMethods inherited from class com.evolveum.midpoint.prism.impl.query.ValueFilterImpl
canNestInsideExists, checkConsistence, collectUsedPaths, debugDump, debugDump, getDeclaredMatchingRule, getDefinition, getElementName, getExpression, getFullPath, getParentPath, getPath, getPrismContext, getRightHandSideDefinition, getRightHandSidePath, getSingleValue, getValues, isRaw, performFreeze, setDefinition, setExpression, setMatchingRule, setRightHandSideDefinition, setRightHandSidePath, setValue, toString, toStringMethods inherited from class com.evolveum.midpoint.prism.impl.query.ObjectFilterImpl
accept, revive, setPrismContextMethods inherited from class com.evolveum.midpoint.prism.AbstractFreezable
freeze, freeze, freezeAll, freezeNullableList, isImmutable, isMutableMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.prism.query.ComparativeFilter
isEqualsMethods 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.PropertyValueFilter
getMatchingRuleMethods inherited from interface com.evolveum.midpoint.prism.query.ValueFilter
canNestInsideExists, checkConsistence, getDeclaredMatchingRule, getDefinition, getElementName, getExpression, getFullPath, getParentPath, getPath, getRightHandSideDefinition, getRightHandSidePath, getSingleValue, getValues, hasNoValue, isRaw, match, matchesOnly, setDefinition, setExpression, setMatchingRule, setRightHandSideDefinition, setRightHandSidePath, setValue
-
Method Details
-
createLess
@NotNull public static <T> @NotNull LessFilter<T> createLess(@NotNull @NotNull ItemPath itemPath, PrismPropertyDefinition<T> definition, boolean equals) -
createLess
@NotNull public static <T> @NotNull LessFilter<T> createLess(@NotNull @NotNull ItemPath itemPath, PrismPropertyDefinition<T> definition, QName matchingRule, Object anyValue, boolean equals, @NotNull @NotNull PrismContext prismContext) -
createLess
@NotNull public static <T> @NotNull LessFilter<T> createLess(@NotNull @NotNull ItemPath itemPath, PrismPropertyDefinition<T> itemDefinition, QName matchingRule, @NotNull @NotNull ExpressionWrapper expressionWrapper, boolean equals) -
createLess
@NotNull public static <T> @NotNull LessFilter<T> createLess(@NotNull @NotNull ItemPath propertyPath, PrismPropertyDefinition<T> definition, QName matchingRule, @NotNull @NotNull ItemPath rightSidePath, ItemDefinition rightSideDefinition, boolean equals) -
clone
Description copied from interface:ObjectFilterDoes a SHALLOW clone.- Specified by:
clonein interfaceComparativeFilter<T>- Specified by:
clonein interfaceLessFilter<T>- Specified by:
clonein interfaceObjectFilter- Specified by:
clonein interfacePropertyValueFilter<T>- Specified by:
clonein interfaceValueFilter<PrismPropertyValue<T>,PrismPropertyDefinition<T>> - Specified by:
clonein classComparativeFilterImpl<T>
-
nested
- Specified by:
nestedin interfaceValueFilter<PrismPropertyValue<T>,PrismPropertyDefinition<T>>
-
getFilterName
- Specified by:
getFilterNamein classValueFilterImpl<PrismPropertyValue<T>,PrismPropertyDefinition<T>>
-
equals
- Specified by:
equalsin interfaceObjectFilter- Specified by:
equalsin interfaceValueFilter<PrismPropertyValue<T>,PrismPropertyDefinition<T>> - Overrides:
equalsin classComparativeFilterImpl<T>
-