Uses of Interface
org.apache.camel.builder.endpoint.dsl.JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder
Packages that use JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder
-
Uses of JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the JCR component.Methods in org.apache.camel.builder.endpoint.dsl that return JcrEndpointBuilderFactory.JcrEndpointConsumerBuilderModifier and TypeMethodDescriptionJcrEndpointBuilderFactory.AdvancedJcrEndpointConsumerBuilder.basic()JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder.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.JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder.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.).JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder.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.).JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder.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.JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder.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.JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder.sessionLiveCheckInterval(long sessionLiveCheckInterval) Interval in milliseconds to wait before each session live checking The default value is 60000 ms.JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder.sessionLiveCheckInterval(String sessionLiveCheckInterval) Interval in milliseconds to wait before each session live checking The default value is 60000 ms.JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder.sessionLiveCheckIntervalOnStart(long sessionLiveCheckIntervalOnStart) Interval in milliseconds to wait before the first session live checking.JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder.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.JcrEndpointBuilderFactory.JcrEndpointConsumerBuilder.workspaceName(String workspaceName) The workspace to access.