Uses of Package
org.apache.jackrabbit.webdav.transaction
-
Packages that use org.apache.jackrabbit.webdav.transaction Package Description org.apache.jackrabbit.webdav org.apache.jackrabbit.webdav.jcr Contains JCR specific implementations.org.apache.jackrabbit.webdav.jcr.observation org.apache.jackrabbit.webdav.jcr.transaction org.apache.jackrabbit.webdav.jcr.version Contains JCR specific implementations for the following interfaces: VersionableResource VersionControlledResource VersionResource VersionHistoryResourceorg.apache.jackrabbit.webdav.transaction -
Classes in org.apache.jackrabbit.webdav.transaction used by org.apache.jackrabbit.webdav Class Description TransactionDavServletRequest TransactionDavServletRequest
provides extensions to theDavServletRequest
interface used for dealing with transaction lock requests.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. -
Classes in org.apache.jackrabbit.webdav.transaction used by org.apache.jackrabbit.webdav.jcr Class Description TransactionResource TransactionResource
extends theDavResource
interface by transaction relevant METHODS. -
Classes in org.apache.jackrabbit.webdav.transaction used by org.apache.jackrabbit.webdav.jcr.observation Class Description TransactionResource TransactionResource
extends theDavResource
interface by transaction relevant METHODS. -
Classes in org.apache.jackrabbit.webdav.transaction used by org.apache.jackrabbit.webdav.jcr.transaction 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.TransactionResource TransactionResource
extends theDavResource
interface by transaction relevant METHODS.TxLockManager TxLockManager
manages locks with locktype 'dcr:transaction
'. -
Classes in org.apache.jackrabbit.webdav.transaction used by org.apache.jackrabbit.webdav.jcr.version Class Description TransactionResource TransactionResource
extends theDavResource
interface by transaction relevant METHODS. -
Classes in org.apache.jackrabbit.webdav.transaction used by org.apache.jackrabbit.webdav.transaction Class Description TransactionConstants TransactionConstants
interface provide constants for request and response headers, Xml elements and property names used for handling transactions over WebDAV.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.TransactionResource TransactionResource
extends theDavResource
interface by transaction relevant METHODS.TxLockManager TxLockManager
manages locks with locktype 'dcr:transaction
'.