Uses of Class
com.jalios.jcms.webdav.WebdavLock
-
Packages that use WebdavLock Package Description com.jalios.jcms.webdav Contains classes which provides webdav access to JPlatform.com.jalios.jcms.webdav.cat Contains classes which provides webdav access to Categorie of JPlatform.com.jalios.jcms.webdav.file Contains classes which provides webdav access to FileDocument of JPlatform. -
-
Uses of WebdavLock in com.jalios.jcms.webdav
Fields in com.jalios.jcms.webdav with type parameters of type WebdavLock Modifier and Type Field Description protected java.util.Map<java.lang.String,java.util.Set<WebdavLock>>
WebdavFileSystem. resourceLocks
Methods in com.jalios.jcms.webdav that return WebdavLock Modifier and Type Method Description 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 implementationWebdavLock
WebdavFileSystem. putLock(WebdavLock lock, WebdavResource resource, WebdavContext ctxt)
This method will put a lock on single given resourceWebdavLock
WebdavResource. putLock(WebdavLock lock, WebdavContext ctxt)
Convenient method that delegate call to the WebdavFileSystemWebdavLock
WebdavFileSystem. putLocks(WebdavLock lock, WebdavResource resource, WebdavContext ctxt)
This method will put a lock on the given resource and its childrenWebdavLock
WebdavResource. putLocks(WebdavLock lock, WebdavContext ctxt)
Convenient method that delegate call to the WebdavFileSystemWebdavLock
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 Modifier and Type Method Description java.util.Collection<WebdavLock>
WebdavFileSystem. getDescendantLocks(WebdavResource resource, WebdavContext ctxt)
This method will return locks of descendant on the given resourcejava.util.Collection<WebdavLock>
WebdavResource. getDescendantLocks(WebdavContext ctxt)
Convenient method that delegate call to the WebdavFileSystemjava.util.Collection<WebdavLock>
WebdavFileSystem. getLocks(WebdavResource resource, WebdavContext ctxt)
This method will return all locks on the given resource and on all the parent collection.java.util.Collection<WebdavLock>
WebdavResource. getLocks(WebdavContext ctxt)
Convenient method that delegate call to the WebdavFileSystemMethods in com.jalios.jcms.webdav with parameters of type WebdavLock Modifier and Type Method Description WebdavLock
WebdavFileSystem. putLock(WebdavLock lock, WebdavResource resource, WebdavContext ctxt)
This method will put a lock on single given resourceWebdavLock
WebdavResource. putLock(WebdavLock lock, WebdavContext ctxt)
Convenient method that delegate call to the WebdavFileSystemWebdavLock
WebdavFileSystem. putLocks(WebdavLock lock, WebdavResource resource, WebdavContext ctxt)
This method will put a lock on the given resource and its childrenWebdavLock
WebdavResource. putLocks(WebdavLock lock, WebdavContext ctxt)
Convenient method that delegate call to the WebdavFileSystemboolean
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 Modifier and Type Method Description org.jdom.Element
WebdavContext. writeLocks(java.util.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 Modifier and Type Class Description class
CatWebdavLock
A JCMS Representation of a Webdav LockMethods in com.jalios.jcms.webdav.cat that return WebdavLock Modifier and Type Method Description 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 Modifier and Type Class Description class
FileWebdavLock
A File Representation of a Webdav LockMethods in com.jalios.jcms.webdav.file that return WebdavLock Modifier and Type Method Description WebdavLock
FileWebdavFileSystem. newLock(WebdavResource resource, WebdavContext ctxt)
-