Uses of Interface
org.apache.jackrabbit.webdav.lock.LockEntry
- 
Packages that use LockEntry Package Description org.apache.jackrabbit.webdav.jcr.lock org.apache.jackrabbit.webdav.lock org.apache.jackrabbit.webdav.transaction  - 
- 
Uses of LockEntry in org.apache.jackrabbit.webdav.jcr.lock
Classes in org.apache.jackrabbit.webdav.jcr.lock that implement LockEntry Modifier and Type Class Description classSessionScopedLockEntrySessionScopedLockEntryrepresents the 'session-scoped' write lock as defined by JCR. - 
Uses of LockEntry in org.apache.jackrabbit.webdav.lock
Classes in org.apache.jackrabbit.webdav.lock that implement LockEntry Modifier and Type Class Description classAbstractLockEntryAbstractLockEntryprovides the genericXmlSerializable.toXml(org.w3c.dom.Document)method.Methods in org.apache.jackrabbit.webdav.lock that return types with arguments of type LockEntry Modifier and Type Method Description Iterator<LockEntry>SupportedLock. getSupportedLocks()Returns an iterator over all supported locks.List<LockEntry>SupportedLock. getValue()Returns the list of supported lock entries.Methods in org.apache.jackrabbit.webdav.lock with parameters of type LockEntry Modifier and Type Method Description voidSupportedLock. addEntry(LockEntry entry)Adds a capability to this lock support. - 
Uses of LockEntry in org.apache.jackrabbit.webdav.transaction
Classes in org.apache.jackrabbit.webdav.transaction that implement LockEntry Modifier and Type Class Description classTxLockEntryTxLockEntryrepresents the lock entry objects allowed for a transaction lock. 
 -