Uses of Class
it.sistematica.isharedoc.sharecloud.model.CloudLock

Packages that use CloudLock
it.sistematica.isharedoc.sharecloud.engine   
it.sistematica.isharedoc.sharecloud.service   
it.sistematica.isharedoc.webdav   
 

Uses of CloudLock in it.sistematica.isharedoc.sharecloud.engine
 

Methods in it.sistematica.isharedoc.sharecloud.engine that return CloudLock
static CloudLock CloudUtils.createFakeLockForUser(java.lang.String user)
           
static CloudLock CloudUtils.createFakeLockForUser(java.lang.String user, java.util.Date expireDate)
           
static CloudLock CloudUtils.createFakeLockForUser(java.lang.String user, long timeout)
           
 

Uses of CloudLock in it.sistematica.isharedoc.sharecloud.service
 

Methods in it.sistematica.isharedoc.sharecloud.service that return CloudLock
 CloudLock CloudManagerSmartsheetFactoryImpl.lock(CloudFile file)
           
 CloudLock CloudManagerReplicaFactoryImpl.lock(CloudFile file)
           
 CloudLock CloudManagerHttpFactoryImpl.lock(CloudFile file)
           
 CloudLock CloudManagerFactory.lock(CloudFile file)
           
 CloudLock CloudManagerCmisFactoryImpl.lock(CloudFile file)
           
 CloudLock CloudManagerSmartsheetFactoryImpl.lock(CloudFile file, long timeout)
           
 CloudLock CloudManagerReplicaFactoryImpl.lock(CloudFile file, long timeout)
           
 CloudLock CloudManagerHttpFactoryImpl.lock(CloudFile file, long timeout)
           
 CloudLock CloudManagerFactory.lock(CloudFile file, long timeout)
           
 CloudLock CloudManagerCmisFactoryImpl.lock(CloudFile file, long timeout)
           
 

Methods in it.sistematica.isharedoc.sharecloud.service that return types with arguments of type CloudLock
 java.util.List<CloudLock> CloudManagerSmartsheetFactoryImpl.getLocks(CloudFile file)
           
 java.util.List<CloudLock> CloudManagerReplicaFactoryImpl.getLocks(CloudFile file)
           
 java.util.List<CloudLock> CloudManagerHttpFactoryImpl.getLocks(CloudFile file)
           
 java.util.List<CloudLock> CloudManagerFactory.getLocks(CloudFile file)
           
 java.util.List<CloudLock> CloudManagerCmisFactoryImpl.getLocks(CloudFile file)
           
 

Uses of CloudLock in it.sistematica.isharedoc.webdav
 

Methods in it.sistematica.isharedoc.webdav with parameters of type CloudLock
static com.ithit.webdav.server.LockInfo WebDAVUtils.getLockInfo(CloudLock lock)