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. resourceLocksMethods in com.jalios.jcms.webdav that return WebdavLock Modifier and Type Method Description WebdavLockWebdavFileSystem. 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 WebdavLockWebdavFileSystem. newLock(WebdavResource resource, WebdavContext ctxt)This method will return a new WebdavLock implementationWebdavLockWebdavFileSystem. putLock(WebdavLock lock, WebdavResource resource, WebdavContext ctxt)This method will put a lock on single given resourceWebdavLockWebdavResource. putLock(WebdavLock lock, WebdavContext ctxt)Convenient method that delegate call to the WebdavFileSystemWebdavLockWebdavFileSystem. putLocks(WebdavLock lock, WebdavResource resource, WebdavContext ctxt)This method will put a lock on the given resource and its childrenWebdavLockWebdavResource. putLocks(WebdavLock lock, WebdavContext ctxt)Convenient method that delegate call to the WebdavFileSystemWebdavLockWebdavFileSystem. 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 WebdavLockWebdavFileSystem. putLock(WebdavLock lock, WebdavResource resource, WebdavContext ctxt)This method will put a lock on single given resourceWebdavLockWebdavResource. putLock(WebdavLock lock, WebdavContext ctxt)Convenient method that delegate call to the WebdavFileSystemWebdavLockWebdavFileSystem. putLocks(WebdavLock lock, WebdavResource resource, WebdavContext ctxt)This method will put a lock on the given resource and its childrenWebdavLockWebdavResource. putLocks(WebdavLock lock, WebdavContext ctxt)Convenient method that delegate call to the WebdavFileSystembooleanWebdavFileSystem. 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.ElementWebdavContext. 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.ElementWebdavContext. 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 classCatWebdavLockA JCMS Representation of a Webdav LockMethods in com.jalios.jcms.webdav.cat that return WebdavLock Modifier and Type Method Description WebdavLockCatWebdavFileSystem. 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 classFileWebdavLockA File Representation of a Webdav LockMethods in com.jalios.jcms.webdav.file that return WebdavLock Modifier and Type Method Description WebdavLockFileWebdavFileSystem. newLock(WebdavResource resource, WebdavContext ctxt)
-