public class ExistingResource extends AbstractResource
Modifier and Type | Field and Description |
---|---|
static String |
READONLY_TOKEN |
Modifier and Type | Method and Description |
---|---|
Response |
copy(String dest,
String overwrite) |
Response |
delete() |
Response |
head() |
Response |
lock(UriInfo uriInfo) |
Response |
mkcol()
We can't MKCOL over an existing resource.
|
Response |
move(String dest,
String overwrite) |
Response |
proppatch(UriInfo uriInfo) |
Response |
unlock() |
options
public static final String READONLY_TOKEN
public Response copy(@HeaderParam(value="Destination") String dest, @HeaderParam(value="Overwrite") String overwrite) throws Exception
Exception
public Response move(@HeaderParam(value="Destination") String dest, @HeaderParam(value="Overwrite") String overwrite) throws Exception
Exception
public Response mkcol()
public Response head()
Copyright © 2013 Nuxeo SA. All Rights Reserved.