Uses of Class
org.opencastproject.elasticsearch.api.SearchIndexException
Packages that use SearchIndexException
Package
Description
-
Uses of SearchIndexException in org.opencastproject.adminui.endpoint
Methods in org.opencastproject.adminui.endpoint that throw SearchIndexExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseAbstractEventEndpoint.applyAclToEvent(String eventId, String acl) javax.ws.rs.core.ResponseSeriesEndpoint.applyAclToSeries(String seriesId, String acl, boolean override) javax.ws.rs.core.ResponseAbstractEventEndpoint.deleteEvent(String id) javax.ws.rs.core.ResponseAbstractEventEndpoint.deleteEvents(String eventIdsContent) javax.ws.rs.core.ResponseAbstractEventEndpoint.deleteWorkflow(String id, long wfId) javax.ws.rs.core.ResponseAbstractEventEndpoint.getAttachment(String eventId, String id) javax.ws.rs.core.ResponseAbstractEventEndpoint.getCatalog(String eventId, String id) javax.ws.rs.core.ResponseAbstractEventEndpoint.getEventError(String eventId, String workflowId, String errorId, javax.servlet.http.HttpServletRequest req) javax.ws.rs.core.ResponseAbstractEventEndpoint.getEventErrors(String eventId, String workflowId, javax.servlet.http.HttpServletRequest req) javax.ws.rs.core.ResponseAbstractEventEndpoint.getEventOperation(String eventId, String workflowId, Integer operationPosition) javax.ws.rs.core.ResponseAbstractEventEndpoint.getEventOperations(String eventId, String workflowId) javax.ws.rs.core.ResponseAbstractEventEndpoint.getEventScheduling(String eventId) javax.ws.rs.core.ResponseAbstractEventEndpoint.getEventWorkflow(String eventId, String workflowId) javax.ws.rs.core.ResponseAbstractEventEndpoint.getEventWorkflows(String id) javax.ws.rs.core.Responsejavax.ws.rs.core.ResponseAbstractEventEndpoint.getPublication(String eventId, String id) javax.ws.rs.core.ResponseSeriesEndpoint.getSeriesMetadata(String series) javax.ws.rs.core.ResponseAbstractEventEndpoint.updateEventScheduling(String eventId, String scheduling) javax.ws.rs.core.ResponseAbstractEventEndpoint.updateEventWorkflow(String id, String configuration) javax.ws.rs.core.ResponseSeriesEndpoint.updateSeriesMetadata(String seriesID, String metadataJSON) -
Uses of SearchIndexException in org.opencastproject.elasticsearch.impl
Methods in org.opencastproject.elasticsearch.impl that throw SearchIndexExceptionModifier and TypeMethodDescriptionprotected voidAbstractElasticsearchIndex.init(int version) Initializes an Elasticsearch node for the given index. -
Uses of SearchIndexException in org.opencastproject.elasticsearch.index
Methods in org.opencastproject.elasticsearch.index that throw SearchIndexExceptionModifier and TypeMethodDescriptionElasticsearchIndex.addOrUpdateEvent(String id, Function<Optional<Event>, Optional<Event>> updateFunction, String orgId, User user) Adds or updates the event 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.ElasticsearchIndex.addOrUpdateTheme(long id, Function<Optional<IndexTheme>, Optional<IndexTheme>> updateFunction, String orgId, User user) Adds or updates the theme in the search index.voidElasticsearchIndex.bulkEventUpdate(List<Event> eventList) Adds the recording events to the search index or updates it accordingly if it is there.voidElasticsearchIndex.bulkSeriesUpdate(List<Series> seriesList) Add or update a range of series in the search index.voidElasticsearchIndex.bulkThemeUpdate(List<IndexTheme> themeList) Adds or updates the themes in the search index.booleanElasticsearchIndex.deleteEvent(String eventId, String orgId) Delete event from index.booleanElasticsearchIndex.deleteSeries(String seriesId, String orgId) Delete series from index.booleanElasticsearchIndex.deleteTheme(String themeId, String orgId) Delete theme from index.ElasticsearchIndex.getByQuery(EventSearchQuery query) ElasticsearchIndex.getByQuery(SeriesSearchQuery query) ElasticsearchIndex.getByQuery(ThemeSearchQuery query) Loads the event from the search index if it exists.Loads the series from the search index if it exists.Loads the theme from the search index if it exists. -
Uses of SearchIndexException in org.opencastproject.elasticsearch.index.objects.event
Methods in org.opencastproject.elasticsearch.index.objects.event that throw SearchIndexExceptionModifier 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 SearchIndexException in org.opencastproject.external.endpoint
Methods in org.opencastproject.external.endpoint that throw SearchIndexExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseEventsEndpoint.deleteEvent(String acceptHeader, String id) javax.ws.rs.core.ResponseEventsEndpoint.deleteEventMetadataByType(String acceptHeader, String id, String type) javax.ws.rs.core.ResponseStatisticsEndpoint.getExportCSV(String acceptHeader, String data, Integer limit, Integer offset, String filter) javax.ws.rs.core.ResponseSeriesEndpoint.updateSeriesMetadata(String acceptHeader, String seriesID, String metadataJSON) -
Uses of SearchIndexException in org.opencastproject.external.util
Methods in org.opencastproject.external.util that throw SearchIndexExceptionModifier and TypeMethodDescriptionstatic List<com.entwinemedia.fn.data.json.JValue> 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 SearchIndexException in org.opencastproject.index.service.api
Methods in org.opencastproject.index.service.api that throw SearchIndexExceptionModifier and TypeMethodDescriptioncom.entwinemedia.fn.data.Opt<Event> IndexService.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.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 SearchIndexException in org.opencastproject.index.service.impl
Methods in org.opencastproject.index.service.impl that throw SearchIndexExceptionModifier and TypeMethodDescriptioncom.entwinemedia.fn.data.Opt<Event> IndexServiceImpl.getEvent(String id, ElasticsearchIndex index) IndexServiceImpl.updateAllEventMetadata(String id, String metadataJSON, ElasticsearchIndex index) IndexServiceImpl.updateEventAcl(String id, AccessControlList acl, ElasticsearchIndex index) IndexServiceImpl.updateEventMetadata(String id, MetadataList metadataList, ElasticsearchIndex index) -
Uses of SearchIndexException in org.opencastproject.statistics.export.api
Methods in org.opencastproject.statistics.export.api that throw SearchIndexExceptionModifier 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 SearchIndexException in org.opencastproject.statistics.export.impl
Methods in org.opencastproject.statistics.export.impl that throw SearchIndexExceptionModifier 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)