public class CmsUploadService extends CmsGwtService implements I_CmsUploadService
CmsUploadService
,
I_CmsUploadService
,
I_CmsUploadServiceAsync
,
序列化表格构造器和说明 |
---|
CmsUploadService() |
限定符和类型 | 方法和说明 |
---|---|
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.
|
checkPermissions, clearThreadStorage, doGetSerializationPolicy, doUnexpectedFailure, ensureLock, ensureLock, ensureLock, ensureSession, error, getCmsObject, getPropertiesByName, getRequest, getResponse, log, log, logError, service, setCms, setContext, setRequest, setResponse, tryUnlock
checkPermutationStrongName, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponse
doPost, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service
public java.lang.Boolean cancelUpload()
I_CmsUploadService
cancelUpload
在接口中 I_CmsUploadService
true
if the listener was canceled false
otherwiseI_CmsUploadService.cancelUpload()
public CmsUploadFileBean checkUploadFiles(java.util.List<java.lang.String> fileNames, java.lang.String targetFolder)
I_CmsUploadService
CmsResourceFilter.IGNORE_EXPIRATION
filter.Calculates the VFS path for each filename in the given list and checks its availability.
checkUploadFiles
在接口中 I_CmsUploadService
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 invalidI_CmsUploadService.checkUploadFiles(java.util.List, java.lang.String)
public CmsUploadProgessInfo getUploadProgressInfo()
I_CmsUploadService
getUploadProgressInfo
在接口中 I_CmsUploadService
I_CmsUploadService.getUploadProgressInfo()