Uses of Class
org.apache.jackrabbit.webdav.lock.LockInfo
-
Packages that use LockInfo Package Description org.apache.jackrabbit.webdav org.apache.jackrabbit.webdav.client.methods Provides classes for use with the Apache HttpClient, supporting WebDAV request methods.org.apache.jackrabbit.webdav.jcr Contains JCR specific implementations.org.apache.jackrabbit.webdav.jcr.transaction org.apache.jackrabbit.webdav.lock org.apache.jackrabbit.webdav.simple org.apache.jackrabbit.webdav.transaction -
-
Uses of LockInfo in org.apache.jackrabbit.webdav
Methods in org.apache.jackrabbit.webdav that return LockInfo Modifier and Type Method Description LockInfoDavServletRequest. getLockInfo()Return the parsed 'lockinfo' request body, theTimeout headerand theDepth headerof a LOCK request asLockInfoobject.LockInfoWebdavRequestImpl. getLockInfo()LockInfoobject encapsulating the information passed with a LOCK request if the LOCK request body was valid.Methods in org.apache.jackrabbit.webdav with parameters of type LockInfo Modifier and Type Method Description ActiveLockDavResource. lock(LockInfo reqLockInfo)Lock this webdav resource with the information retrieve from the request and return the resulting lockdiscovery object.ActiveLockDavResource. refreshLock(LockInfo reqLockInfo, String lockToken)Refresh an existing lock by resetting the timeout. -
Uses of LockInfo in org.apache.jackrabbit.webdav.client.methods
Constructors in org.apache.jackrabbit.webdav.client.methods with parameters of type LockInfo Constructor Description HttpLock(String uri, LockInfo lockInfo)HttpLock(URI uri, LockInfo lockInfo) -
Uses of LockInfo in org.apache.jackrabbit.webdav.jcr
Methods in org.apache.jackrabbit.webdav.jcr with parameters of type LockInfo Modifier and Type Method Description ActiveLockDefaultItemCollection. lock(LockInfo reqLockInfo)Creates a lock on this resource by locking the underlyingnode.ActiveLockDefaultItemCollection. refreshLock(LockInfo reqLockInfo, String lockToken)Refreshes the lock on this resource. -
Uses of LockInfo in org.apache.jackrabbit.webdav.jcr.transaction
Methods in org.apache.jackrabbit.webdav.jcr.transaction with parameters of type LockInfo Modifier and Type Method Description ActiveLockTxLockManagerImpl. createLock(LockInfo lockInfo, DavResource resource)Create a new lock.ActiveLockTxLockManagerImpl. refreshLock(LockInfo lockInfo, String lockToken, DavResource resource)Refresh the lock identified by the given lock token. -
Uses of LockInfo in org.apache.jackrabbit.webdav.lock
Methods in org.apache.jackrabbit.webdav.lock with parameters of type LockInfo Modifier and Type Method Description ActiveLockLockManager. createLock(LockInfo lockInfo, DavResource resource)Create a new lock for the givenresource.ActiveLockSimpleLockManager. createLock(LockInfo lockInfo, DavResource resource)Adds the lock for the given resource, replacing any existing lock.ActiveLockLockManager. refreshLock(LockInfo lockInfo, String lockToken, DavResource resource)Refresh the lock identified by the given lockToken and initially created on the specified resource.ActiveLockSimpleLockManager. refreshLock(LockInfo lockInfo, String lockToken, DavResource resource)Constructors in org.apache.jackrabbit.webdav.lock with parameters of type LockInfo Constructor Description DefaultActiveLock(LockInfo lockInfo)Create a new lock -
Uses of LockInfo in org.apache.jackrabbit.webdav.simple
Methods in org.apache.jackrabbit.webdav.simple with parameters of type LockInfo Modifier and Type Method Description ActiveLockDavResourceImpl. lock(LockInfo lockInfo)ActiveLockDavResourceImpl. refreshLock(LockInfo lockInfo, String lockToken) -
Uses of LockInfo in org.apache.jackrabbit.webdav.transaction
Constructors in org.apache.jackrabbit.webdav.transaction with parameters of type LockInfo Constructor Description TxActiveLock(LockInfo lockInfo)Create a new transaction lock.
If the lockInfo element isnullthe timeout defaults to half and hour.
-