Uses of Class
org.opencastproject.elasticsearch.index.objects.series.Series
Packages that use Series
Package
Description
-
Uses of Series in org.opencastproject.elasticsearch.index
Methods in org.opencastproject.elasticsearch.index that return types with arguments of type SeriesModifier and TypeMethodDescriptionElasticsearchIndex.addOrUpdateSeries(String id, Function<Optional<Series>, Optional<Series>> updateFunction, String orgId, User user) Adds or updates the series in the search index.ElasticsearchIndex.getByQuery(SeriesSearchQuery query) Loads the series from the search index if it exists.Method parameters in org.opencastproject.elasticsearch.index with type arguments of type SeriesModifier and TypeMethodDescriptionElasticsearchIndex.addOrUpdateSeries(String id, Function<Optional<Series>, Optional<Series>> updateFunction, String orgId, User user) Adds or updates the series in the search index.ElasticsearchIndex.addOrUpdateSeries(String id, Function<Optional<Series>, Optional<Series>> updateFunction, String orgId, User user) Adds or updates the series in the search index.voidElasticsearchIndex.bulkSeriesUpdate(List<Series> seriesList) Add or update a range of series in the search index. -
Uses of Series in org.opencastproject.elasticsearch.index.objects.series
Methods in org.opencastproject.elasticsearch.index.objects.series that return SeriesModifier and TypeMethodDescriptionstatic SeriesSeriesIndexUtils.toSeries(SearchMetadataCollection metadata, javax.xml.bind.Unmarshaller unmarshaller) Creates a search result item based on the data returned from the search index.static SeriesSeries.valueOf(InputStream xml, javax.xml.bind.Unmarshaller unmarshaller) Reads the series from the input stream.static SeriesSeries.valueOfJson(InputStream json) Reads the series from the input stream.Methods in org.opencastproject.elasticsearch.index.objects.series with parameters of type SeriesModifier and TypeMethodDescriptionstatic SearchMetadataCollectionSeriesIndexUtils.toSearchMetadata(Series series) Creates search metadata from a series such that the event can be stored in the search index. -
Uses of Series in org.opencastproject.graphql.acl
Methods in org.opencastproject.graphql.acl with parameters of type SeriesModifier and TypeMethodDescriptionprotected static AccessControlListAclSeriesExtension.getAclFromSeries(Series series) -
Uses of Series in org.opencastproject.graphql.series
Methods in org.opencastproject.graphql.series that return SeriesConstructors in org.opencastproject.graphql.series with parameters of type SeriesConstructor parameters in org.opencastproject.graphql.series with type arguments of type Series -
Uses of Series in org.opencastproject.index.service.api
Methods in org.opencastproject.index.service.api with parameters of type SeriesModifier and TypeMethodDescriptionvoidIndexService.removeCatalogByFlavor(Series series, MediaPackageElementFlavor flavor) Remove a catalog from the series that matches the given flavor. -
Uses of Series in org.opencastproject.index.service.impl
Methods in org.opencastproject.index.service.impl with parameters of type SeriesModifier and TypeMethodDescriptionvoidIndexServiceImpl.removeCatalogByFlavor(Series series, MediaPackageElementFlavor flavor) -
Uses of Series in org.opencastproject.studio.endpoint.dto
Methods in org.opencastproject.studio.endpoint.dto with parameters of type Series