Uses of Class
org.openmetadata.service.jdbi3.FeedRepository.FilterType
-
Packages that use FeedRepository.FilterType Package Description org.openmetadata.service.jdbi3 org.openmetadata.service.resources.feeds -
-
Uses of FeedRepository.FilterType in org.openmetadata.service.jdbi3
Methods in org.openmetadata.service.jdbi3 that return FeedRepository.FilterType Modifier and Type Method Description static FeedRepository.FilterTypeFeedRepository.FilterType. valueOf(String name)Returns the enum constant of this type with the specified name.static FeedRepository.FilterType[]FeedRepository.FilterType. values()Returns an array containing the constants of this enum type, 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.FilterType Modifier and Type Method Description ResultList<Thread>FeedResource. 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)
-