Uses of Enum Class
com.ubs.backend.classes.enums.FileUploadStatus
Packages that use FileUploadStatus
-
Uses of FileUploadStatus in com.ubs.backend.classes.enums
Methods in com.ubs.backend.classes.enums that return FileUploadStatusModifier and TypeMethodDescriptionstatic FileUploadStatusReturns the enum constant of this class with the specified name.static FileUploadStatus[]FileUploadStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FileUploadStatus in com.ubs.backend.servlets
Methods in com.ubs.backend.servlets that return FileUploadStatusModifier and TypeMethodDescriptionprivate FileUploadStatusFileUpload.checkFileStatus(javax.servlet.http.Part filePart, boolean isSupported, boolean fileExists)method to check the status of a fileMethods in com.ubs.backend.servlets with parameters of type FileUploadStatusModifier and TypeMethodDescriptionprivate voidFileUpload.handleResponse(javax.servlet.http.HttpServletResponse response, FileUploadStatus status, UploadFile file, UploadFileDAO fileDAO)