C D E G I J O P S T 

C

copyFrom(Message) - Method in class org.apache.camel.component.jcr.JcrMessage
 
createBody() - Method in class org.apache.camel.component.jcr.JcrMessage
 
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

doResume() - Method in class org.apache.camel.component.jcr.JcrConsumer
 
doStart() - Method in class org.apache.camel.component.jcr.JcrConsumer
 
doStop() - Method in class org.apache.camel.component.jcr.JcrConsumer
 
doSuspend() - 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 reposititory
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.
getEventIterator() - Method in class org.apache.camel.component.jcr.JcrMessage
 
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.).
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.
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.
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.

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_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
 
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
A JCR endpoint
JcrEndpoint(String, JcrComponent) - Constructor for class org.apache.camel.component.jcr.JcrEndpoint
 
JcrMessage - Class in org.apache.camel.component.jcr
Represents a Message for working with JCR
JcrMessage(EventIterator) - Constructor for class org.apache.camel.component.jcr.JcrMessage
 
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

setDeep(boolean) - Method in class org.apache.camel.component.jcr.JcrEndpoint
 
setEventTypes(int) - Method in class org.apache.camel.component.jcr.JcrEndpoint
 
setNodeTypeNames(String) - Method in class org.apache.camel.component.jcr.JcrEndpoint
 
setNoLocal(boolean) - Method in class org.apache.camel.component.jcr.JcrEndpoint
 
setSessionLiveCheckInterval(long) - Method in class org.apache.camel.component.jcr.JcrEndpoint
 
setSessionLiveCheckIntervalOnStart(long) - Method in class org.apache.camel.component.jcr.JcrEndpoint
 
setUuids(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
 
toString() - Method in class org.apache.camel.component.jcr.JcrMessage
 
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 

Apache Camel