Interface JcrEndpointBuilderFactory.JcrEndpointBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointConsumerBuilder,org.apache.camel.EndpointConsumerResolver,org.apache.camel.builder.EndpointProducerBuilder,org.apache.camel.EndpointProducerResolver,JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder,JcrEndpointBuilderFactory.JcrEndpointProducerBuilder
- Enclosing interface:
- JcrEndpointBuilderFactory
public static interface JcrEndpointBuilderFactory.JcrEndpointBuilder
extends JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder, JcrEndpointBuilderFactory.JcrEndpointProducerBuilder
Builder for endpoint for the JCR component.
-
Method Summary
Modifier and TypeMethodDescriptionadvanced()deep(boolean deep) When isDeep is true, events whose associated parent node is at absPath or within its subgraph are received.When isDeep is true, events whose associated parent node is at absPath or within its subgraph are received.eventTypes(int eventTypes) 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.).eventTypes(String eventTypes) 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.).nodeTypeNames(String nodeTypeNames) 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.noLocal(boolean noLocal) If noLocal is true, then events generated by the session through which the listener was registered are ignored.If noLocal is true, then events generated by the session through which the listener was registered are ignored.Password for login.sessionLiveCheckInterval(long sessionLiveCheckInterval) Interval in milliseconds to wait before each session live checking The default value is 60000 ms.sessionLiveCheckInterval(String sessionLiveCheckInterval) Interval in milliseconds to wait before each session live checking The default value is 60000 ms.sessionLiveCheckIntervalOnStart(long sessionLiveCheckIntervalOnStart) Interval in milliseconds to wait before the first session live checking.sessionLiveCheckIntervalOnStart(String sessionLiveCheckIntervalOnStart) Interval in milliseconds to wait before the first session live checking.Username for login.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.workspaceName(String workspaceName) The workspace to access.Methods inherited from interface org.apache.camel.builder.EndpointConsumerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointConsumerResolver
resolve, resolveMethods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUriMethods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolve
-
Method Details
-
advanced
- Specified by:
advancedin interfaceJcrEndpointBuilderFactory.JcrEndpointConsumerBuilder- Specified by:
advancedin interfaceJcrEndpointBuilderFactory.JcrEndpointProducerBuilder
-
deep
When isDeep is true, events whose associated parent node is at absPath or within its subgraph are received. The option is a: <code>boolean</code> type. Default: false Group: common- Specified by:
deepin interfaceJcrEndpointBuilderFactory.JcrEndpointConsumerBuilder- Specified by:
deepin interfaceJcrEndpointBuilderFactory.JcrEndpointProducerBuilder- Parameters:
deep- the value to set- Returns:
- the dsl builder
-
deep
When isDeep is true, events whose associated parent node is at absPath or within its subgraph are received. The option will be converted to a <code>boolean</code> type. Default: false Group: common- Specified by:
deepin interfaceJcrEndpointBuilderFactory.JcrEndpointConsumerBuilder- Specified by:
deepin interfaceJcrEndpointBuilderFactory.JcrEndpointProducerBuilder- Parameters:
deep- the value to set- Returns:
- the dsl builder
-
eventTypes
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.). The option is a: <code>int</code> type. Group: common- Specified by:
eventTypesin interfaceJcrEndpointBuilderFactory.JcrEndpointConsumerBuilder- Specified by:
eventTypesin interfaceJcrEndpointBuilderFactory.JcrEndpointProducerBuilder- Parameters:
eventTypes- the value to set- Returns:
- the dsl builder
-
eventTypes
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.). The option will be converted to a <code>int</code> type. Group: common- Specified by:
eventTypesin interfaceJcrEndpointBuilderFactory.JcrEndpointConsumerBuilder- Specified by:
eventTypesin interfaceJcrEndpointBuilderFactory.JcrEndpointProducerBuilder- Parameters:
eventTypes- the value to set- Returns:
- the dsl builder
-
nodeTypeNames
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. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
nodeTypeNamesin interfaceJcrEndpointBuilderFactory.JcrEndpointConsumerBuilder- Specified by:
nodeTypeNamesin interfaceJcrEndpointBuilderFactory.JcrEndpointProducerBuilder- Parameters:
nodeTypeNames- the value to set- Returns:
- the dsl builder
-
noLocal
If noLocal is true, then events generated by the session through which the listener was registered are ignored. Otherwise, they are not ignored. The option is a: <code>boolean</code> type. Default: false Group: common- Specified by:
noLocalin interfaceJcrEndpointBuilderFactory.JcrEndpointConsumerBuilder- Specified by:
noLocalin interfaceJcrEndpointBuilderFactory.JcrEndpointProducerBuilder- Parameters:
noLocal- the value to set- Returns:
- the dsl builder
-
noLocal
If noLocal is true, then events generated by the session through which the listener was registered are ignored. Otherwise, they are not ignored. The option will be converted to a <code>boolean</code> type. Default: false Group: common- Specified by:
noLocalin interfaceJcrEndpointBuilderFactory.JcrEndpointConsumerBuilder- Specified by:
noLocalin interfaceJcrEndpointBuilderFactory.JcrEndpointProducerBuilder- Parameters:
noLocal- the value to set- Returns:
- the dsl builder
-
password
Password for login. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
passwordin interfaceJcrEndpointBuilderFactory.JcrEndpointConsumerBuilder- Specified by:
passwordin interfaceJcrEndpointBuilderFactory.JcrEndpointProducerBuilder- Parameters:
password- the value to set- Returns:
- the dsl builder
-
sessionLiveCheckInterval
default JcrEndpointBuilderFactory.JcrEndpointBuilder sessionLiveCheckInterval(long sessionLiveCheckInterval) Interval in milliseconds to wait before each session live checking The default value is 60000 ms. The option is a: <code>long</code> type. Default: 60000 Group: common- Specified by:
sessionLiveCheckIntervalin interfaceJcrEndpointBuilderFactory.JcrEndpointConsumerBuilder- Specified by:
sessionLiveCheckIntervalin interfaceJcrEndpointBuilderFactory.JcrEndpointProducerBuilder- Parameters:
sessionLiveCheckInterval- the value to set- Returns:
- the dsl builder
-
sessionLiveCheckInterval
default JcrEndpointBuilderFactory.JcrEndpointBuilder sessionLiveCheckInterval(String sessionLiveCheckInterval) Interval in milliseconds to wait before each session live checking The default value is 60000 ms. The option will be converted to a <code>long</code> type. Default: 60000 Group: common- Specified by:
sessionLiveCheckIntervalin interfaceJcrEndpointBuilderFactory.JcrEndpointConsumerBuilder- Specified by:
sessionLiveCheckIntervalin interfaceJcrEndpointBuilderFactory.JcrEndpointProducerBuilder- Parameters:
sessionLiveCheckInterval- the value to set- Returns:
- the dsl builder
-
sessionLiveCheckIntervalOnStart
default JcrEndpointBuilderFactory.JcrEndpointBuilder sessionLiveCheckIntervalOnStart(long sessionLiveCheckIntervalOnStart) Interval in milliseconds to wait before the first session live checking. The default value is 3000 ms. The option is a: <code>long</code> type. Default: 3000 Group: common- Specified by:
sessionLiveCheckIntervalOnStartin interfaceJcrEndpointBuilderFactory.JcrEndpointConsumerBuilder- Specified by:
sessionLiveCheckIntervalOnStartin interfaceJcrEndpointBuilderFactory.JcrEndpointProducerBuilder- Parameters:
sessionLiveCheckIntervalOnStart- the value to set- Returns:
- the dsl builder
-
sessionLiveCheckIntervalOnStart
default JcrEndpointBuilderFactory.JcrEndpointBuilder sessionLiveCheckIntervalOnStart(String sessionLiveCheckIntervalOnStart) Interval in milliseconds to wait before the first session live checking. The default value is 3000 ms. The option will be converted to a <code>long</code> type. Default: 3000 Group: common- Specified by:
sessionLiveCheckIntervalOnStartin interfaceJcrEndpointBuilderFactory.JcrEndpointConsumerBuilder- Specified by:
sessionLiveCheckIntervalOnStartin interfaceJcrEndpointBuilderFactory.JcrEndpointProducerBuilder- Parameters:
sessionLiveCheckIntervalOnStart- the value to set- Returns:
- the dsl builder
-
username
Username for login. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
usernamein interfaceJcrEndpointBuilderFactory.JcrEndpointConsumerBuilder- Specified by:
usernamein interfaceJcrEndpointBuilderFactory.JcrEndpointProducerBuilder- Parameters:
username- the value to set- Returns:
- the dsl builder
-
uuids
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. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
uuidsin interfaceJcrEndpointBuilderFactory.JcrEndpointConsumerBuilder- Specified by:
uuidsin interfaceJcrEndpointBuilderFactory.JcrEndpointProducerBuilder- Parameters:
uuids- the value to set- Returns:
- the dsl builder
-
workspaceName
The workspace to access. If it's not specified then the default one will be used. The option is a: <code>java.lang.String</code> type. Group: common- Specified by:
workspaceNamein interfaceJcrEndpointBuilderFactory.JcrEndpointConsumerBuilder- Specified by:
workspaceNamein interfaceJcrEndpointBuilderFactory.JcrEndpointProducerBuilder- Parameters:
workspaceName- the value to set- Returns:
- the dsl builder
-