Package org.apache.jackrabbit.webdav.transaction
@Version("1.0.0")
package org.apache.jackrabbit.webdav.transaction
-
ClassDescription
TransactionConstantsinterface provide constants for request and response headers, Xml elements and property names used for handling transactions over WebDAV.TransactionDavServletRequestprovides extensions to theDavServletRequestinterface used for dealing with transaction lock requests.TransactionInfoclass encapsulates the information present in theTransactionConstants.XML_TRANSACTIONINFOelement that forms the request body of the UNLOCk request for a transaction lock.TransactionResourceextends theDavResourceinterface by transaction relevant METHODS.TxActiveLockrepresents the transaction lock present on aTransactionResource.TxLockEntryrepresents the lock entry objects allowed for a transaction lock.TxLockManagermanages locks with locktype 'dcr:transaction'.