Uses of Class
org.apache.jackrabbit.webdav.transaction.TransactionInfo
-
Packages that use TransactionInfo Package Description org.apache.jackrabbit.webdav org.apache.jackrabbit.webdav.jcr.transaction org.apache.jackrabbit.webdav.transaction -
-
Uses of TransactionInfo in org.apache.jackrabbit.webdav
Methods in org.apache.jackrabbit.webdav that return TransactionInfo Modifier and Type Method Description TransactionInfoWebdavRequestImpl. getTransactionInfo() -
Uses of TransactionInfo in org.apache.jackrabbit.webdav.jcr.transaction
Methods in org.apache.jackrabbit.webdav.jcr.transaction with parameters of type TransactionInfo Modifier and Type Method Description voidTxLockManagerImpl. releaseLock(TransactionInfo lockInfo, String lockToken, TransactionResource resource)Release the lock identified by the given lock token. -
Uses of TransactionInfo in org.apache.jackrabbit.webdav.transaction
Methods in org.apache.jackrabbit.webdav.transaction that return TransactionInfo Modifier and Type Method Description TransactionInfoTransactionDavServletRequest. getTransactionInfo()Retrieve the 'transactioninfo' request body that must be included with the UNLOCK request of a transaction lock.Methods in org.apache.jackrabbit.webdav.transaction with parameters of type TransactionInfo Modifier and Type Method Description voidTxLockManager. releaseLock(TransactionInfo lockInfo, String lockToken, TransactionResource resource)Release the lock identified by the given lock token.voidTransactionResource. unlock(String lockToken, TransactionInfo info)Overloads theunlockmethod of theDavResourceinterface.
-