it.sistematica.isharedoc.sharecloud.model
Interface CloudRepository

All Known Implementing Classes:
CloudAbstractRepository, CloudUnauthenticatedRepository, CmisRepositoryImpl, CmisRepositoryInfoImpl, HttpCloudFile, ReplicaRepositoryImpl, SmartsheetRepositoryImpl

public interface CloudRepository


Method Summary
 CloudSession getCloudSession()
           
 CloudConnection getConnection()
           
 java.lang.String getIcon16()
           
 java.lang.String getId()
           
 java.lang.String getName()
           
 java.lang.String getProductName()
           
 java.lang.String getProductVersion()
           
 CloudFolder getRootFolder()
           
 java.lang.String getVendor()
           
 boolean isAuthenticated()
           
 

Method Detail

getConnection

CloudConnection getConnection()

getId

java.lang.String getId()

getName

java.lang.String getName()

getVendor

java.lang.String getVendor()

getProductName

java.lang.String getProductName()

getProductVersion

java.lang.String getProductVersion()

getIcon16

java.lang.String getIcon16()

getRootFolder

CloudFolder getRootFolder()

isAuthenticated

boolean isAuthenticated()

getCloudSession

CloudSession getCloudSession()