Skip navigation links
Camel :: JCR 2.23.2.fuse-760030-redhat-00001
C D E G I J O P S T 

C

createConsumer(Processor) - Method in class org.apache.camel.component.jcr.JcrEndpoint
 
createEndpoint(String, String, Map<String, Object>) - Method in class org.apache.camel.component.jcr.JcrComponent
 
createProducer() - Method in class org.apache.camel.component.jcr.JcrEndpoint
 

D

doStart() - Method in class org.apache.camel.component.jcr.JcrConsumer
 
doStart() - Method in class org.apache.camel.component.jcr.JcrEndpoint
 
doStop() - Method in class org.apache.camel.component.jcr.JcrConsumer
 

E

EndpointEventListener - Class in org.apache.camel.component.jcr
A JCR EventListener which can be used to delegate processing to a Camel endpoint.
EndpointEventListener(JcrEndpoint, Processor) - Constructor for class org.apache.camel.component.jcr.EndpointEventListener
 

G

getBase() - Method in class org.apache.camel.component.jcr.JcrEndpoint
Get the base node when accessing the repository
getCredentials() - Method in class org.apache.camel.component.jcr.JcrEndpoint
Get the Credentials for establishing the JCR repository connection
getEndpointConfiguredDestinationName() - Method in class org.apache.camel.component.jcr.JcrEndpoint
Gets the destination name which was configured from the endpoint uri.
getEventTypes() - Method in class org.apache.camel.component.jcr.JcrEndpoint
eventTypes (a combination of one or more event types encoded as a bit mask value such as javax.jcr.observation.Event.NODE_ADDED, javax.jcr.observation.Event.NODE_REMOVED, etc.).
getHost() - Method in class org.apache.camel.component.jcr.JcrEndpoint
 
getJcrEndpoint() - Method in class org.apache.camel.component.jcr.JcrConsumer
 
getNodeTypeNames() - Method in class org.apache.camel.component.jcr.JcrEndpoint
When a comma separated nodeTypeName list string is set, only events whose associated parent node has one of the node types (or a subtype of one of the node types) in this list will be received.
getPassword() - Method in class org.apache.camel.component.jcr.JcrEndpoint
 
getRepository() - Method in class org.apache.camel.component.jcr.JcrEndpoint
Get the Repository
getSessionLiveCheckInterval() - Method in class org.apache.camel.component.jcr.JcrEndpoint
Interval in milliseconds to wait before each session live checking The default value is 60000 ms.
getSessionLiveCheckIntervalOnStart() - Method in class org.apache.camel.component.jcr.JcrEndpoint
Interval in milliseconds to wait before the first session live checking.
getUsername() - Method in class org.apache.camel.component.jcr.JcrEndpoint
 
getUuids() - Method in class org.apache.camel.component.jcr.JcrEndpoint
When a comma separated uuid list string is set, only events whose associated parent node has one of the identifiers in the comma separated uuid list will be received.
getWorkspaceName() - Method in class org.apache.camel.component.jcr.JcrEndpoint
The workspace to access.

I

isDeep() - Method in class org.apache.camel.component.jcr.JcrEndpoint
When isDeep is true, events whose associated parent node is at absPath or within its subgraph are received.
isNoLocal() - Method in class org.apache.camel.component.jcr.JcrEndpoint
If noLocal is true, then events generated by the session through which the listener was registered are ignored.
isSingleton() - Method in class org.apache.camel.component.jcr.JcrEndpoint
 

J

JCR_GET_BY_ID - Static variable in class org.apache.camel.component.jcr.JcrConstants
 
JCR_INSERT - Static variable in class org.apache.camel.component.jcr.JcrConstants
 
JCR_NODE_NAME - Static variable in class org.apache.camel.component.jcr.JcrConstants
Property key for specifying the name of a node in the repository
JCR_NODE_TYPE - Static variable in class org.apache.camel.component.jcr.JcrConstants
 
JCR_OPERATION - Static variable in class org.apache.camel.component.jcr.JcrConstants
 
JcrComponent - Class in org.apache.camel.component.jcr
A component for integrating with JSR-170 (JCR) compliant content repositories
JcrComponent() - Constructor for class org.apache.camel.component.jcr.JcrComponent
 
JcrComponent(CamelContext) - Constructor for class org.apache.camel.component.jcr.JcrComponent
 
JcrConstants - Class in org.apache.camel.component.jcr
JCR Constants.
JcrConsumer - Class in org.apache.camel.component.jcr
A Consumer to consume JCR events.
JcrConsumer(JcrEndpoint, Processor) - Constructor for class org.apache.camel.component.jcr.JcrConsumer
 
JcrConverter - Class in org.apache.camel.component.jcr
A helper class to transform Object into JCR Value implementations
JcrEndpoint - Class in org.apache.camel.component.jcr
The jcr component allows you to add/read nodes to/from a JCR compliant content repository.
JcrEndpoint(String, JcrComponent) - Constructor for class org.apache.camel.component.jcr.JcrEndpoint
 
JcrProducer - Class in org.apache.camel.component.jcr
 
JcrProducer(JcrEndpoint) - Constructor for class org.apache.camel.component.jcr.JcrProducer
 

O

onEvent(EventIterator) - Method in class org.apache.camel.component.jcr.EndpointEventListener
 
openSession() - Method in class org.apache.camel.component.jcr.JcrProducer
 
org.apache.camel.component.jcr - package org.apache.camel.component.jcr
 

P

process(Exchange) - Method in class org.apache.camel.component.jcr.JcrProducer
 

S

setBase(String) - Method in class org.apache.camel.component.jcr.JcrEndpoint
 
setDeep(boolean) - Method in class org.apache.camel.component.jcr.JcrEndpoint
 
setEventTypes(int) - Method in class org.apache.camel.component.jcr.JcrEndpoint
 
setHost(String) - Method in class org.apache.camel.component.jcr.JcrEndpoint
Name of the Repository to lookup from the Camel registry to be used.
setNodeTypeNames(String) - Method in class org.apache.camel.component.jcr.JcrEndpoint
 
setNoLocal(boolean) - Method in class org.apache.camel.component.jcr.JcrEndpoint
 
setPassword(String) - Method in class org.apache.camel.component.jcr.JcrEndpoint
Password for login
setSessionLiveCheckInterval(long) - Method in class org.apache.camel.component.jcr.JcrEndpoint
 
setSessionLiveCheckIntervalOnStart(long) - Method in class org.apache.camel.component.jcr.JcrEndpoint
 
setUsername(String) - Method in class org.apache.camel.component.jcr.JcrEndpoint
Username for login
setUuids(String) - Method in class org.apache.camel.component.jcr.JcrEndpoint
 
setWorkspaceName(String) - Method in class org.apache.camel.component.jcr.JcrEndpoint
 

T

toBoolean(Value) - Static method in class org.apache.camel.component.jcr.JcrConverter
 
toCalendar(Value) - Static method in class org.apache.camel.component.jcr.JcrConverter
 
toString(Value) - Static method in class org.apache.camel.component.jcr.JcrConverter
 
toValue(Boolean) - Static method in class org.apache.camel.component.jcr.JcrConverter
 
toValue(InputStream) - Static method in class org.apache.camel.component.jcr.JcrConverter
 
toValue(Calendar) - Static method in class org.apache.camel.component.jcr.JcrConverter
 
toValue(String) - Static method in class org.apache.camel.component.jcr.JcrConverter
 
toValue(Value) - Static method in class org.apache.camel.component.jcr.JcrConverter
 
C D E G I J O P S T 
Skip navigation links
Camel :: JCR 2.23.2.fuse-760030-redhat-00001

Apache Camel