public static interface CMISEndpointBuilderFactory.CMISEndpointProducerBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
| Modifier and Type | Method and Description |
|---|---|
default CMISEndpointBuilderFactory.AdvancedCMISEndpointProducerBuilder |
advanced() |
default CMISEndpointBuilderFactory.CMISEndpointProducerBuilder |
lazyStartProducer(boolean lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default CMISEndpointBuilderFactory.CMISEndpointProducerBuilder |
lazyStartProducer(String lazyStartProducer)
Whether the producer should be started lazy (on the first message).
|
default CMISEndpointBuilderFactory.CMISEndpointProducerBuilder |
pageSize(int pageSize)
Number of nodes to retrieve per page.
|
default CMISEndpointBuilderFactory.CMISEndpointProducerBuilder |
pageSize(String pageSize)
Number of nodes to retrieve per page.
|
default CMISEndpointBuilderFactory.CMISEndpointProducerBuilder |
password(String password)
Password for the cmis repository.
|
default CMISEndpointBuilderFactory.CMISEndpointProducerBuilder |
queryMode(boolean queryMode)
If true, will execute the cmis query from the message body and return
result, otherwise will create a node in the cmis repository.
|
default CMISEndpointBuilderFactory.CMISEndpointProducerBuilder |
queryMode(String queryMode)
If true, will execute the cmis query from the message body and return
result, otherwise will create a node in the cmis repository.
|
default CMISEndpointBuilderFactory.CMISEndpointProducerBuilder |
readContent(boolean readContent)
If set to true, the content of document node will be retrieved in
addition to the properties.
|
default CMISEndpointBuilderFactory.CMISEndpointProducerBuilder |
readContent(String readContent)
If set to true, the content of document node will be retrieved in
addition to the properties.
|
default CMISEndpointBuilderFactory.CMISEndpointProducerBuilder |
readCount(int readCount)
Max number of nodes to read.
|
default CMISEndpointBuilderFactory.CMISEndpointProducerBuilder |
readCount(String readCount)
Max number of nodes to read.
|
default CMISEndpointBuilderFactory.CMISEndpointProducerBuilder |
repositoryId(String repositoryId)
The Id of the repository to use.
|
default CMISEndpointBuilderFactory.CMISEndpointProducerBuilder |
username(String username)
Username for the cmis repository.
|
default CMISEndpointBuilderFactory.AdvancedCMISEndpointProducerBuilder advanced()
default CMISEndpointBuilderFactory.CMISEndpointProducerBuilder pageSize(int pageSize)
pageSize - the value to setdefault CMISEndpointBuilderFactory.CMISEndpointProducerBuilder pageSize(String pageSize)
pageSize - the value to setdefault CMISEndpointBuilderFactory.CMISEndpointProducerBuilder readContent(boolean readContent)
readContent - the value to setdefault CMISEndpointBuilderFactory.CMISEndpointProducerBuilder readContent(String readContent)
readContent - the value to setdefault CMISEndpointBuilderFactory.CMISEndpointProducerBuilder readCount(int readCount)
readCount - the value to setdefault CMISEndpointBuilderFactory.CMISEndpointProducerBuilder readCount(String readCount)
readCount - the value to setdefault CMISEndpointBuilderFactory.CMISEndpointProducerBuilder repositoryId(String repositoryId)
repositoryId - the value to setdefault CMISEndpointBuilderFactory.CMISEndpointProducerBuilder lazyStartProducer(boolean lazyStartProducer)
lazyStartProducer - the value to setdefault CMISEndpointBuilderFactory.CMISEndpointProducerBuilder lazyStartProducer(String lazyStartProducer)
lazyStartProducer - the value to setdefault CMISEndpointBuilderFactory.CMISEndpointProducerBuilder queryMode(boolean queryMode)
queryMode - the value to setdefault CMISEndpointBuilderFactory.CMISEndpointProducerBuilder queryMode(String queryMode)
queryMode - the value to setdefault CMISEndpointBuilderFactory.CMISEndpointProducerBuilder password(String password)
password - the value to setdefault CMISEndpointBuilderFactory.CMISEndpointProducerBuilder username(String username)
username - the value to setApache Camel