org.exoplatform.clouddrive.cmis
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 Summary
 CMISConnector getConnector()
          An instance of product specific CMIS connector extending CMISConnector.
 boolean hasSupport(org.apache.chemistry.opencmis.commons.data.RepositoryInfo repository)
          Does this implementation supports the given repository.
 

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.

getConnector

CMISConnector getConnector()
An instance of product specific CMIS connector extending CMISConnector.

Returns:
CMISConnector instance


Copyright © 2003–2015 eXo Platform SAS. All rights reserved.