- patch(URI) - Method in class org.fcrepo.client.FcrepoClient
-
Make a PATCH request to modify the triples associated with a resource with SPARQL-Update.
- PatchBuilder - Class in org.fcrepo.client
-
Builds a PUT request for interacting with the Fedora HTTP API in order to modify the triples associated with a
resource with SPARQL-Update.
- PatchBuilder(URI, FcrepoClient) - Constructor for class org.fcrepo.client.PatchBuilder
-
Instantiate builder
- perform() - Method in class org.fcrepo.client.RequestBuilder
-
Performs the request constructed in this builder and returns the response
- post(URI) - Method in class org.fcrepo.client.FcrepoClient
-
Make a POST request to create a new resource within an LDP container.
- PostBuilder - Class in org.fcrepo.client
-
Builds a post request for interacting with the Fedora HTTP API in order to create a new resource within an LDP
container.
- PostBuilder(URI, FcrepoClient) - Constructor for class org.fcrepo.client.PostBuilder
-
Instantiate builder
- PREFER - Static variable in class org.fcrepo.client.FedoraHeaderConstants
-
- preferLenient() - Method in class org.fcrepo.client.PutBuilder
-
Set the prefer header for this request to lenient handling, to indicate that server-managed triples will not
be included in the request body.
- preferMinimal() - Method in class org.fcrepo.client.GetBuilder
-
Set the prefer header for this request to minimal, to indicate that only triples directly related to a resource
should be returned.
- preferRepresentation() - Method in class org.fcrepo.client.GetBuilder
-
Set the prefer header for this request to representation, to indicate that links to other resources and their
properties should also be included.
- preferRepresentation(List<URI>, List<URI>) - Method in class org.fcrepo.client.GetBuilder
-
Set the prefer header for this request to representation, to indicate that links to other resources and their
properties should also be included.
- put(URI) - Method in class org.fcrepo.client.FcrepoClient
-
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.
- PutBuilder - Class in org.fcrepo.client
-
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.
- PutBuilder(URI, FcrepoClient) - Constructor for class org.fcrepo.client.PutBuilder
-
Instantiate builder