Uses of Class
org.opencastproject.fileupload.api.exception.FileUploadException
Packages that use FileUploadException
-
Uses of FileUploadException in org.opencastproject.fileupload.api
Methods in org.opencastproject.fileupload.api that throw FileUploadExceptionModifier and TypeMethodDescriptionvoidFileUploadService.acceptChunk(FileUploadJob job, long chunk, InputStream content) Appends the next part to the payload and updates the upload job accordingly.FileUploadService.createJob(String filename, long fileSize, int chunkSize, MediaPackage mp, MediaPackageElementFlavor flavor) Creates a new upload job with the given metadata.voidDeletes the job permanently, thus deleting persistent data.Returns the upload job with the given ID, throwsFileUploadExceptionif the job can not be found.FileUploadService.getPayload(FileUploadJob job) Returns anInputStreamcontaining the data from the payload. -
Uses of FileUploadException in org.opencastproject.fileupload.service
Methods in org.opencastproject.fileupload.service that throw FileUploadExceptionModifier and TypeMethodDescriptionvoidFileUploadServiceImpl.acceptChunk(FileUploadJob job, long chunkNumber, InputStream content) FileUploadServiceImpl.createJob(String filename, long filesize, int chunksize, MediaPackage mp, MediaPackageElementFlavor flavor) Creates a new upload job with the given metadata.voidDeletes the job permanently, thus deleting persistent data.Returns the upload job with the given ID, throwsFileUploadExceptionif the job can not be found.FileUploadServiceImpl.getPayload(FileUploadJob job)