| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WebdavLock | |
|---|---|
| com.jalios.jcms.webdav | Contains classes which provides webdav access to JCMS. | 
| com.jalios.jcms.webdav.cat | Contains classes which provides webdav access to Categorie of JCMS. | 
| com.jalios.jcms.webdav.file | Contains classes which provides webdav access to FileDocument of JCMS. | 
| Uses of WebdavLock in com.jalios.jcms.webdav | 
|---|
| Fields in com.jalios.jcms.webdav with type parameters of type WebdavLock | |
|---|---|
| protected  Map<String,Set<WebdavLock>> | WebdavFileSystem.resourceLocks | 
| Methods in com.jalios.jcms.webdav that return WebdavLock | |
|---|---|
|  WebdavLock | WebdavFileSystem.doLock(WebdavResource resource,
       WebdavContext ctxt)This method will parse header to identify and create lock or locks on the given resource If Errors append or Lock only need a refresh then return false otherwise return true. | 
| abstract  WebdavLock | WebdavFileSystem.newLock(WebdavResource resource,
        WebdavContext ctxt)This method will return a new WebdavLock implementation | 
|  WebdavLock | WebdavResource.putLock(WebdavLock lock,
        WebdavContext ctxt)Convenient method that delegate call to the WebdavFileSystem | 
|  WebdavLock | WebdavFileSystem.putLock(WebdavLock lock,
        WebdavResource resource,
        WebdavContext ctxt)This method will put a lock on single given resource | 
|  WebdavLock | WebdavResource.putLocks(WebdavLock lock,
         WebdavContext ctxt)Convenient method that delegate call to the WebdavFileSystem | 
|  WebdavLock | WebdavFileSystem.putLocks(WebdavLock lock,
         WebdavResource resource,
         WebdavContext ctxt)This method will put a lock on the given resource and its children | 
|  WebdavLock | WebdavFileSystem.refreshLock(WebdavResource resource,
            WebdavContext ctxt)This method will refresh a lock on the given resource and returned the refreshed lock if any or null otherwise. | 
| Methods in com.jalios.jcms.webdav that return types with arguments of type WebdavLock | |
|---|---|
|  Collection<WebdavLock> | WebdavResource.getDescendantLocks(WebdavContext ctxt)Convenient method that delegate call to the WebdavFileSystem | 
|  Collection<WebdavLock> | WebdavFileSystem.getDescendantLocks(WebdavResource resource,
                   WebdavContext ctxt)This method will return locks of descendant on the given resource | 
|  Collection<WebdavLock> | WebdavResource.getLocks(WebdavContext ctxt)Convenient method that delegate call to the WebdavFileSystem | 
|  Collection<WebdavLock> | WebdavFileSystem.getLocks(WebdavResource resource,
         WebdavContext ctxt)This method will return all locks on the given resource and on all the parent collection. | 
| Methods in com.jalios.jcms.webdav with parameters of type WebdavLock | |
|---|---|
|  WebdavLock | WebdavResource.putLock(WebdavLock lock,
        WebdavContext ctxt)Convenient method that delegate call to the WebdavFileSystem | 
|  WebdavLock | WebdavFileSystem.putLock(WebdavLock lock,
        WebdavResource resource,
        WebdavContext ctxt)This method will put a lock on single given resource | 
|  WebdavLock | WebdavResource.putLocks(WebdavLock lock,
         WebdavContext ctxt)Convenient method that delegate call to the WebdavFileSystem | 
|  WebdavLock | WebdavFileSystem.putLocks(WebdavLock lock,
         WebdavResource resource,
         WebdavContext ctxt)This method will put a lock on the given resource and its children | 
|  boolean | WebdavFileSystem.removeLock(WebdavLock lock,
           WebdavResource resource,
           WebdavContext ctxt)This method will remove tokens on the given resource and its children If there is no more tokens then remove the lock. | 
|  org.jdom.Element | WebdavContext.writeLock(WebdavLock lock)<activelock> <locktype></locktype> <lockscope></lockscope> <depth></depth> <owner></owner> <timeout></timeout> <locktoken> <href></href> </locktoken> </activelock> | 
| Method parameters in com.jalios.jcms.webdav with type arguments of type WebdavLock | |
|---|---|
|  org.jdom.Element | WebdavContext.writeLocks(Collection<WebdavLock> locks)<lockdiscovery>The lock list</lockdiscovery> | 
| Uses of WebdavLock in com.jalios.jcms.webdav.cat | 
|---|
| Subclasses of WebdavLock in com.jalios.jcms.webdav.cat | |
|---|---|
|  class | CatWebdavLockA JCMS Representation of a Webdav Lock | 
| Methods in com.jalios.jcms.webdav.cat that return WebdavLock | |
|---|---|
|  WebdavLock | CatWebdavFileSystem.newLock(WebdavResource resource,
        WebdavContext ctxt) | 
| Uses of WebdavLock in com.jalios.jcms.webdav.file | 
|---|
| Subclasses of WebdavLock in com.jalios.jcms.webdav.file | |
|---|---|
|  class | FileWebdavLockA File Representation of a Webdav Lock | 
| Methods in com.jalios.jcms.webdav.file that return WebdavLock | |
|---|---|
|  WebdavLock | FileWebdavFileSystem.newLock(WebdavResource resource,
        WebdavContext ctxt) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||