Uses of Class
org.silverpeas.core.webapi.upload.FileUploadVerifyData
-
Packages that use FileUploadVerifyData Package Description org.silverpeas.core.webapi.upload -
-
Uses of FileUploadVerifyData in org.silverpeas.core.webapi.upload
Methods in org.silverpeas.core.webapi.upload with parameters of type FileUploadVerifyData Modifier and Type Method Description void
ComponentInstanceFileUploadVerification. verify(String componentInstanceId, FileUploadVerifyData fileUploadVerifyData)
Performs verification tasks in the behalf of the specified component instance and specified file data.
Verification, here, are performed before the upload of the file (so only on the filename which could not represent the real mime-type...).
-