Uses of Interface
org.opencastproject.distribution.api.DownloadDistributionService
Packages that use DownloadDistributionService
Package
Description
Distribution service implementation classes
-
Uses of DownloadDistributionService in org.opencastproject.distribution.aws.s3
Classes in org.opencastproject.distribution.aws.s3 that implement DownloadDistributionService -
Uses of DownloadDistributionService in org.opencastproject.distribution.aws.s3.api
Subinterfaces of DownloadDistributionService in org.opencastproject.distribution.aws.s3.api -
Uses of DownloadDistributionService in org.opencastproject.distribution.aws.s3.remote
Classes in org.opencastproject.distribution.aws.s3.remote that implement DownloadDistributionServiceModifier and TypeClassDescriptionclassThis is a copy of DownloadDistributionServiceRemoteImpl. -
Uses of DownloadDistributionService in org.opencastproject.distribution.download
Classes in org.opencastproject.distribution.download that implement DownloadDistributionServiceModifier and TypeClassDescriptionclassDistributes media to the local media delivery directory. -
Uses of DownloadDistributionService in org.opencastproject.distribution.download.endpoint
Fields in org.opencastproject.distribution.download.endpoint declared as DownloadDistributionServiceModifier and TypeFieldDescriptionprotected DownloadDistributionServiceDownloadDistributionRestService.serviceThe download distribution serviceMethods in org.opencastproject.distribution.download.endpoint with parameters of type DownloadDistributionServiceModifier and TypeMethodDescriptionvoidDownloadDistributionRestService.setService(DownloadDistributionService service) -
Uses of DownloadDistributionService in org.opencastproject.distribution.download.remote
Classes in org.opencastproject.distribution.download.remote that implement DownloadDistributionServiceModifier and TypeClassDescriptionclassA remote distribution service invoker. -
Uses of DownloadDistributionService in org.opencastproject.liveschedule.impl
Methods in org.opencastproject.liveschedule.impl with parameters of type DownloadDistributionServiceModifier and TypeMethodDescriptionvoidLiveScheduleServiceImpl.setDownloadDistributionService(DownloadDistributionService service) -
Uses of DownloadDistributionService in org.opencastproject.publication.configurable
Methods in org.opencastproject.publication.configurable with parameters of type DownloadDistributionServiceModifier and TypeMethodDescriptionvoidConfigurablePublicationServiceImpl.setDownloadDistributionService(DownloadDistributionService downloadDistributionService) -
Uses of DownloadDistributionService in org.opencastproject.publication.oaipmh
Methods in org.opencastproject.publication.oaipmh with parameters of type DownloadDistributionServiceModifier and TypeMethodDescriptionvoidOaiPmhPublicationServiceImpl.setDownloadDistributionService(DownloadDistributionService downloadDistributionService) OSGI DI -
Uses of DownloadDistributionService in org.opencastproject.workflow.handler.distribution
Fields in org.opencastproject.workflow.handler.distribution declared as DownloadDistributionServiceModifier and TypeFieldDescriptionprotected DownloadDistributionServiceRetractEngageWorkflowOperationHandler.downloadDistributionServiceThe download distribution serviceMethods in org.opencastproject.workflow.handler.distribution that return DownloadDistributionServiceModifier and TypeMethodDescriptionprotected DownloadDistributionServiceConfigurablePublishWorkflowOperationHandler.getDownloadDistributionService()protected DownloadDistributionServiceConfigurableRetractWorkflowOperationHandler.getDownloadDistributionService()Methods in org.opencastproject.workflow.handler.distribution with parameters of type DownloadDistributionServiceModifier and TypeMethodDescriptionvoidPartialRetractEngageAWSS3WorkflowOperationHandler.setDownloadDistributionService(DownloadDistributionService downloadDistributionService) Callback for the OSGi declarative services configuration.voidPartialRetractEngageWorkflowOperationHandler.setDownloadDistributionService(DownloadDistributionService downloadDistributionService) protected voidPublishEngageAWSS3WorkflowOperationHandler.setDownloadDistributionService(DownloadDistributionService downloadDistributionService) Callback for the OSGi declarative services configuration.protected voidPublishEngageWorkflowOperationHandler.setDownloadDistributionService(DownloadDistributionService downloadDistributionService) Callback for the OSGi declarative services configuration.protected voidRetractEngageAWSS3WorkflowOperationHandler.setDownloadDistributionService(DownloadDistributionService downloadDistributionService) Callback for the OSGi declarative services configuration.protected voidRetractEngageWorkflowOperationHandler.setDownloadDistributionService(DownloadDistributionService downloadDistributionService) Callback for the OSGi declarative services configuration.