Interface CMISConnectorImpl


  • public interface CMISConnectorImpl
    Product specific CMIS connector basic functionality. Goal of this interface is to mark product/vendor dedicated implementations of Cloud Drive CMIS connector to support use of that connector instead of default implementation in CMISConnector.
    Created by The eXo Platform SAS
    Version:
    $Id: CMISConnectorImpl.java 00000 Oct 26, 2014 pnedonosko $
    Author:
    Peter Nedonosko
    • Method Detail

      • hasSupport

        boolean hasSupport​(org.apache.chemistry.opencmis.commons.data.RepositoryInfo repository)
        Does this implementation supports the given repository.
        Parameters:
        repository - RepositoryInfo CMIS repository info
        Returns:
        true if given repository is supported by this implementation.