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

B

BASE_URL - Static variable in class org.fcrepo.camel.JmsHeaders
 
build() - Method in class org.fcrepo.camel.FcrepoHttpClientBuilder
Build an HttpClient

C

clone() - Method in class org.fcrepo.camel.FcrepoConfiguration
Copy an FcrepoConfiguration object.
COMMIT - Static variable in class org.fcrepo.camel.FcrepoConstants
 
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.
createRequest(URI) - Method in enum org.fcrepo.camel.HttpMethods
Instantiate a new HttpRequst object from the method type
createTransactionTemplate() - Method in class org.fcrepo.camel.FcrepoEndpoint
Create a template for use in transactions

D

DEFAULT_CONTENT_TYPE - Static variable in class org.fcrepo.camel.FcrepoProducer
 
DEFAULT_HTTPS_PORT - Static variable in class org.fcrepo.camel.FcrepoEndpoint
 
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 { ...
doBegin(Object, TransactionDefinition) - Method in class org.fcrepo.camel.FcrepoTransactionManager
 
doCommit(DefaultTransactionStatus) - Method in class org.fcrepo.camel.FcrepoTransactionManager
 
doGetTransaction() - Method in class org.fcrepo.camel.FcrepoTransactionManager
 
doRollback(DefaultTransactionStatus) - Method in class org.fcrepo.camel.FcrepoTransactionManager
 

E

EVENT_ID - Static variable in class org.fcrepo.camel.JmsHeaders
 
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
FcrepoConstants - Class in org.fcrepo.camel
 
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
 
FcrepoHttpClientBuilder - Class in org.fcrepo.camel
A utility class for building an httpclient for interacting with a Fedora repository
FcrepoHttpClientBuilder(String, String, String) - Constructor for class org.fcrepo.camel.FcrepoHttpClientBuilder
Create a FcrepoHttpClientBuilder object with which it is possible to create an HttpClient object
FcrepoLink - Class in org.fcrepo.camel
A class representing the value of an HTTP Link header
FcrepoLink(String) - Constructor for class org.fcrepo.camel.FcrepoLink
Create a representation of a Link header.
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
FcrepoTransactionManager - Class in org.fcrepo.camel
A Transaction Manager for interacting with fedora-based transactions
FcrepoTransactionManager() - Constructor for class org.fcrepo.camel.FcrepoTransactionManager
Create a FcrepoTransactionManager
FIXITY - Static variable in class org.fcrepo.camel.FcrepoConstants
 

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
getAuthHost() - Method in class org.fcrepo.camel.FcrepoTransactionManager
Get the authHost for the transaction manager.
getAuthPassword() - Method in class org.fcrepo.camel.FcrepoConfiguration
authPassword getter
getAuthPassword() - Method in class org.fcrepo.camel.FcrepoEndpoint
authPassword getter
getAuthPassword() - Method in class org.fcrepo.camel.FcrepoTransactionManager
Get the authPassword for the transaction manager.
getAuthUsername() - Method in class org.fcrepo.camel.FcrepoConfiguration
authUsername getter
getAuthUsername() - Method in class org.fcrepo.camel.FcrepoEndpoint
authUsername getter
getAuthUsername() - Method in class org.fcrepo.camel.FcrepoTransactionManager
Get the authUsername for the transaction manager.
getBaseUrl() - Method in class org.fcrepo.camel.FcrepoConfiguration
baseUrl getter
getBaseUrl() - Method in class org.fcrepo.camel.FcrepoEndpoint
baseUrl getter
getBaseUrl() - Method in class org.fcrepo.camel.FcrepoTransactionManager
Get the base url for the transaction manager.
getBaseUrlWithScheme() - Method in class org.fcrepo.camel.FcrepoEndpoint
Get the repository baseUrl with a full scheme.
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
getFixity() - Method in class org.fcrepo.camel.FcrepoConfiguration
fixity getter
getFixity() - Method in class org.fcrepo.camel.FcrepoEndpoint
fixity 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
preferInclude 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
getRel() - Method in class org.fcrepo.camel.FcrepoLink
Retrieve the REL portion of the link
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
getTransactionManager() - Method in class org.fcrepo.camel.FcrepoComponent
Get the transaction manager for the component
getTransactionManager() - Method in class org.fcrepo.camel.FcrepoConfiguration
transactionManger getter
getTransactionManager() - Method in class org.fcrepo.camel.FcrepoEndpoint
transactionManager getter
getTransform() - Method in class org.fcrepo.camel.FcrepoConfiguration
transform getter
getTransform() - Method in class org.fcrepo.camel.FcrepoEndpoint
transform getter
getUri() - Method in class org.fcrepo.camel.FcrepoLink
Retrieve the URI of the link
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

langFromMimeType(String) - Static method in class org.fcrepo.camel.processor.ProcessorUtils
Extract a language string suitable for Jena from a MimeType value
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
 
PREMIS - Static variable in class org.fcrepo.camel.RdfNamespaces
 
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
 
ROLLBACK - Static variable in class org.fcrepo.camel.FcrepoConstants
 

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
setAuthHost(String) - Method in class org.fcrepo.camel.FcrepoTransactionManager
Set the authHost for the transaction manager.
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
setAuthPassword(String) - Method in class org.fcrepo.camel.FcrepoTransactionManager
Set the authPassword for the transaction manager.
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
setAuthUsername(String) - Method in class org.fcrepo.camel.FcrepoTransactionManager
Set the authUsername for the transaction manager.
setBaseUrl(String) - Method in class org.fcrepo.camel.FcrepoConfiguration
baseUrl setter
setBaseUrl(String) - Method in class org.fcrepo.camel.FcrepoEndpoint
baseUrl setter
setBaseUrl(String) - Method in class org.fcrepo.camel.FcrepoTransactionManager
Set the baseUrl for the transaction manager.
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
setFixity(Boolean) - Method in class org.fcrepo.camel.FcrepoConfiguration
fixity setter
setFixity(Boolean) - Method in class org.fcrepo.camel.FcrepoEndpoint
fixity 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
setTransactionManager(PlatformTransactionManager) - Method in class org.fcrepo.camel.FcrepoComponent
Set the transaction manager for the component
setTransactionManager(PlatformTransactionManager) - Method in class org.fcrepo.camel.FcrepoConfiguration
transactionManager setter
setTransactionManager(PlatformTransactionManager) - Method in class org.fcrepo.camel.FcrepoEndpoint
transactionManager 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
 
TOMBSTONE - Static variable in class org.fcrepo.camel.FcrepoConstants
 
TRANSACTION - Static variable in class org.fcrepo.camel.FcrepoConstants
 
TRANSFORM - Static variable in class org.fcrepo.camel.FcrepoConstants
 

U

USER - Static variable in class org.fcrepo.camel.JmsHeaders
 
USER_AGENT - 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 U V 
Skip navigation links

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