Uses of Class
org.opencastproject.elasticsearch.index.objects.series.SeriesSearchQuery
Packages that use SeriesSearchQuery
Package
Description
-
Uses of SeriesSearchQuery in org.opencastproject.elasticsearch.index
Methods in org.opencastproject.elasticsearch.index with parameters of type SeriesSearchQuery -
Uses of SeriesSearchQuery in org.opencastproject.elasticsearch.index.objects.series
Methods in org.opencastproject.elasticsearch.index.objects.series that return SeriesSearchQueryModifier 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.SeriesSearchQuery.withAccessPolicy(String accessPolicy) Selects series with the given access policy.SeriesSearchQuery.withAction(Permissions.Action action) Filter the series with the given action.SeriesSearchQuery.withContributor(String contributor) Selects series with the given contributor.SeriesSearchQuery.withCreatedFrom(Date createdFrom) The created date to start looking for series.SeriesSearchQuery.withCreatedTo(Date createdTo) The created date to stop looking for series.SeriesSearchQuery.withCreator(String creator) Selects series with the given creator.SeriesSearchQuery.withDescription(String description) Selects series with the given description.SeriesSearchQuery.withIdentifier(String id) Selects series with the given identifier.SeriesSearchQuery.withLanguage(String language) Selects series with the given language.SeriesSearchQuery.withLicense(String license) Selects series with the given license.SeriesSearchQuery.withManagedAcl(String managedAcl) Selects series with the given managed ACL name.SeriesSearchQuery.withOrganizer(String organizer) Selects series with the given organizers.SeriesSearchQuery.withoutActions()Filter the series without any action checked.SeriesSearchQuery.withPublisher(String publisher) Select series with the given publishersSeriesSearchQuery.withRightsHolder(String rightsHolder) SeriesSearchQuery.withSubject(String subject) Selects series with the given subject.SeriesSearchQuery.withTheme(long theme) Selects series with the given theme.Selects series with the given title.Methods in org.opencastproject.elasticsearch.index.objects.series with parameters of type SeriesSearchQueryConstructors in org.opencastproject.elasticsearch.index.objects.series with parameters of type SeriesSearchQueryModifierConstructorDescriptionCreates a new elastic search query based on the series query. -
Uses of SeriesSearchQuery in org.opencastproject.graphql.datafetcher.series
Methods in org.opencastproject.graphql.datafetcher.series that return SeriesSearchQueryModifier and TypeMethodDescriptionSeriesOffsetDataFetcher.addSeriesOrderByParams(SeriesSearchQuery seriesSearchQuery, graphql.schema.DataFetchingEnvironment environment) Methods in org.opencastproject.graphql.datafetcher.series with parameters of type SeriesSearchQueryModifier and TypeMethodDescriptionSeriesOffsetDataFetcher.addSeriesOrderByParams(SeriesSearchQuery seriesSearchQuery, graphql.schema.DataFetchingEnvironment environment) -
Uses of SeriesSearchQuery in org.opencastproject.index.service.resources.list.provider
Methods in org.opencastproject.index.service.resources.list.provider that return SeriesSearchQueryModifier and TypeMethodDescriptionprotected SeriesSearchQuerySeriesListProvider.toSearchQuery(ResourceListQuery query) Creates a series search query from resource list query.