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