|
Nuxeo Filesystem Connectors 5.4.3-SNAPSHOT | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nuxeo.ecm.webdav.resource.AbstractResource
org.nuxeo.ecm.webdav.resource.ExistingResource
org.nuxeo.ecm.webdav.resource.FolderResource
public class FolderResource
A resource for folder-like objects in the repository.
| Constructor Summary | |
|---|---|
FolderResource(String path,
org.nuxeo.ecm.core.api.DocumentModel doc,
HttpServletRequest request,
WebDavBackend backend)
|
|
| Method Summary | |
|---|---|
String |
get()
|
Response |
propfind(UriInfo uriInfo,
String depth)
|
| Methods inherited from class org.nuxeo.ecm.webdav.resource.ExistingResource |
|---|
copy, delete, head, lock, mkcol, move, proppatch, unlock |
| Methods inherited from class org.nuxeo.ecm.webdav.resource.AbstractResource |
|---|
options |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FolderResource(String path,
org.nuxeo.ecm.core.api.DocumentModel doc,
HttpServletRequest request,
WebDavBackend backend)
throws Exception
Exception| Method Detail |
|---|
public String get()
throws org.nuxeo.ecm.core.api.ClientException
org.nuxeo.ecm.core.api.ClientException
public Response propfind(@Context
UriInfo uriInfo,
@HeaderParam(value="depth")
String depth)
throws Exception
Exception
|
Nuxeo Filesystem Connectors 5.4.3-SNAPSHOT | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||