| com.liferay.portal.webdav.WebDAVStorage
All known Subclasses: com.liferay.portal.webdav.BaseWebDAVStorageImpl,
WebDAVStorage | public interface WebDAVStorage (Code) | | View Source
author: Brian Wing Shun Chan author: Alexander Chow |
Method Summary | |
public Status | addCollection(WebDAVRequest webDavReq) | public int | copyCollectionResource(WebDAVRequest webDavReq, Resource resource, String destination, boolean overwrite, long depth) | public int | copySimpleResource(WebDAVRequest webDavReq, Resource resource, String destination, boolean overwrite) | public int | deleteResource(WebDAVRequest webDavReq) | public List | getCommunities(WebDAVRequest webDavReq) | public Resource | getResource(WebDAVRequest webDavReq) | public List | getResources(WebDAVRequest webDavReq) | public String | getRootPath() | public boolean | isAvailable(WebDAVRequest webDavReq) | public int | moveCollectionResource(WebDAVRequest webDavReq, Resource resource, String destination, boolean overwrite) | public int | moveSimpleResource(WebDAVRequest webDavReq, Resource resource, String destination, boolean overwrite) | public int | putResource(WebDAVRequest webDavReq) | public void | setRootPath(String rootPath) |
|
|