Nuxeo Filesystem Connectors 5.5-SNAPSHOT

org.nuxeo.ecm.webdav.resource
Class FolderResource

java.lang.Object
  extended by org.nuxeo.ecm.webdav.resource.AbstractResource
      extended by org.nuxeo.ecm.webdav.resource.ExistingResource
          extended by org.nuxeo.ecm.webdav.resource.FolderResource

public class FolderResource
extends ExistingResource

A resource for folder-like objects in the repository.


Field Summary
 
Fields inherited from class org.nuxeo.ecm.webdav.resource.ExistingResource
READONLY_TOKEN
 
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

FolderResource

public FolderResource(String path,
                      org.nuxeo.ecm.core.api.DocumentModel doc,
                      HttpServletRequest request,
                      WebDavBackend backend)
               throws Exception
Throws:
Exception
Method Detail

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

Nuxeo Filesystem Connectors 5.5-SNAPSHOT

Copyright © 2011 Nuxeo SA. All Rights Reserved.