Package | Description |
---|---|
org.apache.jackrabbit.webdav.jcr.lock | |
org.apache.jackrabbit.webdav.lock |
Provides interfaces and classes for locking related issues.
|
org.apache.jackrabbit.webdav.transaction |
Contains interfaces and classes related to transaction locks.
|
Modifier and Type | Class and Description |
---|---|
class |
SessionScopedLockEntry
SessionScopedLockEntry represents the 'session-scoped' write
lock as defined by JCR. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLockEntry
AbstractLockEntry provides the generic XmlSerializable.toXml(org.w3c.dom.Document) method. |
Modifier and Type | Method and Description |
---|---|
Iterator<LockEntry> |
SupportedLock.getSupportedLocks()
Returns an iterator over all supported locks.
|
List<LockEntry> |
SupportedLock.getValue()
Returns the list of supported lock entries.
|
Modifier and Type | Method and Description |
---|---|
void |
SupportedLock.addEntry(LockEntry entry)
Adds a capability to this lock support.
|
Modifier and Type | Class and Description |
---|---|
class |
TxLockEntry
TxLockEntry represents the lock entry objects allowed for
a transaction lock. |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.