Nuxeo Filesystem Connectors 5.4.3-SNAPSHOT

org.nuxeo.ecm.webdav.resource
Class VirtualFolderResource

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

public class VirtualFolderResource
extends AbstractResource


Constructor Summary
VirtualFolderResource(String path, HttpServletRequest request, LinkedList<String> rootFolderNames)
           
 
Method Summary
 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()
           
 
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

VirtualFolderResource

public VirtualFolderResource(String path,
                             HttpServletRequest request,
                             LinkedList<String> rootFolderNames)
                      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

delete

public Response delete()
                throws Exception
Throws:
Exception

copy

public Response copy()
              throws Exception
Throws:
Exception

move

public Response move()
              throws Exception
Throws:
Exception

proppatch

public Response proppatch()
                   throws Exception
Throws:
Exception

mkcol

public Response mkcol()

head

public Response head()

lock

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

unlock

public Response unlock()
                throws Exception
Throws:
Exception

Nuxeo Filesystem Connectors 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.