B C D E G I J L O P S T
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- buildUri(String, Map<String, Object>, boolean) - Method in class org.apache.camel.component.jcr.JcrEndpointUriFactory
C
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.jcr.JcrComponentConfigurer
- configure(CamelContext, Object, String, Object, boolean) - Method in class org.apache.camel.component.jcr.JcrEndpointConfigurer
- 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. - getOptionType(String, boolean) - Method in class org.apache.camel.component.jcr.JcrComponentConfigurer
- getOptionType(String, boolean) - Method in class org.apache.camel.component.jcr.JcrEndpointConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.jcr.JcrComponentConfigurer
- getOptionValue(Object, String, boolean) - Method in class org.apache.camel.component.jcr.JcrEndpointConfigurer
- 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 atabsPath
or within its subgraph are received. - isEnabled(String) - Method in class org.apache.camel.component.jcr.JcrEndpointUriFactory
- isLenientProperties() - Method in class org.apache.camel.component.jcr.JcrEndpointUriFactory
- isNoLocal() - Method in class org.apache.camel.component.jcr.JcrEndpoint
-
If
noLocal
istrue
, then events generated by the session through which the listener was registered are ignored.
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
- JcrComponentConfigurer - Class in org.apache.camel.component.jcr
-
Generated by camel build tools - do NOT edit this file!
- JcrComponentConfigurer() - Constructor for class org.apache.camel.component.jcr.JcrComponentConfigurer
- 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 - JcrConverterLoader - Class in org.apache.camel.component.jcr
-
Generated by camel build tools - do NOT edit this file!
- JcrConverterLoader() - Constructor for class org.apache.camel.component.jcr.JcrConverterLoader
- JcrEndpoint - Class in org.apache.camel.component.jcr
-
Read and write nodes to/from a JCR compliant content repository.
- JcrEndpoint(String, JcrComponent) - Constructor for class org.apache.camel.component.jcr.JcrEndpoint
- JcrEndpointConfigurer - Class in org.apache.camel.component.jcr
-
Generated by camel build tools - do NOT edit this file!
- JcrEndpointConfigurer() - Constructor for class org.apache.camel.component.jcr.JcrEndpointConfigurer
- JcrEndpointUriFactory - Class in org.apache.camel.component.jcr
-
Generated by camel build tools - do NOT edit this file!
- JcrEndpointUriFactory() - Constructor for class org.apache.camel.component.jcr.JcrEndpointUriFactory
- JcrProducer - Class in org.apache.camel.component.jcr
- JcrProducer(JcrEndpoint) - Constructor for class org.apache.camel.component.jcr.JcrProducer
L
- load(TypeConverterRegistry) - Method in class org.apache.camel.component.jcr.JcrConverterLoader
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
- propertyNames() - Method in class org.apache.camel.component.jcr.JcrEndpointUriFactory
S
- secretPropertyNames() - Method in class org.apache.camel.component.jcr.JcrEndpointUriFactory
- 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(InputStream) - Static method in class org.apache.camel.component.jcr.JcrConverter
- toValue(Boolean) - Static method in class org.apache.camel.component.jcr.JcrConverter
- toValue(String) - Static method in class org.apache.camel.component.jcr.JcrConverter
- toValue(Calendar) - Static method in class org.apache.camel.component.jcr.JcrConverter
- toValue(Value) - Static method in class org.apache.camel.component.jcr.JcrConverter
All Classes All Packages