Uses of Interface
org.apache.jackrabbit.webdav.transaction.TransactionResource
-
Packages that use TransactionResource Package Description 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 -
-
Uses of TransactionResource in org.apache.jackrabbit.webdav.jcr
Classes in org.apache.jackrabbit.webdav.jcr that implement TransactionResource Modifier and Type Class Description class
DefaultItemCollection
DefaultItemCollection
represents a JCR node item.class
DefaultItemResource
DefaultItemResource
represents JCR property item.class
EventJournalResourceImpl
Implements a JCREventJournal
in terms of an RFC 4287 Atom feed.class
RootCollection
RootCollection
represent the WebDAV root resource that does not represent any repository item.class
VersionControlledItemCollection
VersionControlledItemCollection
represents a JCR node item and covers all functionality related to versioning ofNode
s.class
WorkspaceResourceImpl
WorkspaceResourceImpl
... -
Uses of TransactionResource in org.apache.jackrabbit.webdav.jcr.observation
Methods in org.apache.jackrabbit.webdav.jcr.observation with parameters of type TransactionResource Modifier and Type Method Description void
SubscriptionManagerImpl. afterCommit(TransactionResource resource, String lockToken, boolean success)
This method is called after the commit has been executed.void
SubscriptionManagerImpl. beforeCommit(TransactionResource resource, String lockToken)
This method is called right before a transaction is committed. -
Uses of TransactionResource in org.apache.jackrabbit.webdav.jcr.transaction
Methods in org.apache.jackrabbit.webdav.jcr.transaction with parameters of type TransactionResource Modifier and Type Method Description void
TransactionListener. afterCommit(TransactionResource resource, String lockToken, boolean success)
This method is called after the commit has been executed.void
TransactionListener. beforeCommit(TransactionResource resource, String lockToken)
This method is called right before a transaction is committed.ActiveLock
TxLockManagerImpl. getLock(Type type, Scope scope, TransactionResource resource)
Return the lock applied to the given resource ornull
void
TxLockManagerImpl. releaseLock(TransactionInfo lockInfo, String lockToken, TransactionResource resource)
Release the lock identified by the given lock token. -
Uses of TransactionResource in org.apache.jackrabbit.webdav.jcr.version
Classes in org.apache.jackrabbit.webdav.jcr.version that implement TransactionResource Modifier and Type Class Description class
VersionHistoryItemCollection
VersionHistoryItemCollection
represents a JCR version history.class
VersionItemCollection
VersionItemCollection
represents a JCR version. -
Uses of TransactionResource in org.apache.jackrabbit.webdav.transaction
Methods in org.apache.jackrabbit.webdav.transaction with parameters of type TransactionResource Modifier and Type Method Description ActiveLock
TxLockManager. getLock(Type type, Scope scope, TransactionResource resource)
Return the lock applied to the given resource ornull
void
TxLockManager. releaseLock(TransactionInfo lockInfo, String lockToken, TransactionResource resource)
Release the lock identified by the given lock token.
-