public class VirtualFolderResource extends AbstractResource
Constructor and Description |
---|
VirtualFolderResource(String path,
HttpServletRequest request,
LinkedList<String> rootFolderNames) |
Modifier and Type | Method and Description |
---|---|
Response |
copy() |
Response |
delete() |
String |
get() |
Response |
head() |
Response |
lock(UriInfo uriInfo) |
Response |
mkcol() |
Response |
move() |
Response |
propfind(UriInfo uriInfo,
String depth) |
Response |
proppatch() |
Response |
unlock() |
options
public VirtualFolderResource(String path, HttpServletRequest request, LinkedList<String> rootFolderNames) throws Exception
Exception
public String get() throws ClientException
ClientException
public Response propfind(@Context UriInfo uriInfo, @HeaderParam(value="depth") String depth) throws Exception
Exception
public Response mkcol()
public Response head()
Copyright © 2011 Nuxeo SA. All Rights Reserved.