Interface CMISEndpointBuilderFactory.CMISBuilders

    • Method Detail

      • cmis

        default CMISEndpointBuilderFactory.CMISEndpointBuilder cmis​(String path)
        CMIS (camel-cmis) Read and write data from to/from a CMIS compliant content repositories. Category: cms,database Since: 2.11 Maven coordinates: org.apache.camel:camel-cmis Syntax: cmis:cmsUrl Path parameter: cmsUrl (required) URL to the cmis repository
        Parameters:
        path - cmsUrl
        Returns:
        the dsl builder
      • cmis

        default CMISEndpointBuilderFactory.CMISEndpointBuilder cmis​(String componentName,
                                                                    String path)
        CMIS (camel-cmis) Read and write data from to/from a CMIS compliant content repositories. Category: cms,database Since: 2.11 Maven coordinates: org.apache.camel:camel-cmis Syntax: cmis:cmsUrl Path parameter: cmsUrl (required) URL to the cmis repository
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - cmsUrl
        Returns:
        the dsl builder