Uses of Interface
org.opencastproject.scheduler.api.SchedulerService
Packages that use SchedulerService
Package
Description
Capture-admin REST and WSDL Service endpoints
-
Uses of SchedulerService in org.opencastproject.adminui.endpoint
Methods in org.opencastproject.adminui.endpoint that return SchedulerServiceModifier and TypeMethodDescriptionabstract SchedulerServiceAbstractEventEndpoint.getSchedulerService()OsgiEventEndpoint.getSchedulerService()Methods in org.opencastproject.adminui.endpoint with parameters of type SchedulerServiceModifier and TypeMethodDescriptionvoidOsgiEventEndpoint.setSchedulerService(SchedulerService schedulerService) OSGi DI. -
Uses of SchedulerService in org.opencastproject.capture.admin.endpoint
Methods in org.opencastproject.capture.admin.endpoint with parameters of type SchedulerServiceModifier and TypeMethodDescriptionvoidCaptureAgentStateRestService.setSchedulerService(SchedulerService schedulerService) -
Uses of SchedulerService in org.opencastproject.external.endpoint
Methods in org.opencastproject.external.endpoint that return SchedulerServiceMethods in org.opencastproject.external.endpoint with parameters of type SchedulerServiceModifier and TypeMethodDescriptionvoidEventsEndpoint.setSchedulerService(SchedulerService schedulerService) -
Uses of SchedulerService in org.opencastproject.external.util
Methods in org.opencastproject.external.util with parameters of type SchedulerServiceModifier and TypeMethodDescriptionstatic List<MediaPackage> SchedulingUtils.getConflictingEvents(SchedulingUtils.SchedulingInfo schedulingInfo, CaptureAgentStateService agentStateService, SchedulerService schedulerService) Get the conflicting events for the given SchedulingInfo.SchedulingUtils.SchedulingInfo.of(String eventId, SchedulerService schedulerService) Get the SchedulingInfo for the given event id. -
Uses of SchedulerService in org.opencastproject.index.service.impl
Methods in org.opencastproject.index.service.impl with parameters of type SchedulerServiceModifier and TypeMethodDescriptionvoidIndexServiceImpl.setSchedulerService(SchedulerService schedulerService) OSGi DI. -
Uses of SchedulerService in org.opencastproject.ingest.impl
Methods in org.opencastproject.ingest.impl with parameters of type SchedulerServiceModifier and TypeMethodDescriptionvoidIngestServiceImpl.setSchedulerService(SchedulerService schedulerService) Callback for setting the scheduler service.voidIngestServiceImpl.unsetSchedulerService(SchedulerService schedulerService) -
Uses of SchedulerService in org.opencastproject.ingest.scanner
Methods in org.opencastproject.ingest.scanner with parameters of type SchedulerServiceModifier and TypeMethodDescriptionvoidInboxScannerService.setSchedulerService(SchedulerService schedulerService) Constructors in org.opencastproject.ingest.scanner with parameters of type SchedulerServiceModifierConstructorDescriptionIngestor(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 SchedulerService in org.opencastproject.liveschedule.message
Fields in org.opencastproject.liveschedule.message declared as SchedulerServiceModifier and TypeFieldDescriptionprotected SchedulerServiceSchedulerEventUpdateHandler.schedulerServiceMethods in org.opencastproject.liveschedule.message with parameters of type SchedulerServiceModifier and TypeMethodDescriptionvoidSchedulerEventUpdateHandler.setSchedulerService(SchedulerService service) voidSchedulerEventUpdateHandler.unsetSchedulerService(SchedulerService service) -
Uses of SchedulerService in org.opencastproject.scheduler.endpoint
Methods in org.opencastproject.scheduler.endpoint with parameters of type SchedulerServiceModifier and TypeMethodDescriptionvoidSchedulerRestService.setService(SchedulerService service) Method to set the service this REST endpoint usesvoidSchedulerRestService.unsetService(SchedulerService service) Method to unset the service this REST endpoint uses -
Uses of SchedulerService in org.opencastproject.scheduler.impl
Classes in org.opencastproject.scheduler.impl that implement SchedulerServiceMethods in org.opencastproject.scheduler.impl with parameters of type SchedulerServiceModifier and TypeMethodDescriptionvoidCaptureNowProlongingService.setSchedulerService(SchedulerService schedulerService) Sets the scheduler servicevoidOldScheduledScanner.setService(SchedulerService service) Method to set the service this REST endpoint usesvoidOldScheduledScanner.unsetService(SchedulerService service) Method to unset the service this REST endpoint uses -
Uses of SchedulerService in org.opencastproject.scheduler.remote
Classes in org.opencastproject.scheduler.remote that implement SchedulerServiceModifier and TypeClassDescriptionclassA proxy to a remote series service.