default CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder |
CMISEndpointBuilderFactory.AdvancedCMISEndpointConsumerBuilder.basic() |
|
default CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder |
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 |
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 |
CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder.pageSize(int pageSize) |
Number of nodes to retrieve per page.
|
default CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder |
CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder.pageSize(String pageSize) |
Number of nodes to retrieve per page.
|
default CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder |
CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder.password(String password) |
Password for the cmis repository.
|
default CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder |
CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder.query(String query) |
The cmis query to execute against the repository.
|
default CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder |
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 |
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 |
CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder.readCount(int readCount) |
Max number of nodes to read.
|
default CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder |
CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder.readCount(String readCount) |
Max number of nodes to read.
|
default CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder |
CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder.repositoryId(String repositoryId) |
The Id of the repository to use.
|
default CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder |
CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder.username(String username) |
Username for the cmis repository.
|