Index

A C D G J O P R S U 
All Classes and Interfaces|All Packages|Constant Field Values

A

activate(ComponentContext) - Method in class org.opencastproject.distribution.download.DownloadDistributionServiceImpl
Activate method for this OSGi service implementation.
activate(ComponentContext) - Method in class org.opencastproject.distribution.download.endpoint.DownloadDistributionRestService
Callback from OSGi that is called when this service is activated.

C

checkDistributeHLSElement(Track, boolean) - Method in class org.opencastproject.distribution.download.DownloadDistributionServiceImpl
 

D

DEFAULT_DISTRIBUTE_JOB_LOAD - Static variable in class org.opencastproject.distribution.download.DownloadDistributionServiceImpl
The load on the system introduced by creating a distribute job
DEFAULT_RETRACT_JOB_LOAD - Static variable in class org.opencastproject.distribution.download.DownloadDistributionServiceImpl
The load on the system introduced by creating a retract job
distribute(String, String, String, boolean, boolean) - Method in class org.opencastproject.distribution.download.endpoint.DownloadDistributionRestService
 
distribute(String, MediaPackage, String) - Method in class org.opencastproject.distribution.download.DownloadDistributionServiceImpl
 
distribute(String, MediaPackage, String, boolean) - Method in class org.opencastproject.distribution.download.DownloadDistributionServiceImpl
 
distribute(String, MediaPackage, Set<String>, boolean) - Method in class org.opencastproject.distribution.download.DownloadDistributionServiceImpl
 
distribute(String, MediaPackage, Set<String>, boolean, boolean) - Method in class org.opencastproject.distribution.download.DownloadDistributionServiceImpl
 
DISTRIBUTE_JOB_LOAD_KEY - Static variable in class org.opencastproject.distribution.download.DownloadDistributionServiceImpl
The key to look for in the service configuration file to override the DownloadDistributionServiceImpl.DEFAULT_DISTRIBUTE_JOB_LOAD
distributeElement(String, MediaPackage, MediaPackageElement, boolean, boolean) - Method in class org.opencastproject.distribution.download.DownloadDistributionServiceImpl
Distribute a Mediapackage element to the download distribution service.
distributeElements(String, MediaPackage, Set<String>, boolean) - Method in class org.opencastproject.distribution.download.DownloadDistributionServiceImpl
Distribute Mediapackage elements to the download distribution service.
distributeElements(String, MediaPackage, Set<String>, boolean, boolean) - Method in class org.opencastproject.distribution.download.DownloadDistributionServiceImpl
Distribute Mediapackage elements to the download distribution service.
distributeSync(String, String, String, boolean) - Method in class org.opencastproject.distribution.download.endpoint.DownloadDistributionRestService
 
distributeSync(String, MediaPackage, String) - Method in class org.opencastproject.distribution.download.DownloadDistributionServiceImpl
 
distributeSync(String, MediaPackage, Set<String>, boolean) - Method in class org.opencastproject.distribution.download.DownloadDistributionServiceImpl
 
distributeSync(String, MediaPackage, Set<String>, boolean, boolean) - Method in class org.opencastproject.distribution.download.DownloadDistributionServiceImpl
 
DownloadDistributionRestService - Class in org.opencastproject.distribution.download.endpoint
Rest endpoint for distributing media to the local distribution channel.
DownloadDistributionRestService() - Constructor for class org.opencastproject.distribution.download.endpoint.DownloadDistributionRestService
 
DownloadDistributionServiceImpl - Class in org.opencastproject.distribution.download
Distributes media to the local media delivery directory.
DownloadDistributionServiceImpl() - Constructor for class org.opencastproject.distribution.download.DownloadDistributionServiceImpl
Creates a new instance of the download distribution service.

G

getDistributionFile(String, MediaPackage, MediaPackageElement) - Method in class org.opencastproject.distribution.download.DownloadDistributionServiceImpl
Gets the destination file to copy the contents of a mediapackage element.
getDistributionType() - Method in class org.opencastproject.distribution.download.DownloadDistributionServiceImpl
 
