Uses of Class
org.opencastproject.elasticsearch.index.ElasticsearchIndex
Packages that use ElasticsearchIndex
Package
Description
This package and all of its sub-packages contain the default implementation of the asset manager API
as defined in
org.opencastproject.assetmanager.api.Series REST Service implementation
-
Uses of ElasticsearchIndex in org.opencastproject.adminui.endpoint
Methods in org.opencastproject.adminui.endpoint that return ElasticsearchIndexModifier and TypeMethodDescriptionabstract ElasticsearchIndexAbstractEventEndpoint.getIndex()OsgiEventEndpoint.getIndex()Methods in org.opencastproject.adminui.endpoint with parameters of type ElasticsearchIndexModifier and TypeMethodDescriptionvoidOsgiEventEndpoint.setIndex(ElasticsearchIndex index) OSGi DI.voidSeriesEndpoint.setIndex(ElasticsearchIndex index) OSGi callback for the search index.voidThemesEndpoint.setIndex(ElasticsearchIndex index) OSGi DI.voidGroupsEndpoint.setSearchIndex(ElasticsearchIndex searchIndex) OSGi callback for the search index.voidStatisticsEndpoint.setSearchIndex(ElasticsearchIndex searchIndex) -
Uses of ElasticsearchIndex in org.opencastproject.adminui.util
Methods in org.opencastproject.adminui.util with parameters of type ElasticsearchIndexModifier and TypeMethodDescriptionBulkUpdateUtil.getEvent(IndexService indexSvc, ElasticsearchIndex index, String id) Wraps the IndexService.getEvent() method to convert SearchIndexExceptions into RuntimeExceptions. -
Uses of ElasticsearchIndex in org.opencastproject.assetmanager.impl
Methods in org.opencastproject.assetmanager.impl with parameters of type ElasticsearchIndex -
Uses of ElasticsearchIndex in org.opencastproject.authorization.xacml.manager.impl
Fields in org.opencastproject.authorization.xacml.manager.impl declared as ElasticsearchIndexModifier and TypeFieldDescriptionprotected ElasticsearchIndexAclServiceImpl.indexThe Elasticsearch indicesprotected ElasticsearchIndexOsgiAclServiceFactory.indexMethods in org.opencastproject.authorization.xacml.manager.impl with parameters of type ElasticsearchIndexConstructors in org.opencastproject.authorization.xacml.manager.impl with parameters of type ElasticsearchIndexModifierConstructorDescriptionAclServiceImpl(Organization organization, AclDb aclDb, ElasticsearchIndex index, SecurityService securityService) -
Uses of ElasticsearchIndex in org.opencastproject.editor
Methods in org.opencastproject.editor with parameters of type ElasticsearchIndexModifier and TypeMethodDescriptionvoidEditorServiceImpl.setElasticsearchIndex(ElasticsearchIndex elasticsearchIndex) -
Uses of ElasticsearchIndex in org.opencastproject.elasticsearch.index.endpoint
Methods in org.opencastproject.elasticsearch.index.endpoint with parameters of type ElasticsearchIndexModifier and TypeMethodDescriptionvoidIndexEndpoint.setElasticsearchIndex(ElasticsearchIndex elasticsearchIndex) -
Uses of ElasticsearchIndex in org.opencastproject.elasticsearch.index.objects.event
Methods in org.opencastproject.elasticsearch.index.objects.event with parameters of type ElasticsearchIndexModifier and TypeMethodDescriptionstatic voidEventIndexUtils.updateSeriesName(Event event, String organization, User user, ElasticsearchIndex searchIndex) A function to update the series title within an event.static voidEventIndexUtils.updateSeriesName(Event event, String organization, User user, ElasticsearchIndex searchIndex, int tries, long sleep) A function to update the series title within an event. -
Uses of ElasticsearchIndex in org.opencastproject.elasticsearch.index.rebuild
Methods in org.opencastproject.elasticsearch.index.rebuild with parameters of type ElasticsearchIndexModifier and TypeMethodDescriptionvoidIndexRebuildService.rebuildIndex(ElasticsearchIndex index) Clear and rebuild the index from all services. -
Uses of ElasticsearchIndex in org.opencastproject.event.comment.persistence
Methods in org.opencastproject.event.comment.persistence with parameters of type ElasticsearchIndexModifier and TypeMethodDescriptionvoidEventCommentDatabaseServiceImpl.setIndex(ElasticsearchIndex index) OSgi callback for the Elasticsearch index. -
Uses of ElasticsearchIndex in org.opencastproject.external.endpoint
Methods in org.opencastproject.external.endpoint with parameters of type ElasticsearchIndexModifier and TypeMethodDescriptionvoidStatisticsEndpoint.setElasticsearchIndex(ElasticsearchIndex elasticsearchIndex) voidWorkflowsEndpoint.setElasticsearchIndex(ElasticsearchIndex elasticsearchIndex) OSGi DI -
Uses of ElasticsearchIndex in org.opencastproject.external.util
Methods in org.opencastproject.external.util with parameters of type ElasticsearchIndexModifier and TypeMethodDescriptionstatic List<com.google.gson.JsonObject> SchedulingUtils.convertConflictingEvents(Optional<String> checkedEventId, List<MediaPackage> mediaPackages, IndexService indexService, ElasticsearchIndex elasticsearchIndex) Convert the given list ofMediaPackageelements to a JSON used to tell which events are causing conflicts. -
Uses of ElasticsearchIndex in org.opencastproject.index.service.api
Methods in org.opencastproject.index.service.api with parameters of type ElasticsearchIndexModifier and TypeMethodDescriptionIndexService.getEvent(String id, ElasticsearchIndex index) Get a single eventIndexService.updateAllEventMetadata(String id, String metadataJSON, ElasticsearchIndex index) Update the event metadata in all available catalogs.IndexService.updateAllSeriesMetadata(String id, String metadataJSON, ElasticsearchIndex index) Update the series metadata in all available catalogs.IndexService.updateAllSeriesMetadata(String id, MetadataList metadataList, ElasticsearchIndex index) Update the series metadata in all available catalogs by providing a completeMetadataListIndexService.updateEventAcl(String id, AccessControlList acl, ElasticsearchIndex index) Update the event'sAccessControlList.IndexService.updateEventMetadata(String id, MetadataList metadataList, ElasticsearchIndex index) Update an event's metadata using aMetadataList -
Uses of ElasticsearchIndex in org.opencastproject.index.service.impl
Methods in org.opencastproject.index.service.impl with parameters of type ElasticsearchIndexModifier and TypeMethodDescriptionIndexServiceImpl.getEvent(String id, ElasticsearchIndex index) voidIndexServiceImpl.setElasticsearchIndex(ElasticsearchIndex elasticsearchIndex) IndexServiceImpl.updateAllEventMetadata(String id, String metadataJSON, ElasticsearchIndex index) IndexServiceImpl.updateAllSeriesMetadata(String id, String metadataJSON, ElasticsearchIndex index) IndexServiceImpl.updateAllSeriesMetadata(String id, MetadataList metadataList, ElasticsearchIndex index) IndexServiceImpl.updateEventAcl(String id, AccessControlList acl, ElasticsearchIndex index) IndexServiceImpl.updateEventMetadata(String id, MetadataList metadataList, ElasticsearchIndex index) -
Uses of ElasticsearchIndex in org.opencastproject.index.service.resources.list.provider
Methods in org.opencastproject.index.service.resources.list.provider with parameters of type ElasticsearchIndexModifier and TypeMethodDescriptionvoidContributorsListProvider.setIndex(ElasticsearchIndex index) OSGi callback for the search index.voidEventsListProvider.setIndex(ElasticsearchIndex index) voidSeriesListProvider.setSearchIndex(ElasticsearchIndex searchIndex) OSGi callback for series services. -
Uses of ElasticsearchIndex in org.opencastproject.lti.service.impl
Methods in org.opencastproject.lti.service.impl with parameters of type ElasticsearchIndexModifier and TypeMethodDescriptionvoidLtiServiceImpl.setSearchIndex(ElasticsearchIndex searchIndex) OSGi DI -
Uses of ElasticsearchIndex in org.opencastproject.scheduler.impl
Methods in org.opencastproject.scheduler.impl with parameters of type ElasticsearchIndexModifier and TypeMethodDescriptionvoidSchedulerServiceImpl.setIndex(ElasticsearchIndex index) OSgi callback to set the Elasticsearch index. -
Uses of ElasticsearchIndex in org.opencastproject.search.impl
Methods in org.opencastproject.search.impl with parameters of type ElasticsearchIndex -
Uses of ElasticsearchIndex in org.opencastproject.series.impl
Methods in org.opencastproject.series.impl with parameters of type ElasticsearchIndexModifier and TypeMethodDescriptionvoidSeriesServiceImpl.setElasticsearchIndex(ElasticsearchIndex index) OSGi callbacks for setting the Elasticsearch index. -
Uses of ElasticsearchIndex in org.opencastproject.statistics.export.api
Methods in org.opencastproject.statistics.export.api with parameters of type ElasticsearchIndexModifier and TypeMethodDescriptionStatisticsExportService.getCSV(StatisticsProvider provider, String resourceId, Instant from, Instant to, DataResolution dataResolution, ElasticsearchIndex index, ZoneId zoneId) Get a CSV representation for the query result based on the given parameters.StatisticsExportService.getCSV(StatisticsProvider provider, String resourceId, Instant from, Instant to, DataResolution dataResolution, ElasticsearchIndex index, ZoneId zoneId, boolean fullMetadata, DetailLevel detailLevel, int limit, int offset, Map<String, String> filters) Get a CSV representation for the query result based on the given parameters. -
Uses of ElasticsearchIndex in org.opencastproject.statistics.export.impl
Methods in org.opencastproject.statistics.export.impl with parameters of type ElasticsearchIndexModifier and TypeMethodDescriptionStatisticsExportServiceImpl.getCSV(StatisticsProvider provider, String resourceId, Instant from, Instant to, DataResolution dataResolution, ElasticsearchIndex index, ZoneId zoneId) StatisticsExportServiceImpl.getCSV(StatisticsProvider provider, String resourceId, Instant from, Instant to, DataResolution dataResolution, ElasticsearchIndex index, ZoneId zoneId, boolean fullMetadata, DetailLevel detailLevel, int limit, int offset, Map<String, String> filters) -
Uses of ElasticsearchIndex in org.opencastproject.studio.endpoint
Methods in org.opencastproject.studio.endpoint with parameters of type ElasticsearchIndexModifier and TypeMethodDescriptionvoidStudioEndpoint.setElasticsearchIndex(ElasticsearchIndex elasticsearchIndex) -
Uses of ElasticsearchIndex in org.opencastproject.workflow.impl
Methods in org.opencastproject.workflow.impl with parameters of type ElasticsearchIndexModifier and TypeMethodDescriptionvoidWorkflowServiceImpl.setIndex(ElasticsearchIndex index) Callback to set the Admin UI index.