| Class | Description |
|---|---|
| BodyRequestBuilder |
Request builder which includes a body component
|
| CopyBuilder |
Builds a request to copy a resource (and its subtree) to a new location
|
| DeleteBuilder |
Builds a request to delete a resource
|
| FcrepoClient |
Represents a client to interact with Fedora's HTTP API.
|
| FcrepoClient.FcrepoClientBuilder |
Builds an FcrepoClient
|
| FcrepoHttpClientBuilder |
A utility class for building an httpclient for interacting with a Fedora repository
|
| FcrepoLink |
A class representing the value of an HTTP Link header
|
| FcrepoResponse |
Represents a response from a fedora repository using a
FcrepoClient. |
| FedoraHeaderConstants |
Header constants used in calls to the Fedora API
|
| GetBuilder |
Builds a GET request to retrieve the content of a resource from the Fedora HTTP API
|
| HeadBuilder |
Builds a HEAD request to retrieve resource headers.
|
| HttpMethods.HttpCopy |
HTTP COPY method.
|
| HttpMethods.HttpMove |
HTTP MOVE method.
|
| MoveBuilder |
Builds a request to move a resource (and its subtree) to a new location
|
| OptionsBuilder |
Builds an OPTIONS request to output information about the supported HTTP methods, etc.
|
| PatchBuilder |
Builds a PUT request for interacting with the Fedora HTTP API in order to modify the triples associated with a
resource with SPARQL-Update.
|
| PostBuilder |
Builds a post request for interacting with the Fedora HTTP API in order to create a new resource within an LDP
container.
|
| PutBuilder |
Builds a PUT request for interacting with the Fedora HTTP API in order to create a resource with a specified path,
or replace the triples associated with a resource with the triples provided in the request body.
|
| RequestBuilder |
Base RequestBuilder class for constructing requests to the Fedora API
|
| Enum | Description |
|---|---|
| HttpMethods |
Represents an HTTP method to pass to the underlying client
|
| Exception | Description |
|---|---|
| FcrepoOperationFailedException |
Represents a failure of the underlying HTTP client's interaction with fedora.
|
Copyright © 2013-2016 DuraSpace, Inc.. All Rights Reserved.