| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SINK_CMIS_COMPONENT_AUTOWIRED_ENABLED_CONF |
"camel.component.cmis.autowiredEnabled" |
public static final String |
CAMEL_SINK_CMIS_COMPONENT_AUTOWIRED_ENABLED_DOC |
"Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc." |
public static final String |
CAMEL_SINK_CMIS_COMPONENT_LAZY_START_PRODUCER_CONF |
"camel.component.cmis.lazyStartProducer" |
public static final String |
CAMEL_SINK_CMIS_COMPONENT_LAZY_START_PRODUCER_DOC |
"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel\'s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing." |
public static final String |
CAMEL_SINK_CMIS_COMPONENT_SESSION_FACADE_FACTORY_CONF |
"camel.component.cmis.sessionFacadeFactory" |
public static final String |
CAMEL_SINK_CMIS_COMPONENT_SESSION_FACADE_FACTORY_DOC |
"To use a custom CMISSessionFacadeFactory to create the CMISSessionFacade instances" |
public static final String |
CAMEL_SINK_CMIS_ENDPOINT_LAZY_START_PRODUCER_CONF |
"camel.sink.endpoint.lazyStartProducer" |
public static final String |
CAMEL_SINK_CMIS_ENDPOINT_LAZY_START_PRODUCER_DOC |
"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel\'s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing." |
public static final String |
CAMEL_SINK_CMIS_ENDPOINT_PAGE_SIZE_CONF |
"camel.sink.endpoint.pageSize" |
public static final String |
CAMEL_SINK_CMIS_ENDPOINT_PAGE_SIZE_DOC |
"Number of nodes to retrieve per page" |
public static final String |
CAMEL_SINK_CMIS_ENDPOINT_PASSWORD_CONF |
"camel.sink.endpoint.password" |
public static final String |
CAMEL_SINK_CMIS_ENDPOINT_PASSWORD_DOC |
"Password for the cmis repository" |
public static final String |
CAMEL_SINK_CMIS_ENDPOINT_QUERY_MODE_CONF |
"camel.sink.endpoint.queryMode" |
public static final String |
CAMEL_SINK_CMIS_ENDPOINT_QUERY_MODE_DOC |
"If true, will execute the cmis query from the message body and return result, otherwise will create a node in the cmis repository" |
public static final String |
CAMEL_SINK_CMIS_ENDPOINT_READ_CONTENT_CONF |
"camel.sink.endpoint.readContent" |
public static final String |
CAMEL_SINK_CMIS_ENDPOINT_READ_CONTENT_DOC |
"If set to true, the content of document node will be retrieved in addition to the properties" |
public static final String |
CAMEL_SINK_CMIS_ENDPOINT_READ_COUNT_CONF |
"camel.sink.endpoint.readCount" |
public static final String |
CAMEL_SINK_CMIS_ENDPOINT_READ_COUNT_DOC |
"Max number of nodes to read" |
public static final String |
CAMEL_SINK_CMIS_ENDPOINT_REPOSITORY_ID_CONF |
"camel.sink.endpoint.repositoryId" |
public static final String |
CAMEL_SINK_CMIS_ENDPOINT_REPOSITORY_ID_DOC |
"The Id of the repository to use. If not specified the first available repository is used" |
public static final String |
CAMEL_SINK_CMIS_ENDPOINT_SESSION_FACADE_FACTORY_CONF |
"camel.sink.endpoint.sessionFacadeFactory" |
public static final String |
CAMEL_SINK_CMIS_ENDPOINT_SESSION_FACADE_FACTORY_DOC |
"To use a custom CMISSessionFacadeFactory to create the CMISSessionFacade instances" |
public static final String |
CAMEL_SINK_CMIS_ENDPOINT_SYNCHRONOUS_CONF |
"camel.sink.endpoint.synchronous" |
public static final String |
CAMEL_SINK_CMIS_ENDPOINT_SYNCHRONOUS_DOC |
"Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported)." |
public static final String |
CAMEL_SINK_CMIS_ENDPOINT_USERNAME_CONF |
"camel.sink.endpoint.username" |
public static final String |
CAMEL_SINK_CMIS_ENDPOINT_USERNAME_DOC |
"Username for the cmis repository" |
public static final String |
CAMEL_SINK_CMIS_PATH_CMS_URL_CONF |
"camel.sink.path.cmsUrl" |
public static final String |
CAMEL_SINK_CMIS_PATH_CMS_URL_DOC |
"URL to the cmis repository" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SOURCE_CMIS_COMPONENT_AUTOWIRED_ENABLED_CONF |
"camel.component.cmis.autowiredEnabled" |
public static final String |
CAMEL_SOURCE_CMIS_COMPONENT_AUTOWIRED_ENABLED_DOC |
"Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc." |
public static final String |
CAMEL_SOURCE_CMIS_COMPONENT_BRIDGE_ERROR_HANDLER_CONF |
"camel.component.cmis.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_CMIS_COMPONENT_BRIDGE_ERROR_HANDLER_DOC |
"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. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored." |
public static final String |
CAMEL_SOURCE_CMIS_COMPONENT_SESSION_FACADE_FACTORY_CONF |
"camel.component.cmis.sessionFacadeFactory" |
public static final String |
CAMEL_SOURCE_CMIS_COMPONENT_SESSION_FACADE_FACTORY_DOC |
"To use a custom CMISSessionFacadeFactory to create the CMISSessionFacade instances" |
public static final String |
CAMEL_SOURCE_CMIS_ENDPOINT_BRIDGE_ERROR_HANDLER_CONF |
"camel.source.endpoint.bridgeErrorHandler" |
public static final String |
CAMEL_SOURCE_CMIS_ENDPOINT_BRIDGE_ERROR_HANDLER_DOC |
"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. By default the consumer will use the org.apache.camel.spi.ExceptionHandler to deal with exceptions, that will be logged at WARN or ERROR level and ignored." |
public static final String |
CAMEL_SOURCE_CMIS_ENDPOINT_EXCEPTION_HANDLER_CONF |
"camel.source.endpoint.exceptionHandler" |
public static final String |
CAMEL_SOURCE_CMIS_ENDPOINT_EXCEPTION_HANDLER_DOC |
"To let the consumer use a custom ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this option is not in use. By default the consumer will deal with exceptions, that will be logged at WARN or ERROR level and ignored." |
public static final String |
CAMEL_SOURCE_CMIS_ENDPOINT_EXCHANGE_PATTERN_CONF |
"camel.source.endpoint.exchangePattern" |
public static final String |
CAMEL_SOURCE_CMIS_ENDPOINT_EXCHANGE_PATTERN_DOC |
"Sets the exchange pattern when the consumer creates an exchange. One of: [InOnly] [InOut] [InOptionalOut]" |
public static final String |
CAMEL_SOURCE_CMIS_ENDPOINT_PAGE_SIZE_CONF |
"camel.source.endpoint.pageSize" |
public static final String |
CAMEL_SOURCE_CMIS_ENDPOINT_PAGE_SIZE_DOC |
"Number of nodes to retrieve per page" |
public static final String |
CAMEL_SOURCE_CMIS_ENDPOINT_PASSWORD_CONF |
"camel.source.endpoint.password" |
public static final String |
CAMEL_SOURCE_CMIS_ENDPOINT_PASSWORD_DOC |
"Password for the cmis repository" |
public static final String |
CAMEL_SOURCE_CMIS_ENDPOINT_QUERY_CONF |
"camel.source.endpoint.query" |
public static final String |
CAMEL_SOURCE_CMIS_ENDPOINT_QUERY_DOC |
"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" |
public static final String |
CAMEL_SOURCE_CMIS_ENDPOINT_READ_CONTENT_CONF |
"camel.source.endpoint.readContent" |
public static final String |
CAMEL_SOURCE_CMIS_ENDPOINT_READ_CONTENT_DOC |
"If set to true, the content of document node will be retrieved in addition to the properties" |
public static final String |
CAMEL_SOURCE_CMIS_ENDPOINT_READ_COUNT_CONF |
"camel.source.endpoint.readCount" |
public static final String |
CAMEL_SOURCE_CMIS_ENDPOINT_READ_COUNT_DOC |
"Max number of nodes to read" |
public static final String |
CAMEL_SOURCE_CMIS_ENDPOINT_REPOSITORY_ID_CONF |
"camel.source.endpoint.repositoryId" |
public static final String |
CAMEL_SOURCE_CMIS_ENDPOINT_REPOSITORY_ID_DOC |
"The Id of the repository to use. If not specified the first available repository is used" |
public static final String |
CAMEL_SOURCE_CMIS_ENDPOINT_SESSION_FACADE_FACTORY_CONF |
"camel.source.endpoint.sessionFacadeFactory" |
public static final String |
CAMEL_SOURCE_CMIS_ENDPOINT_SESSION_FACADE_FACTORY_DOC |
"To use a custom CMISSessionFacadeFactory to create the CMISSessionFacade instances" |
public static final String |
CAMEL_SOURCE_CMIS_ENDPOINT_SYNCHRONOUS_CONF |
"camel.source.endpoint.synchronous" |
public static final String |
CAMEL_SOURCE_CMIS_ENDPOINT_SYNCHRONOUS_DOC |
"Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported)." |
public static final String |
CAMEL_SOURCE_CMIS_ENDPOINT_USERNAME_CONF |
"camel.source.endpoint.username" |
public static final String |
CAMEL_SOURCE_CMIS_ENDPOINT_USERNAME_DOC |
"Username for the cmis repository" |
public static final String |
CAMEL_SOURCE_CMIS_PATH_CMS_URL_CONF |
"camel.source.path.cmsUrl" |
public static final String |
CAMEL_SOURCE_CMIS_PATH_CMS_URL_DOC |
"URL to the cmis repository" |
Copyright © 2021 The Apache Software Foundation. All rights reserved.