| 程序包 | 说明 |
|---|---|
| org.opencms.ade.upload | |
| org.opencms.ade.upload.client.ui | |
| org.opencms.gwt.shared.rpc |
Shared RPC interfaces.
|
| 限定符和类型 | 方法和说明 |
|---|---|
CmsUploadFileBean |
CmsUploadService.checkUploadFiles(java.util.List<java.lang.String> fileNames,
java.lang.String targetFolder) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected void |
A_CmsUploadDialog.proceedWorkflow(CmsUploadFileBean result)
Decides how to go on depending on the information of the server response.
|
| 限定符和类型 | 方法和说明 |
|---|---|
CmsUploadFileBean |
I_CmsUploadService.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. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
I_CmsUploadServiceAsync.checkUploadFiles(java.util.List<java.lang.String> fileNames,
java.lang.String targetFolder,
com.google.gwt.user.client.rpc.AsyncCallback<CmsUploadFileBean> callback)
Checks the availability of a resource in the VFS, using the
CmsResourceFilter.IGNORE_EXPIRATION filter. |