Uses of Interface
org.opencastproject.index.service.api.IndexService
Packages that use IndexService
Package
Description
-
Uses of IndexService in org.opencastproject.adminui.endpoint
Methods in org.opencastproject.adminui.endpoint that return IndexServiceModifier and TypeMethodDescriptionabstract IndexServiceAbstractEventEndpoint.getIndexService()OsgiEventEndpoint.getIndexService()Methods in org.opencastproject.adminui.endpoint with parameters of type IndexServiceModifier and TypeMethodDescriptionvoidGroupsEndpoint.setIndexService(IndexService indexService) OSGi callback for the index service.voidOsgiEventEndpoint.setIndexService(IndexService indexService) OSGi DI.voidSeriesEndpoint.setIndexService(IndexService indexService) OSGi DI.voidStatisticsEndpoint.setIndexService(IndexService indexService) -
Uses of IndexService in org.opencastproject.adminui.util
Methods in org.opencastproject.adminui.util with parameters of type IndexServiceModifier and TypeMethodDescriptionBulkUpdateUtil.getEvent(IndexService indexSvc, ElasticsearchIndex index, String id) Wraps the IndexService.getEvent() method to convert SearchIndexExceptions into RuntimeExceptions. -
Uses of IndexService in org.opencastproject.editor
Methods in org.opencastproject.editor with parameters of type IndexService -
Uses of IndexService in org.opencastproject.email.template.impl
Methods in org.opencastproject.email.template.impl with parameters of type IndexServiceModifier and TypeMethodDescriptionvoidEmailTemplateServiceImpl.setIndexService(IndexService indexService) -
Uses of IndexService in org.opencastproject.external.endpoint
Methods in org.opencastproject.external.endpoint with parameters of type IndexServiceModifier and TypeMethodDescriptionvoidEventsEndpoint.setIndexService(IndexService indexService) OSGi DIvoidStatisticsEndpoint.setIndexService(IndexService indexService) voidWorkflowsEndpoint.setIndexService(IndexService indexService) OSGi DI -
Uses of IndexService in org.opencastproject.external.util
Methods in org.opencastproject.external.util with parameters of type IndexServiceModifier 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 IndexService in org.opencastproject.graphql
Constructors in org.opencastproject.graphql with parameters of type IndexServiceModifierConstructorDescriptionOpencastGraphQLProvider(IndexService indexService, SecurityService securityService) -
Uses of IndexService in org.opencastproject.index.service.impl
Classes in org.opencastproject.index.service.impl that implement IndexService -
Uses of IndexService in org.opencastproject.index.service.impl.util
Constructors in org.opencastproject.index.service.impl.util with parameters of type IndexServiceModifierConstructorDescriptionRetractionListener(IndexService indexService, SecurityService securityService, Map<Long, Retraction> retractions) -
Uses of IndexService in org.opencastproject.lti.service.impl
Methods in org.opencastproject.lti.service.impl with parameters of type IndexServiceModifier and TypeMethodDescriptionvoidLtiServiceImpl.setIndexService(IndexService indexService) OSGi DI -
Uses of IndexService in org.opencastproject.statistics.export.impl
Methods in org.opencastproject.statistics.export.impl with parameters of type IndexServiceModifier and TypeMethodDescriptionvoidStatisticsExportServiceImpl.setIndexService(IndexService indexService)