|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface I_CmsUploadService
Handles all RPC services related to the upload dialog.
CmsUploadService,
I_CmsUploadService,
I_CmsUploadServiceAsync| Method Summary | |
|---|---|
java.lang.Boolean |
cancelUpload()
Cancels the upload. |
CmsUploadFileBean |
checkUploadFiles(java.util.List<java.lang.String> fileNames,
java.lang.String targetFolder)
Checks the availability of a resource in the VFS, using the CmsResourceFilter.IGNORE_EXPIRATION filter. |
CmsUploadProgessInfo |
getUploadProgressInfo()
Returns the upload progress information. |
| Method Detail |
|---|
java.lang.Boolean cancelUpload()
true if the listener was canceled false otherwise
CmsUploadFileBean checkUploadFiles(java.util.List<java.lang.String> fileNames,
java.lang.String targetFolder)
CmsResourceFilter.IGNORE_EXPIRATION filter.Calculates the VFS path for each filename in the given list and checks its availability.
fileNames - the filenames to checktargetFolder - the folder to check
CmsUploadFileBean that holds the list of resource names (without the path)
that already exist in the VFS and a list of filenames that are invalid
CmsUploadProgessInfo getUploadProgressInfo()
throws CmsRpcException
CmsRpcException - if something goes wrong
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||