|
Nuxeo Filesystem Connectors 5.5-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.FileResource
public class FileResource
Resource representing a file-like object in the repository. (I.e. not a folder).
| Field Summary |
|---|
| Fields inherited from class org.nuxeo.ecm.webdav.resource.ExistingResource |
|---|
READONLY_TOKEN |
| 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 |
|---|
public FileResource(String path,
org.nuxeo.ecm.core.api.DocumentModel doc,
HttpServletRequest request,
WebDavBackend backend)
throws Exception
Exception| Method Detail |
|---|
public Object get()
throws Exception
Exception
public Response put()
throws Exception
Exception
public Response propfind(@Context
UriInfo uriInfo)
throws Exception
Exception
|
Nuxeo Filesystem Connectors 5.5-SNAPSHOT | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||