Uses of Interface
org.apache.camel.builder.endpoint.dsl.JcrEndpointBuilderFactory.JcrEndpointBuilder
Packages that use JcrEndpointBuilderFactory.JcrEndpointBuilder
-
Uses of JcrEndpointBuilderFactory.JcrEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return JcrEndpointBuilderFactory.JcrEndpointBuilderModifier and TypeMethodDescriptionJCR (camel-jcr) Read and write nodes to/from a JCR compliant content repository.JCR (camel-jcr) Read and write nodes to/from a JCR compliant content repository. -
Uses of JcrEndpointBuilderFactory.JcrEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return JcrEndpointBuilderFactory.JcrEndpointBuilderModifier and TypeMethodDescriptionJcrEndpointBuilderFactory.AdvancedJcrEndpointBuilder.basic()JcrEndpointBuilderFactory.JcrEndpointBuilder.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.endpointBuilder(String componentName, String path) JcrEndpointBuilderFactory.JcrEndpointBuilder.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.JcrEndpointBuilder.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.).JCR (camel-jcr) Read and write nodes to/from a JCR compliant content repository.JCR (camel-jcr) Read and write nodes to/from a JCR compliant content repository.JcrEndpointBuilderFactory.JcrEndpointBuilder.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.JcrEndpointBuilder.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.JcrEndpointBuilder.sessionLiveCheckInterval(long sessionLiveCheckInterval) Interval in milliseconds to wait before each session live checking The default value is 60000 ms.JcrEndpointBuilderFactory.JcrEndpointBuilder.sessionLiveCheckInterval(String sessionLiveCheckInterval) Interval in milliseconds to wait before each session live checking The default value is 60000 ms.JcrEndpointBuilderFactory.JcrEndpointBuilder.sessionLiveCheckIntervalOnStart(long sessionLiveCheckIntervalOnStart) Interval in milliseconds to wait before the first session live checking.JcrEndpointBuilderFactory.JcrEndpointBuilder.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.JcrEndpointBuilder.workspaceName(String workspaceName) The workspace to access.