Uses of Enum Class
org.opencastproject.util.requests.SortCriterion.Order
Packages that use SortCriterion.Order
Package
Description
-
Uses of SortCriterion.Order in org.opencastproject.elasticsearch.api
Methods in org.opencastproject.elasticsearch.api that return SortCriterion.OrderModifier and TypeMethodDescriptionSearchQuery.getSortOrder(String field) Returns the sort order of a field.Methods in org.opencastproject.elasticsearch.api that return types with arguments of type SortCriterion.OrderMethods in org.opencastproject.elasticsearch.api with parameters of type SortCriterion.OrderModifier and TypeMethodDescriptionSearchQuery.withSortOrder(String field, SortCriterion.Order order) Sort the result set by the field and the given order. -
Uses of SortCriterion.Order in org.opencastproject.elasticsearch.impl
Methods in org.opencastproject.elasticsearch.impl that return SortCriterion.OrderMethods in org.opencastproject.elasticsearch.impl that return types with arguments of type SortCriterion.OrderMethods in org.opencastproject.elasticsearch.impl with parameters of type SortCriterion.OrderModifier and TypeMethodDescriptionAbstractSearchQuery.withSortOrder(String field, SortCriterion.Order order) -
Uses of SortCriterion.Order in org.opencastproject.elasticsearch.index.objects.event
Methods in org.opencastproject.elasticsearch.index.objects.event that return SortCriterion.OrderModifier and TypeMethodDescriptionEventSearchQuery.getDateSortOrder()Returns the sort order for the recording date.EventSearchQuery.getEndDateSortOrder()Returns the sort order for the recording end date.EventSearchQuery.getEventStatusSortOrder()Returns the sort order for the event status.EventSearchQuery.getLocationSortOrder()Returns the sort order for the location.EventSearchQuery.getManagedAclSortOrder()Returns the sort order for the series managed ACL.EventSearchQuery.getPresentersSortOrder()Returns the sort order for the recording start date.EventSearchQuery.getPublicationSortOrder()Returns the sort order for the publication.EventSearchQuery.getSeriesNameSortOrder()Returns the sort order for the series name.EventSearchQuery.getStartDateSortOrder()Returns the sort order for the recording start date.EventSearchQuery.getTechnicalEndDateSortOrder()Returns the sort order for the technical recording end date.EventSearchQuery.getTechnicalStartDateSortOrder()Returns the sort order for the technical recording start date.EventSearchQuery.getTitleSortOrder()Returns the sort order for the recording start date.EventSearchQuery.getUIDSortOrder()EventSearchQuery.getWorkflowStateSortOrder()Returns the sort order for the workflow state.Methods in org.opencastproject.elasticsearch.index.objects.event with parameters of type SortCriterion.OrderModifier and TypeMethodDescriptionEventSearchQuery.sortByDate(SortCriterion.Order order) Defines the sort order for the recording date.EventSearchQuery.sortByEndDate(SortCriterion.Order order) Defines the sort order for the recording end date.EventSearchQuery.sortByEventStatus(SortCriterion.Order order) Defines the sort order for the event status.EventSearchQuery.sortByLocation(SortCriterion.Order order) Defines the sort order for the location.EventSearchQuery.sortByManagedAcl(SortCriterion.Order order) Defines the sort order for the managed ACL.EventSearchQuery.sortByPresenter(SortCriterion.Order order) Defines the sort order for the recording date.EventSearchQuery.sortByPublicationIgnoringInternal(SortCriterion.Order order) Defines the sort order for publication.EventSearchQuery.sortBySeriesName(SortCriterion.Order order) Defines the sort order for the series name.EventSearchQuery.sortByStartDate(SortCriterion.Order order) Defines the sort order for the recording start date.EventSearchQuery.sortByTechnicalEndDate(SortCriterion.Order order) Defines the sort order for the technical recording end date.EventSearchQuery.sortByTechnicalStartDate(SortCriterion.Order order) Defines the sort order for the technical recording start date.EventSearchQuery.sortByTitle(SortCriterion.Order order) Defines the sort order for the recording date.EventSearchQuery.sortByUID(SortCriterion.Order order) EventSearchQuery.sortByWorkflowState(SortCriterion.Order order) Defines the sort order for the workflow state. -
Uses of SortCriterion.Order in org.opencastproject.elasticsearch.index.objects.series
Methods in org.opencastproject.elasticsearch.index.objects.series that return SortCriterion.OrderModifier and TypeMethodDescriptionSeriesSearchQuery.getSeriesContributorsSortOrder()Returns the sort order for the series created date.SeriesSearchQuery.getSeriesCreatorSortOrder()Returns the sort order for the series created date.SeriesSearchQuery.getSeriesDateSortOrder()Returns the sort order for the series created date.SeriesSearchQuery.getSeriesDescriptionSortOrder()Returns the sort order for the series created date.SeriesSearchQuery.getSeriesIdentifierSortOrder()Returns the sort order for the series created date.SeriesSearchQuery.getSeriesLanguageSortOrder()Returns the sort order for the series created date.SeriesSearchQuery.getSeriesLicenseSortOrder()Returns the sort order for the series created date.SeriesSearchQuery.getSeriesManagedAclSortOrder()Returns the sort order for the series managed ACL.SeriesSearchQuery.getSeriesOrganizersSortOrder()Returns the sort order for the series organizers.SeriesSearchQuery.getSeriesPublishersSortOrder()Returns the sort order for the series created date.SeriesSearchQuery.getSeriesRightsHolderSortOrder()Returns the sort order for the series created date.SeriesSearchQuery.getSeriesSubjectSortOrder()Returns the sort order for the series created date.SeriesSearchQuery.getSeriesTitleSortOrder()Returns the sort order for the series title.Methods in org.opencastproject.elasticsearch.index.objects.series with parameters of type SortCriterion.OrderModifier and TypeMethodDescriptionSeriesSearchQuery.sortByContributors(SortCriterion.Order order) Defines the sort order for the series by contributors.SeriesSearchQuery.sortByCreatedDateTime(SortCriterion.Order order) Defines the sort order for the series created date & time.SeriesSearchQuery.sortByCreator(SortCriterion.Order order) Defines the sort order for the series by contributors.SeriesSearchQuery.sortByDescription(SortCriterion.Order order) Defines the sort order for the series by contributors.SeriesSearchQuery.sortByIdentifer(SortCriterion.Order order) Defines the sort order for the series by contributors.SeriesSearchQuery.sortByLanguage(SortCriterion.Order order) Defines the sort order for the series by contributors.SeriesSearchQuery.sortByLicense(SortCriterion.Order order) Defines the sort order for the series by contributors.SeriesSearchQuery.sortByManagedAcl(SortCriterion.Order order) Defines the sort order for the managed ACL.SeriesSearchQuery.sortByOrganizers(SortCriterion.Order order) Defines the sort order for the series by organizers.SeriesSearchQuery.sortByPublishers(SortCriterion.Order order) Defines the sort order for the series by contributors.SeriesSearchQuery.sortByRightsHolder(SortCriterion.Order order) Defines the sort order for the series by contributors.SeriesSearchQuery.sortBySubject(SortCriterion.Order order) Defines the sort order for the series by contributors.SeriesSearchQuery.sortByTitle(SortCriterion.Order order) Defines the sort order for the series by title. -
Uses of SortCriterion.Order in org.opencastproject.graphql.type.input
Methods in org.opencastproject.graphql.type.input that return SortCriterion.Order -
Uses of SortCriterion.Order in org.opencastproject.util.requests
Methods in org.opencastproject.util.requests that return SortCriterion.OrderModifier and TypeMethodDescriptionSortCriterion.getOrder()static SortCriterion.OrderReturns the enum constant of this class with the specified name.static SortCriterion.Order[]SortCriterion.Order.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.opencastproject.util.requests with parameters of type SortCriterion.OrderModifierConstructorDescriptionSortCriterion(String fieldName, SortCriterion.Order order) Create a order criterion based on the given field name and order.