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