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 classDefaultItemCollectionDefaultItemCollectionrepresents a JCR node item.classDefaultItemResourceDefaultItemResourcerepresents JCR property item.classEventJournalResourceImplImplements a JCREventJournalin terms of an RFC 4287 Atom feed.classRootCollectionRootCollectionrepresent the WebDAV root resource that does not represent any repository item.classVersionControlledItemCollectionVersionControlledItemCollectionrepresents a JCR node item and covers all functionality related to versioning ofNodes.classWorkspaceResourceImplWorkspaceResourceImpl... -
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 voidSubscriptionManagerImpl. afterCommit(TransactionResource resource, String lockToken, boolean success)This method is called after the commit has been executed.voidSubscriptionManagerImpl. 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 voidTransactionListener. afterCommit(TransactionResource resource, String lockToken, boolean success)This method is called after the commit has been executed.voidTransactionListener. beforeCommit(TransactionResource resource, String lockToken)This method is called right before a transaction is committed.ActiveLockTxLockManagerImpl. getLock(Type type, Scope scope, TransactionResource resource)Return the lock applied to the given resource ornullvoidTxLockManagerImpl. 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 classVersionHistoryItemCollectionVersionHistoryItemCollectionrepresents a JCR version history.classVersionItemCollectionVersionItemCollectionrepresents 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 ActiveLockTxLockManager. getLock(Type type, Scope scope, TransactionResource resource)Return the lock applied to the given resource ornullvoidTxLockManager. releaseLock(TransactionInfo lockInfo, String lockToken, TransactionResource resource)Release the lock identified by the given lock token.
-