Index
All Classes and Interfaces|All Packages|Serialized Form
A
- acceptChunk(FileUploadJob, long, InputStream) - Method in interface org.opencastproject.fileupload.api.FileUploadService
-
Appends the next part to the payload and updates the upload job accordingly.
- acceptChunk(FileUploadJob, long, InputStream) - Method in class org.opencastproject.fileupload.service.FileUploadServiceImpl
- activate(ComponentContext) - Method in class org.opencastproject.fileupload.rest.FileUploadRestService
- activate(ComponentContext) - Method in class org.opencastproject.fileupload.service.FileUploadServiceImpl
C
- Chunk - Class in org.opencastproject.fileupload.api.job
-
A class representing the information about the current chunk in an upload job.
- Chunk() - Constructor for class org.opencastproject.fileupload.api.job.Chunk
- Chunk(int, long) - Constructor for class org.opencastproject.fileupload.api.job.Chunk
- cleanOutdatedJobs() - Method in interface org.opencastproject.fileupload.api.FileUploadService
-
Cleans outdated jobs on the file system
- cleanOutdatedJobs() - Method in class org.opencastproject.fileupload.service.FileUploadServiceImpl
-
Cleans outdated jobs on the file system
- COMPLETE - Enum constant in enum class org.opencastproject.fileupload.api.job.FileUploadJob.JobState
- createJob(String, long, int, MediaPackage, MediaPackageElementFlavor) - Method in interface org.opencastproject.fileupload.api.FileUploadService
-
Creates a new upload job with the given metadata.
- createJob(String, long, int, MediaPackage, MediaPackageElementFlavor) - Method in class org.opencastproject.fileupload.service.FileUploadServiceImpl
-
Creates a new upload job with the given metadata.
D
- deactivate(ComponentContext) - Method in class org.opencastproject.fileupload.rest.FileUploadRestService
- deactivate(ComponentContext) - Method in class org.opencastproject.fileupload.service.FileUploadServiceImpl
- deleteJob(String) - Method in interface org.opencastproject.fileupload.api.FileUploadService
-
Deletes the job permanently, thus deleting persistent data.
- deleteJob(String) - Method in class org.opencastproject.fileupload.rest.FileUploadRestService
- deleteJob(String) - Method in class org.opencastproject.fileupload.service.FileUploadServiceImpl
-
Deletes the job permanently, thus deleting persistent data.
E
- execute(JobExecutionContext) - Method in class org.opencastproject.fileupload.service.FileUploadServiceCleaner.Runner
F
- FileUploadException - Exception Class in org.opencastproject.fileupload.api.exception
-
An Exception indicating a problem in the FileUploadService.
- FileUploadException(String) - Constructor for exception class org.opencastproject.fileupload.api.exception.FileUploadException
- FileUploadException(String, Throwable) - Constructor for exception class org.opencastproject.fileupload.api.exception.FileUploadException
- FileUploadJob - Class in org.opencastproject.fileupload.api.job
-
A Class representing the information about an upload job.
- FileUploadJob() - Constructor for class org.opencastproject.fileupload.api.job.FileUploadJob
- FileUploadJob(String, long, int, MediaPackage, MediaPackageElementFlavor) - Constructor for class org.opencastproject.fileupload.api.job.FileUploadJob
- FileUploadJob.JobState - Enum Class in org.opencastproject.fileupload.api.job
- FileUploadRestService - Class in org.opencastproject.fileupload.rest
-
REST endpoint for large file uploads.
- FileUploadRestService() - Constructor for class org.opencastproject.fileupload.rest.FileUploadRestService
- FileUploadService - Interface in org.opencastproject.fileupload.api
-
Interface for a Service that manages upload jobs and receives and handles file parts.
- FileUploadServiceCleaner - Class in org.opencastproject.fileupload.service
-
Clear for outdated Job of type
FileUploadJob. - FileUploadServiceCleaner(FileUploadService) - Constructor for class org.opencastproject.fileupload.service.FileUploadServiceCleaner
- FileUploadServiceCleaner.Runner - Class in org.opencastproject.fileupload.service
-
Quartz work horse.
- FileUploadServiceImpl - Class in org.opencastproject.fileupload.service
-
A service for big file uploads via HTTP.
- FileUploadServiceImpl() - Constructor for class org.opencastproject.fileupload.service.FileUploadServiceImpl
- finalize() - Method in class org.opencastproject.fileupload.service.FileUploadServiceCleaner
- FINALIZING - Enum constant in enum class org.opencastproject.fileupload.api.job.FileUploadJob.JobState
G
- getChunksize() - Method in class org.opencastproject.fileupload.api.job.FileUploadJob
- getChunksTotal() - Method in class org.opencastproject.fileupload.api.job.FileUploadJob
- getCurrentChunk() - Method in class org.opencastproject.fileupload.api.job.FileUploadJob
- getCurrentSize() - Method in class org.opencastproject.fileupload.api.job.Payload
- getFilename() - Method in class org.opencastproject.fileupload.api.job.Payload
- getFileUploadService() - Method in class org.opencastproject.fileupload.service.FileUploadServiceCleaner
- getFlavor() - Method in class org.opencastproject.fileupload.api.job.Payload
- getId() - Method in class org.opencastproject.fileupload.api.job.FileUploadJob
- getJob(String) - Method in interface org.opencastproject.fileupload.api.FileUploadService
-
Returns the upload job with the given ID, throws
FileUploadExceptionif the job can not be found. - getJob(String) - Method in class org.opencastproject.fileupload.service.FileUploadServiceImpl
-
Returns the upload job with the given ID, throws
FileUploadExceptionif the job can not be found. - getJob(String, String) - Method in class org.opencastproject.fileupload.rest.FileUploadRestService
- getMediaPackage() - Method in class org.opencastproject.fileupload.api.job.Payload
- getNewJob(String, long, int, String, String) - Method in class org.opencastproject.fileupload.rest.FileUploadRestService
- getNumber() - Method in class org.opencastproject.fileupload.api.job.Chunk
- getPayload() - Method in class org.opencastproject.fileupload.api.job.FileUploadJob
- getPayload(String, String) - Method in class org.opencastproject.fileupload.rest.FileUploadRestService
- getPayload(FileUploadJob) - Method in interface org.opencastproject.fileupload.api.FileUploadService
-
Returns an
InputStreamcontaining the data from the payload. - getPayload(FileUploadJob) - Method in class org.opencastproject.fileupload.service.FileUploadServiceImpl
- getReceived() - Method in class org.opencastproject.fileupload.api.job.Chunk
- getState() - Method in class org.opencastproject.fileupload.api.job.FileUploadJob
- getTotalSize() - Method in class org.opencastproject.fileupload.api.job.Payload
- getUrl() - Method in class org.opencastproject.fileupload.api.job.Payload
H
- hasJob(String) - Method in interface org.opencastproject.fileupload.api.FileUploadService
-
Returns true is a job with the given ID exists.
- hasJob(String) - Method in class org.opencastproject.fileupload.service.FileUploadServiceImpl
-
Returns true is a job with the given ID exists.
I
- incrementNumber() - Method in class org.opencastproject.fileupload.api.job.Chunk
- INPROGRESS - Enum constant in enum class org.opencastproject.fileupload.api.job.FileUploadJob.JobState
L
- lastModified() - Method in class org.opencastproject.fileupload.api.job.FileUploadJob
O
- org.opencastproject.fileupload.api - package org.opencastproject.fileupload.api
- org.opencastproject.fileupload.api.exception - package org.opencastproject.fileupload.api.exception
- org.opencastproject.fileupload.api.job - package org.opencastproject.fileupload.api.job
- org.opencastproject.fileupload.rest - package org.opencastproject.fileupload.rest
- org.opencastproject.fileupload.service - package org.opencastproject.fileupload.service
P
- Payload - Class in org.opencastproject.fileupload.api.job
-
A class representing the information about the payload of an upload job.
- Payload() - Constructor for class org.opencastproject.fileupload.api.job.Payload
- Payload(String, long, MediaPackage, MediaPackageElementFlavor) - Constructor for class org.opencastproject.fileupload.api.job.Payload
- postPayload(String, HttpServletRequest) - Method in class org.opencastproject.fileupload.rest.FileUploadRestService
R
- READY - Enum constant in enum class org.opencastproject.fileupload.api.job.FileUploadJob.JobState
- Runner() - Constructor for class org.opencastproject.fileupload.service.FileUploadServiceCleaner.Runner
S
- schedule() - Method in class org.opencastproject.fileupload.service.FileUploadServiceCleaner
-
Set the schedule and start or restart the scheduler.
- setCurrentChunk(Chunk) - Method in class org.opencastproject.fileupload.api.job.FileUploadJob
- setCurrentSize(long) - Method in class org.opencastproject.fileupload.api.job.Payload
- setFileUploadService(FileUploadService) - Method in class org.opencastproject.fileupload.rest.FileUploadRestService
- setFlavor(MediaPackageElementFlavor) - Method in class org.opencastproject.fileupload.api.job.Payload
- setIngestService(IngestService) - Method in class org.opencastproject.fileupload.service.FileUploadServiceImpl
- setLastModified(long) - Method in class org.opencastproject.fileupload.api.job.FileUploadJob
- setMediaPackage(MediaPackage) - Method in class org.opencastproject.fileupload.api.job.Payload
- setNumber(int) - Method in class org.opencastproject.fileupload.api.job.Chunk
- setReceived(long) - Method in class org.opencastproject.fileupload.api.job.Chunk
- setState(FileUploadJob.JobState) - Method in class org.opencastproject.fileupload.api.job.FileUploadJob
- setTotalSize(long) - Method in class org.opencastproject.fileupload.api.job.Payload
- setUrl(URL) - Method in class org.opencastproject.fileupload.api.job.Payload
- setWorkspace(Workspace) - Method in class org.opencastproject.fileupload.service.FileUploadServiceImpl
- shutdown() - Method in class org.opencastproject.fileupload.service.FileUploadServiceCleaner
-
Shutdown the scheduler.
T
- toString() - Method in class org.opencastproject.fileupload.api.job.FileUploadJob
U
- unsetFileUploadService(FileUploadService) - Method in class org.opencastproject.fileupload.rest.FileUploadRestService
- updated(Dictionary) - Method in class org.opencastproject.fileupload.service.FileUploadServiceImpl
V
- valueOf(String) - Static method in enum class org.opencastproject.fileupload.api.job.FileUploadJob.JobState
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.opencastproject.fileupload.api.job.FileUploadJob.JobState
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Serialized Form