Uses of Class
org.opencastproject.elasticsearch.index.objects.theme.IndexTheme
Packages that use IndexTheme
Package
Description
-
Uses of IndexTheme in org.opencastproject.elasticsearch.index
Methods in org.opencastproject.elasticsearch.index that return types with arguments of type IndexThemeModifier and TypeMethodDescriptionElasticsearchIndex.addOrUpdateTheme(long id, Function<Optional<IndexTheme>, Optional<IndexTheme>> updateFunction, String orgId, User user) Adds or updates the theme in the search index.ElasticsearchIndex.getByQuery(ThemeSearchQuery query) Loads the theme from the search index if it exists.Method parameters in org.opencastproject.elasticsearch.index with type arguments of type IndexThemeModifier and TypeMethodDescriptionElasticsearchIndex.addOrUpdateTheme(long id, Function<Optional<IndexTheme>, Optional<IndexTheme>> updateFunction, String orgId, User user) Adds or updates the theme in the search index.ElasticsearchIndex.addOrUpdateTheme(long id, Function<Optional<IndexTheme>, Optional<IndexTheme>> updateFunction, String orgId, User user) Adds or updates the theme in the search index.voidElasticsearchIndex.bulkThemeUpdate(List<IndexTheme> themeList) Adds or updates the themes in the search index. -
Uses of IndexTheme in org.opencastproject.elasticsearch.index.objects.theme
Methods in org.opencastproject.elasticsearch.index.objects.theme that return IndexThemeModifier and TypeMethodDescriptionstatic IndexThemeIndexTheme.fromSearchMetadata(SearchMetadataCollection metadata) Creates a search result item based on the data returned from the search index.static IndexThemeIndexTheme.valueOf(InputStream xml) Reads the theme from the input stream.