|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BlobStoreClientException | |
---|---|
fr.paris.lutece.portal.service.blobstore |
Uses of BlobStoreClientException in fr.paris.lutece.portal.service.blobstore |
---|
Methods in fr.paris.lutece.portal.service.blobstore that throw BlobStoreClientException | |
---|---|
java.lang.String |
IBlobStoreClientService.doDeleteFile(java.lang.String strBaseUrl,
java.lang.String strBlobStore,
java.lang.String strBlobKey)
Do delete a file in the blobstore webapp |
org.apache.commons.fileupload.FileItem |
IBlobStoreClientService.doDownloadFile(java.lang.String strUrl)
Download the file |
void |
IBlobStoreClientService.doDownloadFile(java.lang.String strUrl,
java.lang.String strFilePath)
Download the file to the file path |
java.lang.String |
IBlobStoreClientService.doUploadFile(java.lang.String strBaseUrl,
org.apache.commons.fileupload.FileItem fileItem,
java.lang.String strBlobStore)
Do upload a file in the blobstore webapp |
java.lang.String |
IBlobStoreClientService.getFileName(java.lang.String strUrl)
Get the file name given an url |
java.lang.String |
IBlobStoreClientService.getFileUrl(java.lang.String strBaseUrl,
java.lang.String strBlobStore,
java.lang.String strBlobKey)
Get the file url |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |