@Version("1.0.0")
Package org.apache.jackrabbit.webdav.transaction
-
Interface Summary Interface Description TransactionConstants TransactionConstants
interface provide constants for request and response headers, Xml elements and property names used for handling transactions over WebDAV.TransactionDavServletRequest TransactionDavServletRequest
provides extensions to theDavServletRequest
interface used for dealing with transaction lock requests.TransactionResource TransactionResource
extends theDavResource
interface by transaction relevant METHODS.TxLockManager TxLockManager
manages locks with locktype 'dcr:transaction
'. -
Class Summary Class Description TransactionInfo TransactionInfo
class encapsulates the information present in theTransactionConstants.XML_TRANSACTIONINFO
element that forms the request body of the UNLOCk request for a transaction lock.TxActiveLock TxActiveLock
represents the transaction lock present on aTransactionResource
.TxLockEntry TxLockEntry
represents the lock entry objects allowed for a transaction lock.