Skip navigation links
B C D F G H O P S V 

B

build() - Method in class org.fcrepo.client.FcrepoHttpClientBuilder
Build an HttpClient

C

createRequest(URI) - Method in enum org.fcrepo.client.HttpMethods
Instantiate a new HttpRequst object from the method type

D

delete(URI) - Method in class org.fcrepo.client.FcrepoClient
Make a DELETE request

F

FcrepoClient - Class in org.fcrepo.client
Represents a client to interact with Fedora's HTTP API.
FcrepoClient(String, String, String, Boolean) - Constructor for class org.fcrepo.client.FcrepoClient
Create a FcrepoClient with a set of authentication values.
FcrepoHttpClientBuilder - Class in org.fcrepo.client
A utility class for building an httpclient for interacting with a Fedora repository
FcrepoHttpClientBuilder(String, String, String) - Constructor for class org.fcrepo.client.FcrepoHttpClientBuilder
Create a FcrepoHttpClientBuilder object with which it is possible to create an HttpClient object
FcrepoLink - Class in org.fcrepo.client
A class representing the value of an HTTP Link header
FcrepoLink(String) - Constructor for class org.fcrepo.client.FcrepoLink
Create a representation of a Link header.
FcrepoOperationFailedException - Exception in org.fcrepo.client
Represents a failure of the underlying HTTP client's interaction with fedora.
FcrepoOperationFailedException(URI, int, String) - Constructor for exception org.fcrepo.client.FcrepoOperationFailedException
Create an FcrepoOperationFailedException
FcrepoResponse - Class in org.fcrepo.client
Represents a response from a fedora repository using a FcrepoClient.
FcrepoResponse(URI, int, String, URI, InputStream) - Constructor for class org.fcrepo.client.FcrepoResponse
Create a FcrepoResponse object from the http response

G

get(URI, String, String) - Method in class org.fcrepo.client.FcrepoClient
Make a GET request
getBody() - Method in class org.fcrepo.client.FcrepoResponse
body getter
getContentType() - Method in class org.fcrepo.client.FcrepoResponse
contentType getter
getLocation() - Method in class org.fcrepo.client.FcrepoResponse
location getter
getRel() - Method in class org.fcrepo.client.FcrepoLink
Retrieve the REL portion of the link
getStatusCode() - Method in exception org.fcrepo.client.FcrepoOperationFailedException
Get the status code
getStatusCode() - Method in class org.fcrepo.client.FcrepoResponse
statusCode getter
getStatusText() - Method in exception org.fcrepo.client.FcrepoOperationFailedException
Get the status text
getUri() - Method in class org.fcrepo.client.FcrepoLink
Retrieve the URI of the link
getUrl() - Method in exception org.fcrepo.client.FcrepoOperationFailedException
Return the requested url
getUrl() - Method in class org.fcrepo.client.FcrepoResponse
url getter

H

head(URI) - Method in class org.fcrepo.client.FcrepoClient
Make a HEAD response
HttpMethods - Enum in org.fcrepo.client
Represents an HTTP method to pass to the underlying client

O

org.fcrepo.client - package org.fcrepo.client
 

P

patch(URI, InputStream) - Method in class org.fcrepo.client.FcrepoClient
Make a PATCH request Please note: the body should have an application/sparql-update content-type
post(URI, InputStream, String) - Method in class org.fcrepo.client.FcrepoClient
Make a POST request
put(URI, InputStream, String) - Method in class org.fcrepo.client.FcrepoClient
Make a PUT request

S

setBody(InputStream) - Method in class org.fcrepo.client.FcrepoResponse
body setter
setContentType(String) - Method in class org.fcrepo.client.FcrepoResponse
contentType setter
setLocation(URI) - Method in class org.fcrepo.client.FcrepoResponse
location setter
setStatusCode(int) - Method in class org.fcrepo.client.FcrepoResponse
statusCode setter
setUrl(URI) - Method in class org.fcrepo.client.FcrepoResponse
url setter

V

valueOf(String) - Static method in enum org.fcrepo.client.HttpMethods
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.fcrepo.client.HttpMethods
Returns an array containing the constants of this enum type, in the order they are declared.
B C D F G H O P S V 
Skip navigation links

Copyright © 2013-2015 DuraSpace, Inc.. All Rights Reserved.