Uses of Enum Class
org.openmetadata.service.jdbi3.FeedRepository.FilterType
Packages that use FeedRepository.FilterType
-
Uses of FeedRepository.FilterType in org.openmetadata.service.jdbi3
Methods in org.openmetadata.service.jdbi3 that return FeedRepository.FilterTypeModifier and TypeMethodDescriptionstatic FeedRepository.FilterTypeReturns the enum constant of this class with the specified name.static FeedRepository.FilterType[]FeedRepository.FilterType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FeedRepository.FilterType in org.openmetadata.service.resources.feeds
Methods in org.openmetadata.service.resources.feeds with parameters of type FeedRepository.FilterTypeModifier and TypeMethodDescriptionFeedResource.list(javax.ws.rs.core.UriInfo uriInfo, @javax.validation.constraints.Min(0L),@javax.validation.constraints.Max(1000000L) int limitPosts, @javax.validation.constraints.Min(1L),@javax.validation.constraints.Max(1000000L) int limitParam, String before, String after, String entityLink, UUID userId, FeedRepository.FilterType filterType, boolean resolved, ThreadType threadType, TaskStatus taskStatus, Boolean activeAnnouncement)