org.nuxeo.ecm.webdav.resource
Class VirtualFolderResource
java.lang.Object
org.nuxeo.ecm.webdav.resource.AbstractResource
org.nuxeo.ecm.webdav.resource.VirtualFolderResource
public class VirtualFolderResource
- extends AbstractResource
VirtualFolderResource
public VirtualFolderResource(String path,
HttpServletRequest request,
LinkedList<String> rootFolderNames)
throws Exception
- Throws:
Exception
get
public String get()
throws org.nuxeo.ecm.core.api.ClientException
- Throws:
org.nuxeo.ecm.core.api.ClientException
propfind
public Response propfind(@Context
UriInfo uriInfo,
@HeaderParam(value="depth")
String depth)
throws Exception
- Throws:
Exception
delete
public Response delete()
throws Exception
- Throws:
Exception
copy
public Response copy()
throws Exception
- Throws:
Exception
move
public Response move()
throws Exception
- Throws:
Exception
proppatch
public Response proppatch()
throws Exception
- Throws:
Exception
mkcol
public Response mkcol()
head
public Response head()
lock
public Response lock(@Context
UriInfo uriInfo)
throws Exception
- Throws:
Exception
unlock
public Response unlock()
throws Exception
- Throws:
Exception
Copyright © 2011 Nuxeo SAS. All Rights Reserved.