Nuxeo Filesystem Connectors 5.4.3-SNAPSHOT

org.nuxeo.ecm.webdav.resource
Class FileResource

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.FileResource

public class FileResource
extends ExistingResource

Resource representing a file-like object in the repository. (I.e. not a folder).


Constructor Summary
FileResource(String path, org.nuxeo.ecm.core.api.DocumentModel doc, HttpServletRequest request, WebDavBackend backend)
           
 
Method Summary
 Object get()
           
 Response propfind(UriInfo uriInfo)
           
 Response put()
           
 
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

FileResource

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

get

public Object get()
           throws Exception
Throws:
Exception

put

public Response put()
             throws Exception
Throws:
Exception

propfind

public Response propfind(@Context
                         UriInfo uriInfo)
                  throws Exception
Throws:
Exception

Nuxeo Filesystem Connectors 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.