Interface CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder

  • All Superinterfaces:
    org.apache.camel.builder.EndpointConsumerBuilder, org.apache.camel.EndpointConsumerResolver
    All Known Subinterfaces:
    CMISEndpointBuilderFactory.CMISEndpointBuilder
    Enclosing interface:
    CMISEndpointBuilderFactory

    public static interface CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder
    extends org.apache.camel.builder.EndpointConsumerBuilder
    Builder for endpoint consumers for the CMIS component.
    • Method Detail

      • pageSize

        default CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder pageSize​(int pageSize)
        Number of nodes to retrieve per page. The option is a: <code>int</code> type. Default: 100 Group: common
        Parameters:
        pageSize - the value to set
        Returns:
        the dsl builder
      • readContent

        default CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder readContent​(boolean readContent)
        If set to true, the content of document node will be retrieved in addition to the properties. The option is a: <code>boolean</code> type. Default: false Group: common
        Parameters:
        readContent - the value to set
        Returns:
        the dsl builder
      • readContent

        default CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder readContent​(String readContent)
        If set to true, the content of document node will be retrieved in addition to the properties. The option will be converted to a <code>boolean</code> type. Default: false Group: common
        Parameters:
        readContent - the value to set
        Returns:
        the dsl builder
      • repositoryId

        default CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder repositoryId​(String repositoryId)
        The Id of the repository to use. If not specified the first available repository is used. The option is a: <code>java.lang.String</code> type. Group: common
        Parameters:
        repositoryId - the value to set
        Returns:
        the dsl builder
      • bridgeErrorHandler

        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. 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. The option is a: <code>boolean</code> type. Default: false Group: consumer
        Parameters:
        bridgeErrorHandler - the value to set
        Returns:
        the dsl builder
      • bridgeErrorHandler

        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. 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. The option will be converted to a <code>boolean</code> type. Default: false Group: consumer
        Parameters:
        bridgeErrorHandler - the value to set
        Returns:
        the dsl builder
      • query

        default CMISEndpointBuilderFactory.CMISEndpointConsumerBuilder query​(String query)
        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. The option is a: <code>java.lang.String</code> type. Group: consumer
        Parameters:
        query - the value to set
        Returns:
        the dsl builder