Skip navigation links
B C D E F G H I J L O P R S T V 

B

BASE_URL - Static variable in class org.fcrepo.camel.JmsHeaders
 

C

clone() - Method in class org.fcrepo.camel.FcrepoConfiguration
Copy an FcrepoConfiguration object.
createConsumer(Processor) - Method in class org.fcrepo.camel.FcrepoEndpoint
This component does not implement a consumer endpoint.
createEndpoint(String, String, Map<String, Object>) - Method in class org.fcrepo.camel.FcrepoComponent
Create an Endpoint from a fcrepo uri along with an optional path value and attributes.
createProducer() - Method in class org.fcrepo.camel.FcrepoEndpoint
Create a producer endpoint.

D

DEFAULT_CONTENT_TYPE - Static variable in class org.fcrepo.camel.FcrepoProducer
 
DEFAULT_HTTPS_PORT - Static variable in class org.fcrepo.camel.FcrepoProducer
 
delete(URI) - Method in class org.fcrepo.camel.FcrepoClient
Make a DELETE request
deleteWhere(String, String) - Static method in class org.fcrepo.camel.processor.ProcessorUtils
Create a DELETE WHERE { ...

E

EVENT_TYPE - Static variable in class org.fcrepo.camel.JmsHeaders
 

F

FCREPO_BASE_URL - Static variable in class org.fcrepo.camel.FcrepoHeaders
 
FCREPO_IDENTIFIER - Static variable in class org.fcrepo.camel.FcrepoHeaders
 
FCREPO_NAMED_GRAPH - Static variable in class org.fcrepo.camel.FcrepoHeaders
 
FCREPO_PREFER - Static variable in class org.fcrepo.camel.FcrepoHeaders
 
FCREPO_TRANSFORM - Static variable in class org.fcrepo.camel.FcrepoHeaders
 
FcrepoClient - Class in org.fcrepo.camel
Represents a client to interact with Fedora's HTTP API.
FcrepoClient(String, String, String, Boolean) - Constructor for class org.fcrepo.camel.FcrepoClient
Create a FcrepoClient with a set of authentication values.
FcrepoComponent - Class in org.fcrepo.camel
Represents the component that manages FcrepoEndpoint.
FcrepoComponent() - Constructor for class org.fcrepo.camel.FcrepoComponent
Create a FcrepoComponent independent of a CamelContext.
FcrepoComponent(CamelContext) - Constructor for class org.fcrepo.camel.FcrepoComponent
Given a CamelContext, create a FcrepoComponent instance.
FcrepoComponent(FcrepoConfiguration) - Constructor for class org.fcrepo.camel.FcrepoComponent
Given a FcrepoConfiguration, create a FcrepoComponent instance.
FcrepoConfiguration - Class in org.fcrepo.camel
An FcrepoConfiguration class.
FcrepoConfiguration() - Constructor for class org.fcrepo.camel.FcrepoConfiguration
Create a new FcrepoConfiguration object
FcrepoEndpoint - Class in org.fcrepo.camel
Represents a Fcrepo endpoint.
FcrepoEndpoint(String, String, FcrepoComponent, FcrepoConfiguration) - Constructor for class org.fcrepo.camel.FcrepoEndpoint
Create a FcrepoEndpoint with a uri, path and component
FcrepoHeaders - Class in org.fcrepo.camel
 
FcrepoOperationFailedException - Exception in org.fcrepo.camel
Represents a failure of the underlying HTTP client's interaction with fedora.
FcrepoOperationFailedException(URI, int, String) - Constructor for exception org.fcrepo.camel.FcrepoOperationFailedException
Create an FcrepoOperationFailedException
FcrepoProducer - Class in org.fcrepo.camel
The Fedora producer.
FcrepoProducer(FcrepoEndpoint) - Constructor for class org.fcrepo.camel.FcrepoProducer
Create a FcrepoProducer object
FcrepoResponse - Class in org.fcrepo.camel
Represents a response from a fedora repository using a FcrepoClient.
FcrepoResponse(URI, int, String, URI, InputStream) - Constructor for class org.fcrepo.camel.FcrepoResponse
Create a FcrepoResponse object from the http response

G

get(URI, String, String) - Method in class org.fcrepo.camel.FcrepoClient
Make a GET request
getAccept() - Method in class org.fcrepo.camel.FcrepoConfiguration
accept getter
getAccept() - Method in class org.fcrepo.camel.FcrepoEndpoint
accept getter
getAuthHost() - Method in class org.fcrepo.camel.FcrepoConfiguration
authHost getter
getAuthHost() - Method in class org.fcrepo.camel.FcrepoEndpoint
authHost getter
getAuthPassword() - Method in class org.fcrepo.camel.FcrepoConfiguration
authPassword getter
getAuthPassword() - Method in class org.fcrepo.camel.FcrepoEndpoint
authPassword getter
getAuthUsername() - Method in class org.fcrepo.camel.FcrepoConfiguration
authUsername getter
getAuthUsername() - Method in class org.fcrepo.camel.FcrepoEndpoint
authUsername getter
getBaseUrl() - Method in class org.fcrepo.camel.FcrepoConfiguration
baseUrl getter
getBaseUrl() - Method in class org.fcrepo.camel.FcrepoEndpoint
baseUrl getter
getBody() - Method in class org.fcrepo.camel.FcrepoResponse
body getter
getConfiguration() - Method in class org.fcrepo.camel.FcrepoComponent
Get the component's configuration.
getConfiguration() - Method in class org.fcrepo.camel.FcrepoEndpoint
configuration getter
getContentType() - Method in class org.fcrepo.camel.FcrepoConfiguration
contentType getter
getContentType() - Method in class org.fcrepo.camel.FcrepoEndpoint
contentType getter
getContentType() - Method in class org.fcrepo.camel.FcrepoResponse
contentType getter
getLocation() - Method in class org.fcrepo.camel.FcrepoResponse
location getter
getMetadata() - Method in class org.fcrepo.camel.FcrepoConfiguration
metadata getter
getMetadata() - Method in class org.fcrepo.camel.FcrepoEndpoint
metadata getter
getPreferInclude() - Method in class org.fcrepo.camel.FcrepoConfiguration
preferOmit getter
getPreferInclude() - Method in class org.fcrepo.camel.FcrepoEndpoint
preferInclude getter
getPreferOmit() - Method in class org.fcrepo.camel.FcrepoConfiguration
preferOmit getter
getPreferOmit() - Method in class org.fcrepo.camel.FcrepoEndpoint
preferOmit getter
getStatusCode() - Method in exception org.fcrepo.camel.FcrepoOperationFailedException
Get the status code.
getStatusCode() - Method in class org.fcrepo.camel.FcrepoResponse
statusCode getter
getStatusText() - Method in exception org.fcrepo.camel.FcrepoOperationFailedException
Get the status text.
getSubjectUri(Message) - Static method in class org.fcrepo.camel.processor.ProcessorUtils
Extract the subject URI from the incoming message headers.
getThrowExceptionOnFailure() - Method in class org.fcrepo.camel.FcrepoConfiguration
throwExceptionOnFailure getter
getThrowExceptionOnFailure() - Method in class org.fcrepo.camel.FcrepoEndpoint
throwExceptionOnFailure getter
getTombstone() - Method in class org.fcrepo.camel.FcrepoConfiguration
tombstone getter
getTombstone() - Method in class org.fcrepo.camel.FcrepoEndpoint
tombstone getter
getTransform() - Method in class org.fcrepo.camel.FcrepoConfiguration
transform getter
getTransform() - Method in class org.fcrepo.camel.FcrepoEndpoint
transform getter
getUrl() - Method in exception org.fcrepo.camel.FcrepoOperationFailedException
Return the requested url.
getUrl() - Method in class org.fcrepo.camel.FcrepoResponse
url getter

H

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

I

IDENTIFIER - Static variable in class org.fcrepo.camel.JmsHeaders
 
INDEXING - Static variable in class org.fcrepo.camel.RdfNamespaces
 
insertData(String, String) - Static method in class org.fcrepo.camel.processor.ProcessorUtils
Create an INSERT DATA { ...
isSingleton() - Method in class org.fcrepo.camel.FcrepoEndpoint
Define the component as a singleton

J

JmsHeaders - Class in org.fcrepo.camel
 

L

LDP - Static variable in class org.fcrepo.camel.RdfNamespaces
 

O

org.fcrepo.camel - package org.fcrepo.camel
 
org.fcrepo.camel.processor - package org.fcrepo.camel.processor
 

P

patch(URI, InputStream) - Method in class org.fcrepo.camel.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.camel.FcrepoClient
Make a POST request
PREFER_PROPERTIES - Static variable in class org.fcrepo.camel.RdfNamespaces
 
PREFIX - Static variable in class org.fcrepo.camel.JmsHeaders
 
process(Exchange) - Method in class org.fcrepo.camel.FcrepoProducer
Define how message exchanges are processed.
process(Exchange) - Method in class org.fcrepo.camel.processor.SparqlDeleteProcessor
Define how the message should be processed.
process(Exchange) - Method in class org.fcrepo.camel.processor.SparqlDescribeProcessor
Define how this message should be processed
process(Exchange) - Method in class org.fcrepo.camel.processor.SparqlInsertProcessor
Define how the message is processed.
process(Exchange) - Method in class org.fcrepo.camel.processor.SparqlUpdateProcessor
Define how the message is processed.
ProcessorUtils - Class in org.fcrepo.camel.processor
Utility functions for fcrepo processor classes
PROPERTIES - Static variable in class org.fcrepo.camel.JmsHeaders
 
put(URI, InputStream, String) - Method in class org.fcrepo.camel.FcrepoClient
Make a PUT request

R

RDF - Static variable in class org.fcrepo.camel.RdfNamespaces
 
RdfNamespaces - Class in org.fcrepo.camel
 
REPOSITORY - Static variable in class org.fcrepo.camel.RdfNamespaces
 

S

setAccept(String) - Method in class org.fcrepo.camel.FcrepoConfiguration
accept setter
setAccept(String) - Method in class org.fcrepo.camel.FcrepoEndpoint
accept setter
setAuthHost(String) - Method in class org.fcrepo.camel.FcrepoComponent
set the authHost value component-wide.
setAuthHost(String) - Method in class org.fcrepo.camel.FcrepoConfiguration
authHost setter
setAuthHost(String) - Method in class org.fcrepo.camel.FcrepoEndpoint
authHost setter
setAuthPassword(String) - Method in class org.fcrepo.camel.FcrepoComponent
set the authPassword value component-wide.
setAuthPassword(String) - Method in class org.fcrepo.camel.FcrepoConfiguration
authPassword setter
setAuthPassword(String) - Method in class org.fcrepo.camel.FcrepoEndpoint
authPassword setter
setAuthUsername(String) - Method in class org.fcrepo.camel.FcrepoComponent
set the authUsername value component-wide.
setAuthUsername(String) - Method in class org.fcrepo.camel.FcrepoConfiguration
authUsername setter
setAuthUsername(String) - Method in class org.fcrepo.camel.FcrepoEndpoint
authUsername setter
setBaseUrl(String) - Method in class org.fcrepo.camel.FcrepoConfiguration
baseUrl setter
setBaseUrl(String) - Method in class org.fcrepo.camel.FcrepoEndpoint
baseUrl setter
setBody(InputStream) - Method in class org.fcrepo.camel.FcrepoResponse
body setter
setConfiguration(FcrepoConfiguration) - Method in class org.fcrepo.camel.FcrepoComponent
Set the component's configuration.
setConfiguration(FcrepoConfiguration) - Method in class org.fcrepo.camel.FcrepoEndpoint
configuration setter
setContentType(String) - Method in class org.fcrepo.camel.FcrepoConfiguration
contentType setter
setContentType(String) - Method in class org.fcrepo.camel.FcrepoEndpoint
contentType setter
setContentType(String) - Method in class org.fcrepo.camel.FcrepoResponse
contentType setter
setLocation(URI) - Method in class org.fcrepo.camel.FcrepoResponse
location setter
setMetadata(Boolean) - Method in class org.fcrepo.camel.FcrepoConfiguration
metadata setter
setMetadata(Boolean) - Method in class org.fcrepo.camel.FcrepoEndpoint
metadata setter
setPreferInclude(String) - Method in class org.fcrepo.camel.FcrepoConfiguration
preferInclude setter
setPreferInclude(String) - Method in class org.fcrepo.camel.FcrepoEndpoint
preferInclude setter
setPreferOmit(String) - Method in class org.fcrepo.camel.FcrepoConfiguration
preferOmit setter
setPreferOmit(String) - Method in class org.fcrepo.camel.FcrepoEndpoint
preferOmit setter
setStatusCode(int) - Method in class org.fcrepo.camel.FcrepoResponse
statusCode setter
setThrowExceptionOnFailure(Boolean) - Method in class org.fcrepo.camel.FcrepoConfiguration
throwExceptionOnFailure setter
setThrowExceptionOnFailure(Boolean) - Method in class org.fcrepo.camel.FcrepoEndpoint
throwExceptionOnFailure setter
setTombstone(Boolean) - Method in class org.fcrepo.camel.FcrepoConfiguration
tombstone setter
setTombstone(Boolean) - Method in class org.fcrepo.camel.FcrepoEndpoint
tombstone setter
setTransform(String) - Method in class org.fcrepo.camel.FcrepoConfiguration
transform setter
setTransform(String) - Method in class org.fcrepo.camel.FcrepoEndpoint
transform setter
setUrl(URI) - Method in class org.fcrepo.camel.FcrepoResponse
url setter
SparqlDeleteProcessor - Class in org.fcrepo.camel.processor
Represends a message processor that deletes objects from an external triplestore.
SparqlDeleteProcessor() - Constructor for class org.fcrepo.camel.processor.SparqlDeleteProcessor
 
SparqlDescribeProcessor - Class in org.fcrepo.camel.processor
Represents a Processor class that formulates a Sparql DESCRIBE query that is ready to be POSTed to a Sparql endpoint.
SparqlDescribeProcessor() - Constructor for class org.fcrepo.camel.processor.SparqlDescribeProcessor
 
SparqlInsertProcessor - Class in org.fcrepo.camel.processor
Represents a processor for creating the sparql-update message to be passed to an external triplestore.
SparqlInsertProcessor() - Constructor for class org.fcrepo.camel.processor.SparqlInsertProcessor
 
SparqlUpdateProcessor - Class in org.fcrepo.camel.processor
Represents a processor for creating the sparql-update message to be passed to an external triplestore.
SparqlUpdateProcessor() - Constructor for class org.fcrepo.camel.processor.SparqlUpdateProcessor
 

T

TIMESTAMP - Static variable in class org.fcrepo.camel.JmsHeaders
 

V

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

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