Uses of Interface
org.opencastproject.series.api.SeriesService
Packages that use SeriesService
Package
Description
Series REST Service endpoints
Series REST Service implementation
-
Uses of SeriesService in org.opencastproject.adminui.endpoint
Methods in org.opencastproject.adminui.endpoint with parameters of type SeriesServiceModifier and TypeMethodDescriptionvoidSeriesEndpoint.setSeriesService(SeriesService seriesService) OSGi callback for the series service.voidThemesEndpoint.setSeriesService(SeriesService seriesService) OSGi DI. -
Uses of SeriesService in org.opencastproject.adopter.registration
Methods in org.opencastproject.adopter.registration with parameters of type SeriesServiceModifier and TypeMethodDescriptionvoidAdopterRegistrationServiceImpl.setSeriesService(SeriesService seriesService) OSGi setter for the series service. -
Uses of SeriesService in org.opencastproject.index.service.catalog.adapter.series
Methods in org.opencastproject.index.service.catalog.adapter.series that return SeriesServiceModifier and TypeMethodDescriptionprotected SeriesServiceConfigurableSeriesDCCatalogUIAdapter.getSeriesService()Return theSeriesServiceto get access to the metadata catalogs of a seriesMethods in org.opencastproject.index.service.catalog.adapter.series with parameters of type SeriesServiceModifier and TypeMethodDescriptionvoidConfigurableSeriesDCCatalogUIAdapter.setSeriesService(SeriesService seriesService) OSGi callback to bind instance ofSeriesService -
Uses of SeriesService in org.opencastproject.index.service.impl
Methods in org.opencastproject.index.service.impl with parameters of type SeriesServiceModifier and TypeMethodDescriptionvoidIndexServiceImpl.setSeriesService(SeriesService seriesService) OSGi DI. -
Uses of SeriesService in org.opencastproject.ingest.impl
Methods in org.opencastproject.ingest.impl with parameters of type SeriesServiceModifier and TypeMethodDescriptionvoidIngestServiceImpl.setSeriesService(SeriesService seriesService) -
Uses of SeriesService in org.opencastproject.ingest.scanner
Methods in org.opencastproject.ingest.scanner with parameters of type SeriesServiceModifier and TypeMethodDescriptionvoidInboxScannerService.setSeriesService(SeriesService seriesService) Constructors in org.opencastproject.ingest.scanner with parameters of type SeriesServiceModifierConstructorDescriptionIngestor(IngestService ingestService, SecurityContext secCtx, String workflowDefinition, Map<String, String> workflowConfig, String mediaFlavor, File inbox, int maxThreads, SeriesService seriesService, int maxTries, int secondsBetweenTries, Optional<Pattern> metadataPattern, DateTimeFormatter dateFormatter, SchedulerService schedulerService, String ffprobe, boolean matchSchedule, float matchThreshold, Workspace workspace) Create new ingestor. -
Uses of SeriesService in org.opencastproject.liveschedule.impl
Methods in org.opencastproject.liveschedule.impl with parameters of type SeriesServiceModifier and TypeMethodDescriptionvoidLiveScheduleServiceImpl.setSeriesService(SeriesService service) -
Uses of SeriesService in org.opencastproject.lti.service.impl
Methods in org.opencastproject.lti.service.impl with parameters of type SeriesServiceModifier and TypeMethodDescriptionvoidLtiServiceImpl.setSeriesService(SeriesService seriesService) OSGI DI -
Uses of SeriesService in org.opencastproject.scheduler.impl
Fields in org.opencastproject.scheduler.impl declared as SeriesServiceModifier and TypeFieldDescriptionprotected SeriesServiceCalendarGenerator.seriesServiceSeries service for Series DC retrievalMethods in org.opencastproject.scheduler.impl with parameters of type SeriesServiceModifier and TypeMethodDescriptionvoidSchedulerServiceImpl.setSeriesService(SeriesService seriesService) OSGi callback for setting Series Service.Constructors in org.opencastproject.scheduler.impl with parameters of type SeriesServiceModifierConstructorDescriptionCalendarGenerator(SeriesService seriesService) Default constructor that creates a CalendarGenerator object -
Uses of SeriesService in org.opencastproject.search.impl
Methods in org.opencastproject.search.impl with parameters of type SeriesServiceModifier and TypeMethodDescriptionvoidSearchServiceIndex.setSeriesService(SeriesService seriesService) -
Uses of SeriesService in org.opencastproject.series.endpoint
Methods in org.opencastproject.series.endpoint with parameters of type SeriesServiceModifier and TypeMethodDescriptionvoidSeriesRestService.setService(SeriesService seriesService) OSGi callback for setting series service. -
Uses of SeriesService in org.opencastproject.series.impl
Classes in org.opencastproject.series.impl that implement SeriesService -
Uses of SeriesService in org.opencastproject.series.remote
Classes in org.opencastproject.series.remote that implement SeriesServiceModifier and TypeClassDescriptionclassA proxy to a remote series service. -
Uses of SeriesService in org.opencastproject.tobira.impl
Methods in org.opencastproject.tobira.impl with parameters of type SeriesService -
Uses of SeriesService in org.opencastproject.workflow.handler.themes
Methods in org.opencastproject.workflow.handler.themes with parameters of type SeriesServiceModifier and TypeMethodDescriptionvoidThemeWorkflowOperationHandler.setSeriesService(SeriesService seriesService) OSGi callback for the series service. -
Uses of SeriesService in org.opencastproject.workflow.handler.workflow
Methods in org.opencastproject.workflow.handler.workflow with parameters of type SeriesServiceModifier and TypeMethodDescriptionvoidDuplicateEventWorkflowOperationHandler.setSeriesService(SeriesService seriesService) OSGi settervoidSeriesWorkflowOperationHandler.setSeriesService(SeriesService seriesService) Callback for the OSGi declarative services configuration. -
Uses of SeriesService in org.opencastproject.workflow.impl
Fields in org.opencastproject.workflow.impl declared as SeriesServiceModifier and TypeFieldDescriptionprotected SeriesServiceWorkflowServiceImpl.seriesServiceThe series serviceMethods in org.opencastproject.workflow.impl with parameters of type SeriesServiceModifier and TypeMethodDescriptionvoidWorkflowServiceImpl.setSeriesService(SeriesService seriesService) Sets the series service