Index

C D G M O P S T U W 
All Classes and Interfaces|All Packages|Constant Field Values

C

CHAR_ENCODING - Static variable in interface org.opencastproject.workingfilerepository.api.WorkingFileRepository
The character encoding used for URLs
cleanupOldFilesFromCollection(String, long) - Method in interface org.opencastproject.workingfilerepository.api.WorkingFileRepository
Cleans up collection files older than the number of days passed.
cleanupOldFilesFromMediaPackage(long) - Method in interface org.opencastproject.workingfilerepository.api.WorkingFileRepository
Cleans up media files older than the number of days passed.
COLLECTION_PATH_PREFIX - Static variable in interface org.opencastproject.workingfilerepository.api.WorkingFileRepository
Path prefix for collection items

D

delete(String, String) - Method in interface org.opencastproject.workingfilerepository.api.WorkingFileRepository
Delete the file stored at the given media package and element IDs.
deleteFromCollection(String, String) - Method in interface org.opencastproject.workingfilerepository.api.WorkingFileRepository
Removes a file from a collection
deleteFromCollection(String, String, boolean) - Method in interface org.opencastproject.workingfilerepository.api.WorkingFileRepository
Removes a file from a collection, and the parent folder if empty

G

get(String, String) - Method in interface org.opencastproject.workingfilerepository.api.WorkingFileRepository
Stream the file stored under the given media package and element IDs.
getBaseUri() - Method in interface org.opencastproject.workingfilerepository.api.WorkingFileRepository
Gets the base URI for this service.
getCollectionContents(String) - Method in interface org.opencastproject.workingfilerepository.api.WorkingFileRepository
Gets the URIs of the members of this collection
getCollectionURI(String, String) - Method in interface org.opencastproject.workingfilerepository.api.WorkingFileRepository
Get the URL for a file stored under the given collection.
getDiskSpace() - Method in interface org.opencastproject.workingfilerepository.api.WorkingFileRepository
A textual representation of available and total storage
getFreeSpace() - Method in class org.opencastproject.workingfilerepository.jmx.WorkingFileRepositoryBean
 
getFreeSpace() - Method in interface org.opencastproject.workingfilerepository.jmx.WorkingFileRepositoryMXBean
Gets the free working file repository space in bytes
getPathPrefix() - Method in interface org.opencastproject.workingfilerepository.api.PathMappable
Returns the prefix to the working file repository file system root directory.
getTotalSpace() - Method in class org.opencastproject.workingfilerepository.jmx.WorkingFileRepositoryBean
 
getTotalSpace() - Method in interface org.opencastproject.workingfilerepository.jmx.WorkingFileRepositoryMXBean
Gets the total available working file repository space in bytes
getURI(String, String) - Method in interface org.opencastproject.workingfilerepository.api.WorkingFileRepository
Get the URL for a file stored under the given media package and element IDs.
getURI(String, String, String) - Method in interface org.opencastproject.workingfilerepository.api.WorkingFileRepository
Get the URL for a file stored under the given media package and element IDs.
getUrlPrefix() - Method in interface org.opencastproject.workingfilerepository.api.PathMappable
Returns the repository's base url.
getUsedSpace() - Method in class org.opencastproject.workingfilerepository.jmx.WorkingFileRepositoryBean
 
getUsedSpace() - Method in interface org.opencastproject.workingfilerepository.jmx.WorkingFileRepositoryMXBean
Gets the used working file repository space in bytes

M

MEDIAPACKAGE_PATH_PREFIX - Static variable in interface org.opencastproject.workingfilerepository.api.WorkingFileRepository
Path prefix for mediapackage elements
moveTo(String, String, String, String, String) - Method in interface org.opencastproject.workingfilerepository.api.WorkingFileRepository
Moves a file from a collection into a mediapackage

O

org.opencastproject.workingfilerepository.api - package org.opencastproject.workingfilerepository.api
 
org.opencastproject.workingfilerepository.jmx - package org.opencastproject.workingfilerepository.jmx
 

P

PathMappable - Interface in org.opencastproject.workingfilerepository.api
Extension to the working file repository that allows to map a file url to a file system path.
put(String, String, String, InputStream) - Method in interface org.opencastproject.workingfilerepository.api.WorkingFileRepository
Store the data stream under the given media package and element IDs with filename as name of the file.
putInCollection(String, String, InputStream) - Method in interface org.opencastproject.workingfilerepository.api.WorkingFileRepository
Puts a file into a collection, overwriting the existing file if present.

S

SERVICE_TYPE - Static variable in interface org.opencastproject.workingfilerepository.api.WorkingFileRepository
The job type we use to register with the remote services manager

T

toSafeName(String) - Method in interface org.opencastproject.workingfilerepository.api.WorkingFileRepository
 

U

URI_PREFIX - Static variable in interface org.opencastproject.workingfilerepository.api.WorkingFileRepository
Path prefix for working file repository uris

W

WorkingFileRepository - Interface in org.opencastproject.workingfilerepository.api
The Working File Repository is a file storage service that supports the lecture capture system.
WorkingFileRepositoryBean - Class in org.opencastproject.workingfilerepository.jmx
 
WorkingFileRepositoryBean(WorkingFileRepository) - Constructor for class org.opencastproject.workingfilerepository.jmx.WorkingFileRepositoryBean
 
WorkingFileRepositoryMXBean - Interface in org.opencastproject.workingfilerepository.jmx
JMX Bean interface exposing working file repository storage information
C D G M O P S T U W 
All Classes and Interfaces|All Packages|Constant Field Values