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() |
optionspublic VirtualFolderResource(String path, HttpServletRequest request, LinkedList<String> rootFolderNames) throws Exception
Exceptionpublic String get() throws ClientException
ClientExceptionpublic Response propfind(@Context UriInfo uriInfo, @HeaderParam(value="depth") String depth) throws Exception
Exceptionpublic Response mkcol()
public Response head()
Copyright © 2011 Nuxeo SA. All Rights Reserved.