| java.lang.Object com.liferay.portal.webdav.BaseWebDAVStorageImpl com.liferay.portlet.journal.webdav.JournalWebDAVStorageImpl
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) | protected List | getFolders(WebDAVRequest webDavReq) | public Resource | getResource(WebDAVRequest webDavReq) | public List | getResources(WebDAVRequest webDavReq) | protected List | getStructures(WebDAVRequest webDavReq) | protected List | getTemplates(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) | protected Resource | toResource(WebDAVRequest webDavReq, String type, boolean appendPath) | protected Resource | toResource(WebDAVRequest webDavReq, JournalStructure structure, boolean appendPath) | protected Resource | toResource(WebDAVRequest webDavReq, JournalTemplate template, boolean appendPath) |
|
|