Uses of Interface
org.opencastproject.distribution.api.DistributionService
Packages that use DistributionService
Package
Description
The Distribution service API provides the contract for distributing media, metadata, and attachments to various
distribution channels (iTunes, youTube, streaming servers, learning management systems, etc).
Distribution service implementation classes
-
Uses of DistributionService in org.opencastproject.distribution.api
Subinterfaces of DistributionService in org.opencastproject.distribution.apiModifier and TypeInterfaceDescriptioninterfaceDistributes elements from MediaPackages to distribution channels.interfaceDistributes elements from MediaPackages to distribution channels. -
Uses of DistributionService in org.opencastproject.distribution.aws.s3
Classes in org.opencastproject.distribution.aws.s3 that implement DistributionService -
Uses of DistributionService in org.opencastproject.distribution.aws.s3.api
Subinterfaces of DistributionService in org.opencastproject.distribution.aws.s3.api -
Uses of DistributionService in org.opencastproject.distribution.aws.s3.remote
Classes in org.opencastproject.distribution.aws.s3.remote that implement DistributionServiceModifier and TypeClassDescriptionclassThis is a copy of DownloadDistributionServiceRemoteImpl. -
Uses of DistributionService in org.opencastproject.distribution.download
Classes in org.opencastproject.distribution.download that implement DistributionServiceModifier and TypeClassDescriptionclassDistributes media to the local media delivery directory. -
Uses of DistributionService in org.opencastproject.distribution.download.remote
Classes in org.opencastproject.distribution.download.remote that implement DistributionServiceModifier and TypeClassDescriptionclassA remote distribution service invoker. -
Uses of DistributionService in org.opencastproject.distribution.streaming.remote
Classes in org.opencastproject.distribution.streaming.remote that implement DistributionServiceModifier and TypeClassDescriptionclassA remote distribution service invoker. -
Uses of DistributionService in org.opencastproject.distribution.streaming.wowza
Classes in org.opencastproject.distribution.streaming.wowza that implement DistributionServiceModifier and TypeClassDescriptionclassDistributes media to the local media delivery directory. -
Uses of DistributionService in org.opencastproject.event.handler
Fields in org.opencastproject.event.handler declared as DistributionServiceModifier and TypeFieldDescriptionprotected DistributionServiceSearchUpdatedEventHandler.distributionServiceThe distribution serviceMethods in org.opencastproject.event.handler with parameters of type DistributionServiceModifier and TypeMethodDescriptionvoidSearchUpdatedEventHandler.setDistributionService(DistributionService distributionService) -
Uses of DistributionService in org.opencastproject.workflow.handler.workflow
Fields in org.opencastproject.workflow.handler.workflow declared as DistributionServiceModifier and TypeFieldDescriptionprotected DistributionServiceDuplicateEventWorkflowOperationHandler.distributionServiceThe distribution serviceMethods in org.opencastproject.workflow.handler.workflow with parameters of type DistributionServiceModifier and TypeMethodDescriptionvoidDuplicateEventWorkflowOperationHandler.setDistributionService(DistributionService distributionService) Callback for the OSGi declarative services configuration.