- getBase() - Method in class org.apache.camel.component.jcr.JcrEndpoint
-
Get the base node when accessing the repository
- getCamelContext() - Method in class org.apache.camel.component.jcr.JcrConverterLoader
-
- 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.