Uses of Interface
org.opencastproject.ingest.api.IngestService
Packages that use IngestService
Package
Description
-
Uses of IngestService in org.opencastproject.external.endpoint
Methods in org.opencastproject.external.endpoint with parameters of type IngestServiceModifier and TypeMethodDescriptionvoidEventsEndpoint.setIngestService(IngestService ingestService) OSGi DI -
Uses of IngestService in org.opencastproject.index.service.impl
Methods in org.opencastproject.index.service.impl with parameters of type IngestServiceModifier and TypeMethodDescriptionvoidIndexServiceImpl.setIngestService(IngestService ingestService) OSGi DI. -
Uses of IngestService in org.opencastproject.index.service.impl.util
Methods in org.opencastproject.index.service.impl.util with parameters of type IngestServiceModifier and TypeMethodDescriptionstatic EventHttpServletRequestEventHttpServletRequest.createFromHttpServletRequest(javax.servlet.http.HttpServletRequest request, IngestService ingestService, List<EventCatalogUIAdapter> eventCatalogUIAdapters, String startDatePattern, String startTimePattern) -
Uses of IngestService in org.opencastproject.ingest.impl
Classes in org.opencastproject.ingest.impl that implement IngestServiceModifier and TypeClassDescriptionclassCreates and augments Opencast MediaPackages. -
Uses of IngestService in org.opencastproject.ingest.scanner
Methods in org.opencastproject.ingest.scanner with parameters of type IngestServiceModifier and TypeMethodDescriptionvoidInboxScannerService.setIngestService(IngestService ingestService) OSGi callback to set the ingest service.Constructors in org.opencastproject.ingest.scanner with parameters of type IngestServiceModifierConstructorDescriptionIngestor(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 IngestService in org.opencastproject.lti.service.impl
Methods in org.opencastproject.lti.service.impl with parameters of type IngestServiceModifier and TypeMethodDescriptionvoidLtiServiceImpl.setIngestService(IngestService ingestService) OSGi DI