Uses of Class
org.openmetadata.service.jdbi3.SuggestionFilter
Packages that use SuggestionFilter
-
Uses of SuggestionFilter in org.openmetadata.service.jdbi3
Methods in org.openmetadata.service.jdbi3 with parameters of type SuggestionFilterModifier and TypeMethodDescriptionSuggestionRepository.listAfter(SuggestionFilter filter, int limit, String after) SuggestionRepository.listBefore(SuggestionFilter filter, int limit, String before) intSuggestionRepository.listCount(SuggestionFilter filter)