Uses of Class
org.opencastproject.elasticsearch.index.objects.theme.ThemeSearchQuery
Packages that use ThemeSearchQuery
Package
Description
-
Uses of ThemeSearchQuery in org.opencastproject.elasticsearch.index
Methods in org.opencastproject.elasticsearch.index with parameters of type ThemeSearchQuery -
Uses of ThemeSearchQuery in org.opencastproject.elasticsearch.index.objects.theme
Methods in org.opencastproject.elasticsearch.index.objects.theme that return ThemeSearchQueryModifier and TypeMethodDescriptionThemeSearchQuery.sortByCreatedDateTime(SortCriterion.Order order) Defines the sort order for the theme created date & time.ThemeSearchQuery.sortByCreator(SortCriterion.Order order) Defines the sort order for the theme by creator username.ThemeSearchQuery.sortByDefault(SortCriterion.Order order) Defines the sort order for the theme default propertyThemeSearchQuery.sortByDescription(SortCriterion.Order order) Defines the sort order for the theme by description.ThemeSearchQuery.sortByName(SortCriterion.Order order) Defines the sort order for the theme by names.ThemeSearchQuery.withBumperActive(Boolean bumperActive) Selects themes with where the bumper is active.ThemeSearchQuery.withBumperFile(String bumperFile) Selects themes with the given bumper file id.ThemeSearchQuery.withCreatedFrom(Date createdFrom) The created date to start looking for themes.ThemeSearchQuery.withCreatedTo(Date createdTo) The created date to stop looking for series.ThemeSearchQuery.withCreator(String creator) Selects themes with the given creator.ThemeSearchQuery.withDescription(String description) Selects themes with the given description.ThemeSearchQuery.withIdentifier(long id) Selects themes with the given identifier.ThemeSearchQuery.withIsDefault(Boolean isDefault) Selects themes that are default.ThemeSearchQuery.withLicense(String watermarkPosition) Selects themes with the given watermark position.ThemeSearchQuery.withLicenseSlideActive(Boolean licenseSlideActive) Selects themes where the license slide is active.ThemeSearchQuery.withLicenseSlideBackground(String licenseSlideBackground) Selects themes with the given license slide background.ThemeSearchQuery.withLicenseSlideDescription(String licenseSlideDescription) Selects themes with the given license slide description.Selects themes with the given name.ThemeSearchQuery.withTitleSlideActive(Boolean titleSlideActive) Selects themes where the title slide is active.ThemeSearchQuery.withTitleSlideBackground(String titleSlideBackground) Selects themes with the given title slide background id.ThemeSearchQuery.withTitleSlideMetadata(String titleSlideMetadata) Selects themes with matching title slide metadataThemeSearchQuery.withTrailerActive(Boolean trailerActive) Selects themes that have the trailer activeThemeSearchQuery.withTrailerFile(String trailerFile) Selects themes with the given trailer fileThemeSearchQuery.withWatermarkActive(Boolean watermarkActive) Selects themes where a watermark is activeThemeSearchQuery.withWatermarkFile(String watermarkFile) Selects themes with the given watermark fileMethods in org.opencastproject.elasticsearch.index.objects.theme with parameters of type ThemeSearchQueryConstructors in org.opencastproject.elasticsearch.index.objects.theme with parameters of type ThemeSearchQueryModifierConstructorDescriptionCreates a new search query based on the theme query.