| Package | Description |
|---|---|
| org.opencms.ade.upload | |
| org.opencms.gwt.shared.rpc |
Shared RPC interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
CmsUploadFileBean |
CmsUploadService.checkUploadFiles(java.util.List<java.lang.String> fileNames,
java.lang.String targetFolder,
boolean isRootPath) |
| Modifier and Type | Method and Description |
|---|---|
CmsUploadFileBean |
I_CmsUploadService.checkUploadFiles(java.util.List<java.lang.String> fileNames,
java.lang.String targetFolder,
boolean isRootPath)
Checks the availability of a resource in the VFS, using the
CmsResourceFilter.IGNORE_EXPIRATION filter. |
| Modifier and Type | Method and Description |
|---|---|
void |
I_CmsUploadServiceAsync.checkUploadFiles(java.util.List<java.lang.String> fileNames,
java.lang.String targetFolder,
boolean isRootPath,
com.google.gwt.user.client.rpc.AsyncCallback<CmsUploadFileBean> callback)
Checks the availability of a resource in the VFS, using the
CmsResourceFilter.IGNORE_EXPIRATION filter. |