Represents a CMIS endpoint.
Name | Kind | Type | Required | Deprecated | Default Value | Enum Values | Description |
---|---|---|---|---|---|---|---|
url | path | java.lang.String | false | URL to CMIS server | |||
pageSize | parameter | int | false | 100 | Number of nodes to retrieve per page | ||
readCount | parameter | int | false | Max number of nodes to read | |||
readContent | parameter | boolean | false | If set to true, the content of document node will be retrieved in addition to the properties | |||
username | parameter | java.lang.String | false | Username for the cmis repository | |||
password | parameter | java.lang.String | false | Password for the cmis repository | |||
repositoryId | parameter | java.lang.String | false | The Id of the repository to use. If not specified the first available repository is used | |||
query | parameter | java.lang.String | false | The cmis query to execute against the repository. If not specified, the consumer will retrieve every node from the content repository by iterating the content tree recursively | |||
queryMode | parameter | boolean | false | If true, will execute the cmis query from the message body and return result, otherwise will create a node in the cmis repository | |||
exchangePattern | parameter | org.apache.camel.ExchangePattern | false | InOnly | InOnly RobustInOnly InOut InOptionalOut OutOnly RobustOutOnly OutIn OutOptionalIn |
Sets the default exchange pattern when creating an exchange | |
synchronous | parameter | boolean | false | false | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). |
The CMIS consumer.