com.liferay.portlet.journal.webdav
Class JournalWebDAVStorageImpl
java.lang.Object
com.liferay.portal.kernel.webdav.BaseWebDAVStorageImpl
com.liferay.portlet.journal.webdav.JournalWebDAVStorageImpl
- All Implemented Interfaces:
- WebDAVStorage
public class JournalWebDAVStorageImpl
- extends BaseWebDAVStorageImpl
Methods inherited from class com.liferay.portal.kernel.webdav.BaseWebDAVStorageImpl |
copyCollectionResource, copySimpleResource, getPlid, getRootPath, getToken, isAddCommunityPermissions, isAvailable, isSupportsClassTwo, lockResource, makeCollection, moveCollectionResource, moveSimpleResource, refreshResourceLock, setRootPath, setToken, unlockResource |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JournalWebDAVStorageImpl
public JournalWebDAVStorageImpl()
deleteResource
public int deleteResource(WebDAVRequest webDavRequest)
throws WebDAVException
- Specified by:
deleteResource
in interface WebDAVStorage
- Overrides:
deleteResource
in class BaseWebDAVStorageImpl
- Throws:
WebDAVException
getResource
public Resource getResource(WebDAVRequest webDavRequest)
throws WebDAVException
- Throws:
WebDAVException
getResources
public List<Resource> getResources(WebDAVRequest webDavRequest)
throws WebDAVException
- Throws:
WebDAVException
putResource
public int putResource(WebDAVRequest webDavRequest)
throws WebDAVException
- Specified by:
putResource
in interface WebDAVStorage
- Overrides:
putResource
in class BaseWebDAVStorageImpl
- Throws:
WebDAVException
getFolders
protected List<Resource> getFolders(WebDAVRequest webDavRequest)
throws Exception
- Throws:
Exception
getStructures
protected List<Resource> getStructures(WebDAVRequest webDavRequest)
throws Exception
- Throws:
Exception
getTemplates
protected List<Resource> getTemplates(WebDAVRequest webDavRequest)
throws Exception
- Throws:
Exception
toResource
protected Resource toResource(WebDAVRequest webDavRequest,
String type,
boolean appendPath)
toResource
protected Resource toResource(WebDAVRequest webDavRequest,
JournalStructure structure,
boolean appendPath)
toResource
protected Resource toResource(WebDAVRequest webDavRequest,
JournalTemplate template,
boolean appendPath)