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, tryUnlockcheckPermutationStrongName, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponsedoPost, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContentdoDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, servicepublic java.lang.Boolean cancelUpload()
I_CmsUploadServicecancelUpload 在接口中 I_CmsUploadServicetrue if the listener was canceled false otherwiseI_CmsUploadService.cancelUpload()public CmsUploadFileBean checkUploadFiles(java.util.List<java.lang.String> fileNames, java.lang.String targetFolder)
I_CmsUploadServiceCmsResourceFilter.IGNORE_EXPIRATION filter.Calculates the VFS path for each filename in the given list and checks its availability.
checkUploadFiles 在接口中 I_CmsUploadServicefileNames - 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_CmsUploadServicegetUploadProgressInfo 在接口中 I_CmsUploadServiceI_CmsUploadService.getUploadProgressInfo()