public static interface CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder
extends org.apache.camel.builder.EndpointConsumerBuilder
| Modifier and Type | Method and Description |
|---|---|
default CMISEndpointBuilderFactory.AdvancedCMISEndpointConsumerBuilder |
advanced() |
default CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder |
bridgeErrorHandler(boolean bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder |
bridgeErrorHandler(String bridgeErrorHandler)
Allows for bridging the consumer to the Camel routing Error Handler,
which mean any exceptions occurred while the consumer is trying to
pickup incoming messages, or the likes, will now be processed as a
message and handled by the routing Error Handler.
|
default CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder |
pageSize(int pageSize)
Number of nodes to retrieve per page.
|
default CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder |
pageSize(String pageSize)
Number of nodes to retrieve per page.
|
default CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder |
password(String password)
Password for the cmis repository.
|
default CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder |
query(String query)
The cmis query to execute against the repository.
|
default CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder |
readContent(boolean readContent)
If set to true, the content of document node will be retrieved in
addition to the properties.
|
default CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder |
readContent(String readContent)
If set to true, the content of document node will be retrieved in
addition to the properties.
|
default CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder |
readCount(int readCount)
Max number of nodes to read.
|
default CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder |
readCount(String readCount)
Max number of nodes to read.
|
default CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder |
repositoryId(String repositoryId)
The Id of the repository to use.
|
default CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder |
username(String username)
Username for the cmis repository.
|
default CMISEndpointBuilderFactory.AdvancedCMISEndpointConsumerBuilder advanced()
default CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder pageSize(int pageSize)
pageSize - the value to setdefault CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder pageSize(String pageSize)
pageSize - the value to setdefault CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder readContent(boolean readContent)
readContent - the value to setdefault CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder readContent(String readContent)
readContent - the value to setdefault CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder readCount(int readCount)
readCount - the value to setdefault CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder readCount(String readCount)
readCount - the value to setdefault CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder repositoryId(String repositoryId)
repositoryId - the value to setdefault CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder bridgeErrorHandler(boolean bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder bridgeErrorHandler(String bridgeErrorHandler)
bridgeErrorHandler - the value to setdefault CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder query(String query)
query - the value to setdefault CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder password(String password)
password - the value to setdefault CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder username(String username)
username - the value to setApache Camel