Uses of Class
org.opencastproject.distribution.api.DistributionException
Packages that use DistributionException
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 DistributionException in org.opencastproject.distribution.api
Methods in org.opencastproject.distribution.api that throw DistributionExceptionModifier and TypeMethodDescriptionDistributionService.distribute(String channelId, MediaPackage mediapackage, String elementId) Distribute a media package element.DownloadDistributionService.distribute(String channelId, MediaPackage mediapackage, String elementId, boolean checkAvailability) DownloadDistributionService.distribute(String channelId, MediaPackage mediapackage, Set<String> elementIds, boolean checkAvailability) DownloadDistributionService.distribute(String pubChannelId, MediaPackage mediaPackage, Set<String> downloadIds, boolean checkAvailability, boolean preserveReference) StreamingDistributionService.distribute(String channelId, MediaPackage mediapackage, Set<String> elementIds) DistributionService.distributeSync(String channelId, MediaPackage mediapackage, String elementId) Distributes a media package element synchronously, bypassing the Opencast job system.DownloadDistributionService.distributeSync(String channelId, MediaPackage mediapackage, Set<String> elementIds, boolean checkAvailability) Distributes the given elements synchronously.StreamingDistributionService.distributeSync(String channelId, MediaPackage mediapackage, Set<String> elementIds) Distributes the given elements synchronously.DistributionService.retract(String channelId, MediaPackage mediaPackage, String elementId) Retract a media package element from the distribution channel.DownloadDistributionService.retract(String channelId, MediaPackage mediaPackage, Set<String> elementIds) StreamingDistributionService.retract(String channelId, MediaPackage mediaPackage, Set<String> elementIds) DistributionService.retractSync(String channelId, MediaPackage mediaPackage, String elementId) Retract a media package element from the distribution channel synchronously, bypassing the Opencast job system.DownloadDistributionService.retractSync(String channelId, MediaPackage mediaPackage, Set<String> elementIds) Retracts the given elements synchronously.StreamingDistributionService.retractSync(String channelId, MediaPackage mediaPackage, Set<String> elementIds) Retracts the given elements synchronously. -
Uses of DistributionException in org.opencastproject.distribution.aws.s3
Methods in org.opencastproject.distribution.aws.s3 that throw DistributionExceptionModifier and TypeMethodDescriptionAwsS3DistributionServiceImpl.distribute(String channelId, MediaPackage mediapackage, String elementId) Distribute a media package element.AwsS3DistributionServiceImpl.distribute(String channelId, MediaPackage mediaPackage, String elementId, boolean checkAvailability) AwsS3DistributionServiceImpl.distribute(String channelId, MediaPackage mediaPackage, Set<String> elementIds, boolean checkAvailability) AwsS3DistributionServiceImpl.distribute(String pubChannelId, MediaPackage mediaPackage, Set<String> downloadIds, boolean checkAvailability, boolean preserveReference) AwsS3DistributionServiceImpl.distributeElement(String channelId, MediaPackage mediaPackage, MediaPackageElement element, boolean checkAvailability) Distribute a media package element to AWS S3.AwsS3DistributionServiceImpl.distributeElements(String channelId, MediaPackage mediapackage, Set<String> elementIds, boolean checkAvailability) Distribute Mediapackage elements to the download distribution service.AwsS3DistributionServiceImpl.distributeSync(String channelId, MediaPackage mediapackage, String elementId) AwsS3DistributionServiceImpl.distributeSync(String channelId, MediaPackage mediapackage, Set<String> elementIds, boolean checkAvailability) AwsS3DistributionServiceImpl.retract(String channelId, MediaPackage mediapackage, String elementId) AwsS3DistributionServiceImpl.retract(String channelId, MediaPackage mediapackage, Set<String> elementIds) protected MediaPackageElementAwsS3DistributionServiceImpl.retractElement(String channelId, MediaPackage mediaPackage, MediaPackageElement element) Retracts the media package element with the given identifier from the distribution channel.protected MediaPackageElement[]AwsS3DistributionServiceImpl.retractElements(String channelId, MediaPackage mediapackage, Set<String> elementIds) Retract a media package element from the distribution channel.AwsS3DistributionServiceImpl.retractSync(String channelId, MediaPackage mediapackage, String elementId) AwsS3DistributionServiceImpl.retractSync(String channelId, MediaPackage mediaPackage, Set<String> elementIds) -
Uses of DistributionException in org.opencastproject.distribution.aws.s3.remote
Methods in org.opencastproject.distribution.aws.s3.remote that throw DistributionExceptionModifier and TypeMethodDescriptionAwsS3DistributionServiceRemoteImpl.distribute(String channelId, MediaPackage mediaPackage, String elementId) AwsS3DistributionServiceRemoteImpl.distribute(String channelId, MediaPackage mediaPackage, String elementId, boolean checkAvailability) AwsS3DistributionServiceRemoteImpl.distribute(String channelId, MediaPackage mediaPackage, Set<String> elementIds, boolean checkAvailability) AwsS3DistributionServiceRemoteImpl.distribute(String pubChannelId, MediaPackage mediaPackage, Set<String> downloadIds, boolean checkAvailability, boolean preserveReference) AwsS3DistributionServiceRemoteImpl.distributeSync(String channelId, MediaPackage mediaPackage, String elementId) AwsS3DistributionServiceRemoteImpl.distributeSync(String channelId, MediaPackage mediapackage, Set<String> elementIds, boolean checkAvailability) AwsS3DistributionServiceRemoteImpl.retract(String channelId, MediaPackage mediaPackage, String elementId) AwsS3DistributionServiceRemoteImpl.retract(String channelId, MediaPackage mediaPackage, Set<String> elementIds) AwsS3DistributionServiceRemoteImpl.retractSync(String channelId, MediaPackage mediaPackage, String elementId) AwsS3DistributionServiceRemoteImpl.retractSync(String channelId, MediaPackage mediaPackage, Set<String> elementIds) -
Uses of DistributionException in org.opencastproject.distribution.download
Methods in org.opencastproject.distribution.download that throw DistributionExceptionModifier and TypeMethodDescriptionDownloadDistributionServiceImpl.checkDistributeHLSElement(Track element, boolean checkAvailability) DownloadDistributionServiceImpl.distribute(String channelId, MediaPackage mediapackage, String elementId) DownloadDistributionServiceImpl.distribute(String channelId, MediaPackage mediapackage, String elementId, boolean checkAvailability) DownloadDistributionServiceImpl.distribute(String channelId, MediaPackage mediapackage, Set<String> elementIds, boolean checkAvailability) DownloadDistributionServiceImpl.distribute(String channelId, MediaPackage mediapackage, Set<String> elementIds, boolean checkAvailability, boolean preserveReference) DownloadDistributionServiceImpl.distributeElement(String channelId, MediaPackage mediapackage, MediaPackageElement element, boolean checkAvailability, boolean preserveReference) Distribute a Mediapackage element to the download distribution service.DownloadDistributionServiceImpl.distributeElements(String channelId, MediaPackage mediapackage, Set<String> elementIds, boolean checkAvailability) Distribute Mediapackage elements to the download distribution service.DownloadDistributionServiceImpl.distributeElements(String channelId, MediaPackage mediapackage, Set<String> elementIds, boolean checkAvailability, boolean preserveReference) Distribute Mediapackage elements to the download distribution service.DownloadDistributionServiceImpl.distributeSync(String channelId, MediaPackage mediapackage, String elementId) DownloadDistributionServiceImpl.distributeSync(String channelId, MediaPackage mediapackage, Set<String> elementIds, boolean checkAvailability) DownloadDistributionServiceImpl.distributeSync(String channelId, MediaPackage mediapackage, Set<String> elementIds, boolean checkAvailability, boolean preserveReference) DownloadDistributionServiceImpl.retract(String channelId, MediaPackage mediapackage, String elementId) DownloadDistributionServiceImpl.retract(String channelId, MediaPackage mediapackage, Set<String> elementIds) protected MediaPackageElementDownloadDistributionServiceImpl.retractElement(String channelId, MediaPackage mediapackage, MediaPackageElement element) Retract a media package element from the distribution channel.protected MediaPackageElement[]DownloadDistributionServiceImpl.retractElements(String channelId, MediaPackage mediapackage, Set<String> elementIds) Retract a media package element from the distribution channel.DownloadDistributionServiceImpl.retractSync(String channelId, MediaPackage mediapackage, String elementId) DownloadDistributionServiceImpl.retractSync(String channelId, MediaPackage mediapackage, Set<String> elementIds) DownloadDistributionServiceImpl.setUpHLSElementforDistribution(String channelId, MediaPackage mediapackage, Track element, boolean preserveReference) -
Uses of DistributionException in org.opencastproject.distribution.download.remote
Methods in org.opencastproject.distribution.download.remote that throw DistributionExceptionModifier and TypeMethodDescriptionDownloadDistributionServiceRemoteImpl.distribute(String channelId, MediaPackage mediaPackage, String elementId) DownloadDistributionServiceRemoteImpl.distribute(String channelId, MediaPackage mediaPackage, String elementId, boolean checkAvailability) DownloadDistributionServiceRemoteImpl.distribute(String channelId, MediaPackage mediaPackage, Set<String> elementIds, boolean checkAvailability) DownloadDistributionServiceRemoteImpl.distribute(String channelId, MediaPackage mediaPackage, Set<String> elementIds, boolean checkAvailability, boolean preserveReference) DownloadDistributionServiceRemoteImpl.distributeSync(String channelId, MediaPackage mediapackage, String elementId) DownloadDistributionServiceRemoteImpl.distributeSync(String channelId, MediaPackage mediapackage, Set<String> elementIds, boolean checkAvailability) DownloadDistributionServiceRemoteImpl.retract(String channelId, MediaPackage mediaPackage, String elementId) DownloadDistributionServiceRemoteImpl.retract(String channelId, MediaPackage mediaPackage, Set<String> elementIds) DownloadDistributionServiceRemoteImpl.retractSync(String channelId, MediaPackage mediaPackage, String elementId) DownloadDistributionServiceRemoteImpl.retractSync(String channelId, MediaPackage mediaPackage, Set<String> elementIds) -
Uses of DistributionException in org.opencastproject.distribution.streaming.remote
Methods in org.opencastproject.distribution.streaming.remote that throw DistributionExceptionModifier and TypeMethodDescriptionStreamingDistributionServiceRemoteImpl.distribute(String channelId, MediaPackage mediaPackage, String elementId) StreamingDistributionServiceRemoteImpl.distribute(String channelId, MediaPackage mediaPackage, Set<String> elementIds) StreamingDistributionServiceRemoteImpl.distributeSync(String channelId, MediaPackage mediaPackage, String elementId) StreamingDistributionServiceRemoteImpl.distributeSync(String channelId, MediaPackage mediapackage, Set<String> elementIds) StreamingDistributionServiceRemoteImpl.retract(String channelId, MediaPackage mediaPackage, String elementId) StreamingDistributionServiceRemoteImpl.retract(String channelId, MediaPackage mediaPackage, Set<String> elementIds) StreamingDistributionServiceRemoteImpl.retractSync(String channelId, MediaPackage mediaPackage, String elementId) StreamingDistributionServiceRemoteImpl.retractSync(String channelId, MediaPackage mediaPackage, Set<String> elementIds) -
Uses of DistributionException in org.opencastproject.distribution.streaming.wowza
Methods in org.opencastproject.distribution.streaming.wowza that throw DistributionExceptionModifier and TypeMethodDescriptionWowzaStreamingDistributionService.distribute(String channelId, MediaPackage mediapackage, String elementId) Distribute a media package element.WowzaStreamingDistributionService.distribute(String channelId, MediaPackage mediapackage, Set<String> elementIds) WowzaStreamingDistributionService.distributeSync(String channelId, MediaPackage mediaPackage, String elementId) WowzaStreamingDistributionService.distributeSync(String channelId, MediaPackage mediaPackage, Set<String> elementIds) WowzaStreamingDistributionService.retract(String channelId, MediaPackage mediapackage, String elementId) Retract a media package element from the distribution channel.WowzaStreamingDistributionService.retract(String channelId, MediaPackage mediaPackage, Set<String> elementIds) WowzaStreamingDistributionService.retractSync(String channelId, MediaPackage mediaPackage, String elementId) WowzaStreamingDistributionService.retractSync(String channelId, MediaPackage mediaPackage, Set<String> elementIds) -
Uses of DistributionException in org.opencastproject.workflow.handler.distribution
Methods in org.opencastproject.workflow.handler.distribution that throw DistributionExceptionModifier and TypeMethodDescriptionRetractEngageWorkflowOperationHandler.retractElements(Set<String> retractElementIds, MediaPackage searchMediaPackage) Generate the jobs retracted the selected elements