getDistributionUri(String, String, MediaPackageElement) - Method in class org.opencastproject.distribution.download.DownloadDistributionServiceImpl
Gets the URI for the element to be distributed.
getMediaPackageDirectory(String, MediaPackage) - Method in class org.opencastproject.distribution.download.DownloadDistributionServiceImpl
Gets the directory containing the distributed files for this mediapackage.
getService() - Method in class org.opencastproject.distribution.download.endpoint.DownloadDistributionRestService
getServiceRegistry() - Method in class org.opencastproject.distribution.download.endpoint.DownloadDistributionRestService

J

JOB_TYPE - Static variable in class org.opencastproject.distribution.download.DownloadDistributionServiceImpl
Receipt type

O

org.opencastproject.distribution.download - package org.opencastproject.distribution.download
Distribution service implementation classes
org.opencastproject.distribution.download.endpoint - package org.opencastproject.distribution.download.endpoint
 

P

process(Job) - Method in class org.opencastproject.distribution.download.DownloadDistributionServiceImpl

R

retract(String, String, String) - Method in class org.opencastproject.distribution.download.endpoint.DownloadDistributionRestService
 
retract(String, MediaPackage, String) - Method in class org.opencastproject.distribution.download.DownloadDistributionServiceImpl
 
retract(String, MediaPackage, Set<String>) - Method in class org.opencastproject.distribution.download.DownloadDistributionServiceImpl
 
RETRACT_JOB_LOAD_KEY - Static variable in class org.opencastproject.distribution.download.DownloadDistributionServiceImpl
The key to look for in the service configuration file to override the DownloadDistributionServiceImpl.DEFAULT_RETRACT_JOB_LOAD
retractElement(String, MediaPackage, MediaPackageElement) - Method in class org.opencastproject.distribution.download.DownloadDistributionServiceImpl
Retract a media package element from the distribution channel.
retractElements(String, MediaPackage, Set<String>) - Method in class org.opencastproject.distribution.download.DownloadDistributionServiceImpl
Retract a media package element from the distribution channel.
retractSync(String, String, String) - Method in class org.opencastproject.distribution.download.endpoint.DownloadDistributionRestService
 
retractSync(String, MediaPackage, String) - Method in class org.opencastproject.distribution.download.DownloadDistributionServiceImpl
 
retractSync(String, MediaPackage, Set<String>) - Method in class org.opencastproject.distribution.download.DownloadDistributionServiceImpl
 

S

service - Variable in class org.opencastproject.distribution.download.endpoint.DownloadDistributionRestService
The download distribution service
serviceRegistry - Variable in class org.opencastproject.distribution.download.endpoint.DownloadDistributionRestService
The service registry
setOrganizationDirectoryService(OrganizationDirectoryService) - Method in class org.opencastproject.distribution.download.DownloadDistributionServiceImpl
 
setSecurityService(SecurityService) - Method in class org.opencastproject.distribution.download.DownloadDistributionServiceImpl
 
setService(DownloadDistributionService) - Method in class org.opencastproject.distribution.download.endpoint.DownloadDistributionRestService
 
setServiceRegistry(ServiceRegistry) - Method in class org.opencastproject.distribution.download.DownloadDistributionServiceImpl
 
setServiceRegistry(ServiceRegistry) - Method in class org.opencastproject.distribution.download.endpoint.DownloadDistributionRestService
Callback from the OSGi declarative services to set the service registry.
setTrustedHttpClient(TrustedHttpClient) - Method in class org.opencastproject.distribution.download.DownloadDistributionServiceImpl
 
setUpHLSElementforDistribution(String, MediaPackage, Track, boolean) - Method in class org.opencastproject.distribution.download.DownloadDistributionServiceImpl
 
setUserDirectoryService(UserDirectoryService) - Method in class org.opencastproject.distribution.download.DownloadDistributionServiceImpl
 
setWorkspace(Workspace) - Method in class org.opencastproject.distribution.download.DownloadDistributionServiceImpl
 

U

updated(Dictionary) - Method in class org.opencastproject.distribution.download.DownloadDistributionServiceImpl
 
A C D G J O P R S U 
All Classes and Interfaces|All Packages|Constant Field Values