Uses of Interface
org.apache.jackrabbit.webdav.lock.ActiveLock
- 
Packages that use ActiveLock Package Description org.apache.jackrabbit.spi2dav org.apache.jackrabbit.webdav org.apache.jackrabbit.webdav.jcr Contains JCR specific implementations.org.apache.jackrabbit.webdav.jcr.lock org.apache.jackrabbit.webdav.jcr.transaction org.apache.jackrabbit.webdav.lock org.apache.jackrabbit.webdav.simple org.apache.jackrabbit.webdav.transaction  - 
- 
Uses of ActiveLock in org.apache.jackrabbit.spi2dav
Constructors in org.apache.jackrabbit.spi2dav with parameters of type ActiveLock Constructor Description LockInfoImpl(ActiveLock activeLock, NodeId nodeId, Set<String> sessionLockTokens) - 
Uses of ActiveLock in org.apache.jackrabbit.webdav
Methods in org.apache.jackrabbit.webdav that return ActiveLock Modifier and Type Method Description ActiveLockDavResource. getLock(Type type, Scope scope)Return the lock present on this webdav resource ornullif the resource is either not locked or not lockable at all.ActiveLock[]DavResource. getLocks()Returns an array of all locks applied to the given resource.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.Methods in org.apache.jackrabbit.webdav with parameters of type ActiveLock Modifier and Type Method Description voidDavServletResponse. sendRefreshLockResponse(ActiveLock[] locks)Send the lock response for a successful LOCK request, that was intended to refresh an existing lock.voidWebdavResponseImpl. sendRefreshLockResponse(ActiveLock[] locks)Send response body for a lock request that was intended to refresh one or several locks. - 
Uses of ActiveLock in org.apache.jackrabbit.webdav.jcr
Methods in org.apache.jackrabbit.webdav.jcr that return ActiveLock Modifier and Type Method Description ActiveLockDefaultItemCollection. getLock(Type type, Scope scope)Retrieve the lock with the specified type and scope.ActiveLockDefaultItemResource. getLock(Type type, Scope scope)JCR propertiesare locked if their parent node is locked; thus this method will always return thelockobject from the collection this resource is internal member of.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 ActiveLock in org.apache.jackrabbit.webdav.jcr.lock
Classes in org.apache.jackrabbit.webdav.jcr.lock that implement ActiveLock Modifier and Type Class Description classJcrActiveLockJcrActiveLockwraps aJCR lockobject. - 
Uses of ActiveLock in org.apache.jackrabbit.webdav.jcr.transaction
Methods in org.apache.jackrabbit.webdav.jcr.transaction that return ActiveLock Modifier and Type Method Description ActiveLockTxLockManagerImpl. createLock(LockInfo lockInfo, DavResource resource)Create a new lock.ActiveLockTxLockManagerImpl. getLock(Type type, Scope scope, DavResource resource)Always returns nullActiveLockTxLockManagerImpl. getLock(Type type, Scope scope, TransactionResource resource)Return the lock applied to the given resource ornullActiveLockTxLockManagerImpl. refreshLock(LockInfo lockInfo, String lockToken, DavResource resource)Refresh the lock identified by the given lock token. - 
Uses of ActiveLock in org.apache.jackrabbit.webdav.lock
Classes in org.apache.jackrabbit.webdav.lock that implement ActiveLock Modifier and Type Class Description classAbstractActiveLockAbstractActiveLock...classDefaultActiveLockDefaultActiveLockimplements theActiveLockinterface and represents an exclusive write lock with a random uuid lock token.Methods in org.apache.jackrabbit.webdav.lock that return ActiveLock 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. getLock(Type type, Scope scope, DavResource resource)Retrieve the lock with the given type and scope that is applied to the given resource.ActiveLockSimpleLockManager. getLock(Type type, Scope scope, DavResource resource)Returns the lock applying to the given resource ornullif no lock can be found.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)Methods in org.apache.jackrabbit.webdav.lock that return types with arguments of type ActiveLock Modifier and Type Method Description List<ActiveLock>LockDiscovery. getValue()Returns the list of active locks.Constructors in org.apache.jackrabbit.webdav.lock with parameters of type ActiveLock Constructor Description LockDiscovery(ActiveLock lock)Create a new LockDiscovery propertyLockDiscovery(ActiveLock[] locks)Create a new LockDiscovery property - 
Uses of ActiveLock in org.apache.jackrabbit.webdav.simple
Methods in org.apache.jackrabbit.webdav.simple that return ActiveLock Modifier and Type Method Description ActiveLockDavResourceImpl. getLock(Type type, Scope scope)ActiveLock[]DavResourceImpl. getLocks()ActiveLockDavResourceImpl. lock(LockInfo lockInfo)ActiveLockDavResourceImpl. refreshLock(LockInfo lockInfo, String lockToken) - 
Uses of ActiveLock in org.apache.jackrabbit.webdav.transaction
Classes in org.apache.jackrabbit.webdav.transaction that implement ActiveLock Modifier and Type Class Description classTxActiveLockTxActiveLockrepresents the transaction lock present on aTransactionResource.Methods in org.apache.jackrabbit.webdav.transaction that return ActiveLock Modifier and Type Method Description ActiveLockTxLockManager. getLock(Type type, Scope scope, TransactionResource resource)Return the lock applied to the given resource ornull 
 -