| BodyRequestBuilder |
Request builder which includes a body component
|
| DeleteBuilder |
Builds a request to delete a resource
|
| ExternalContentHandling |
Constants for external content handling defined by the Fedora specification,
used to determine how to process the external content URI.
|
| 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
|
| FcrepoLink.Builder |
Builder class for link headers represented as FcrepoLinks
|
| FcrepoResponse |
Represents a response from a fedora repository using a FcrepoClient.
|
| FedoraHeaderConstants |
Header constants used in calls to the Fedora API
|
| FedoraTypes |
Helper constants for resource types used in the Fedora specification.
|
| 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.
|
| HeaderHelpers |
Helpers for constructing headers.
|
| HistoricMementoBuilder |
Builds a POST request for creating a memento (LDPRm) with the state given in the request body
and the datetime given in the Memento-Datetime request header.
|
| HttpMethods.HttpCopy |
HTTP COPY method.
|
| HttpMethods.HttpMove |
HTTP MOVE method.
|
| LinkHeaderConstants |
Link header values used in the Fedora specification.
|
| OptionsBuilder |
Builds an OPTIONS request to output information about the supported HTTP methods, etc.
|
| OriginalMementoBuilder |
Builds a POST request for creating a memento (LDPRm) from the current state of an LDPRv.
|
| 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
|
| RetrieveRequestBuilder |
Abstract builder for requests to retrieve information from the server
|