Uses of Interface
com.evolveum.midpoint.prism.query.LessFilter
-
Packages that use LessFilter Package Description com.evolveum.midpoint.prism.query -
-
Uses of LessFilter in com.evolveum.midpoint.prism.query
Methods in com.evolveum.midpoint.prism.query that return LessFilter Modifier and Type Method Description LessFilter<T>LessFilter. clone()<T> @NotNull LessFilter<T>QueryFactory. createLess(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, boolean equals)Deprecated.<T> @NotNull LessFilter<T>QueryFactory. createLess(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, QName matchingRule, @NotNull ExpressionWrapper expressionWrapper, boolean equals)Deprecated.<T> @NotNull LessFilter<T>QueryFactory. createLess(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, QName matchingRule, @NotNull ItemPath rightSidePath, ItemDefinition rightSideDefinition, boolean equals)Deprecated.<T> @NotNull LessFilter<T>QueryFactory. createLess(@NotNull ItemPath path, PrismPropertyDefinition<T> definition, QName matchingRule, Object value, boolean equals, @NotNull PrismContext prismContext)Deprecated.
-