it.sistematica.isharedoc.sharecloud.model
Class CloudAbstractRepository
java.lang.Object
it.sistematica.isharedoc.sharecloud.model.CloudAbstractRepository
- All Implemented Interfaces:
- CloudRepository
- Direct Known Subclasses:
- CmisRepositoryImpl, CmisRepositoryInfoImpl, ReplicaRepositoryImpl, SmartsheetRepositoryImpl
public abstract class CloudAbstractRepository
- extends java.lang.Object
- implements CloudRepository
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
manager
protected CloudManager manager
connection
protected CloudConnection connection
CloudAbstractRepository
public CloudAbstractRepository(CloudManager manager,
CloudConnection connection)
getConnection
public CloudConnection getConnection()
- Specified by:
getConnection
in interface CloudRepository
getIcon16
public java.lang.String getIcon16()
- Specified by:
getIcon16
in interface CloudRepository
getCloudSession
public CloudSession getCloudSession()
- Specified by:
getCloudSession
in interface CloudRepository
getRootFolder
public CloudFolder getRootFolder()
- Specified by:
getRootFolder
in interface CloudRepository
isAuthenticated
public boolean isAuthenticated()
- Specified by:
isAuthenticated
in interface CloudRepository
getVendor
public java.lang.String getVendor()
- Specified by:
getVendor
in interface CloudRepository
getProductName
public java.lang.String getProductName()
- Specified by:
getProductName
in interface CloudRepository
getProductVersion
public java.lang.String getProductVersion()
- Specified by:
getProductVersion
in interface CloudRepository
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object