| Modifier and Type | Method and Description |
|---|---|
CopyBuilder |
FcrepoClient.copy(URI source,
URI destination)
Make a MOVE request to copy a resource (and its subtree) to a new location.
|
DeleteBuilder |
FcrepoClient.delete(URI url)
Make a DELETE request to delete a resource
|
FcrepoResponse |
FcrepoClient.executeRequest(URI url,
org.apache.http.client.methods.HttpRequestBase request)
Execute a HTTP request
|
PostBuilder |
PostBuilder.filename(String filename)
Provide a content disposition header which will be used as the filename
|
GetBuilder |
FcrepoClient.get(URI url)
Make a GET request to retrieve the content of a resource
|
HeadBuilder |
FcrepoClient.head(URI url)
Make a HEAD request to retrieve resource headers.
|
MoveBuilder |
FcrepoClient.move(URI source,
URI destination)
Make a COPY request to move a resource (and its subtree) to a new location.
|
OptionsBuilder |
FcrepoClient.options(URI url)
Make a OPTIONS request to output information about the supported HTTP methods, etc.
|
PatchBuilder |
FcrepoClient.patch(URI url)
Make a PATCH request to modify the triples associated with a resource with SPARQL-Update.
|
FcrepoResponse |
RequestBuilder.perform()
Performs the request constructed in this builder and returns the response
|
PostBuilder |
FcrepoClient.post(URI url)
Make a POST request to create a new resource within an LDP container.
|
PutBuilder |
FcrepoClient.put(URI url)
Make a PUT request to create a resource with a specified path, or replace the triples associated with a
resource with the triples provided in the request body.
|
Copyright © 2013-2016 DuraSpace, Inc.. All Rights Reserved.