it.sistematica.isharedoc.sharecloud.model.cmis
Class CmisRepositoryImpl

java.lang.Object
  extended by it.sistematica.isharedoc.sharecloud.model.CloudAbstractRepository
      extended by it.sistematica.isharedoc.sharecloud.model.cmis.CmisRepositoryImpl
All Implemented Interfaces:
CloudRepository

public class CmisRepositoryImpl
extends CloudAbstractRepository


Field Summary
 
Fields inherited from class it.sistematica.isharedoc.sharecloud.model.CloudAbstractRepository
connection, manager
 
Constructor Summary
CmisRepositoryImpl(CloudManager manager, CloudConnection connection, org.apache.chemistry.opencmis.client.api.Repository repository)
           
 
Method Summary
 java.lang.String getId()
           
 java.lang.String getName()
           
 java.lang.String getProductName()
           
 java.lang.String getProductVersion()
           
 java.lang.String getVendor()
           
 
Methods inherited from class it.sistematica.isharedoc.sharecloud.model.CloudAbstractRepository
getCloudSession, getConnection, getIcon16, getRootFolder, isAuthenticated, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CmisRepositoryImpl

public CmisRepositoryImpl(CloudManager manager,
                          CloudConnection connection,
                          org.apache.chemistry.opencmis.client.api.Repository repository)
Method Detail

getId

public java.lang.String getId()

getName

public java.lang.String getName()

getVendor

public java.lang.String getVendor()
Specified by:
getVendor in interface CloudRepository
Overrides:
getVendor in class CloudAbstractRepository

getProductName

public java.lang.String getProductName()
Specified by:
getProductName in interface CloudRepository
Overrides:
getProductName in class CloudAbstractRepository

getProductVersion

public java.lang.String getProductVersion()
Specified by:
getProductVersion in interface CloudRepository
Overrides:
getProductVersion in class CloudAbstractRepository