Uses of Enum Class
org.graylog2.rest.models.SortOrder
Packages that use SortOrder
Package
Description
-
Uses of SortOrder in org.graylog.events.rest
Methods in org.graylog.events.rest with parameters of type SortOrder -
Uses of SortOrder in org.graylog.plugins.views.search.rest
Methods in org.graylog.plugins.views.search.rest with parameters of type SortOrderModifier and TypeMethodDescriptionDashboardsResource.views(int page, int perPage, String sortField, SortOrder order, String query, List<String> filters, DashboardsResource.Scope scope, SearchUser searchUser) SavedSearchesResource.views(int page, int perPage, String sortField, SortOrder order, String query, List<String> filters, SearchUser searchUser) ViewsResource.views(int page, int perPage, String sortField, SortOrder order, String query, SearchUser searchUser) -
Uses of SortOrder in org.graylog.plugins.views.search.views
Methods in org.graylog.plugins.views.search.views with parameters of type SortOrderModifier and TypeMethodDescriptionViewService.searchPaginated(SearchUser searchUser, SearchQuery query, Predicate<ViewDTO> filter, SortOrder order, String sortField, int page, int perPage) ViewService.searchPaginatedByType(ViewDTO.Type type, SearchQuery query, Predicate<ViewDTO> filter, SortOrder order, String sortField, int page, int perPage) ViewSummaryService.searchPaginatedByType(SearchUser searchUser, ViewDTO.Type type, org.bson.conversions.Bson dbQuery, Predicate<ViewSummaryDTO> predicate, SortOrder order, String sortField, int page, int perPage) ViewService.searchSummariesPaginatedByType(SearchUser searchUser, ViewDTO.Type type, org.bson.conversions.Bson dbQuery, Predicate<ViewSummaryDTO> predicate, SortOrder order, String sortField, int page, int perPage) -
Uses of SortOrder in org.graylog2.rest.models
Methods in org.graylog2.rest.models that return SortOrderModifier and TypeMethodDescriptionstatic SortOrderSortOrder.fromString(String order) static SortOrderReturns the enum constant of this class with the specified name.static SortOrder[]SortOrder.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of SortOrder in org.graylog2.rest.models.tools.responses
Methods in org.graylog2.rest.models.tools.responses that return SortOrderMethods in org.graylog2.rest.models.tools.responses with parameters of type SortOrderModifier and TypeMethodDescriptionstatic <T> PageListResponse<T>PageListResponse.create(String query, PaginatedList.PaginationInfo paginationInfo, long total, String sort, SortOrder order, List<T> elements, List<EntityAttribute> attributes, EntityDefaults defaults) -
Uses of SortOrder in org.graylog2.rest.resources.datanodes
Methods in org.graylog2.rest.resources.datanodes with parameters of type SortOrderModifier and TypeMethodDescription -
Uses of SortOrder in org.graylog2.rest.resources.system.lookup
Methods in org.graylog2.rest.resources.system.lookup with parameters of type SortOrder