public interface I_CmsUploadService
extends com.google.gwt.user.client.rpc.RemoteService
CmsUploadService
,
I_CmsUploadService
,
I_CmsUploadServiceAsync
限定符和类型 | 方法和说明 |
---|---|
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.
|
java.lang.Boolean cancelUpload()
true
if the listener was canceled false
otherwiseCmsUploadFileBean 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 checkCmsUploadFileBean
that holds the list of resource names (without the path)
that already exist in the VFS and a list of filenames that are invalidCmsUploadProgessInfo getUploadProgressInfo() throws CmsRpcException
CmsRpcException
- if something goes wrong