- 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
-
- 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
-
- 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
-