Uses of Interface
com.evolveum.midpoint.prism.query.SubstringFilter
Packages that use SubstringFilter
-
Uses of SubstringFilter in com.evolveum.midpoint.prism.impl.query
Classes in com.evolveum.midpoint.prism.impl.query that implement SubstringFilterMethods in com.evolveum.midpoint.prism.impl.query that return SubstringFilterModifier and TypeMethodDescriptionstatic <T> SubstringFilter<T>SubstringFilterImpl.createSubstring(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> itemDefinition, @Nullable QName matchingRule, ExpressionWrapper expressionWrapper, boolean anchorStart, boolean anchorEnd) static <T> SubstringFilter<T>SubstringFilterImpl.createSubstring(@NotNull ItemPath path, @Nullable PrismPropertyDefinition<T> itemDefinition, @Nullable QName matchingRule, Object anyValue, boolean anchorStart, boolean anchorEnd) Creates a substring filter. -
Uses of SubstringFilter in com.evolveum.midpoint.prism.query
Methods in com.evolveum.midpoint.prism.query that return SubstringFilter