Uses of Interface
org.alfresco.repo.domain.node.Transaction
-
Packages that use Transaction Package Description org.alfresco.repo.domain.node org.alfresco.repo.domain.node.ibatis -
-
Uses of Transaction in org.alfresco.repo.domain.node
Classes in org.alfresco.repo.domain.node that implement Transaction Modifier and Type Class Description classTransactionEntityBean to represent alf_transaction data.Methods in org.alfresco.repo.domain.node that return Transaction Modifier and Type Method Description TransactionAbstractNodeDAOImpl. getTxnById(Long txnId)TransactionNodeDAO. getTxnById(Long txnId)Retrieves a specific transaction.protected abstract TransactionAbstractNodeDAOImpl. selectLastTxnBeforeCommitTime(Long maxCommitTime)protected abstract TransactionAbstractNodeDAOImpl. selectTxnById(Long txnId)Methods in org.alfresco.repo.domain.node that return types with arguments of type Transaction Modifier and Type Method Description abstract List<Transaction>AbstractNodeDAOImpl. selectTxns(Long fromTimeInclusive, Long toTimeExclusive, Integer count, List<Long> includeTxnIds, List<Long> excludeTxnIds, Boolean ascending) -
Uses of Transaction in org.alfresco.repo.domain.node.ibatis
Methods in org.alfresco.repo.domain.node.ibatis that return Transaction Modifier and Type Method Description protected TransactionNodeDAOImpl. selectLastTxnBeforeCommitTime(Long maxCommitTime)protected TransactionNodeDAOImpl. selectTxnById(Long txnId)Methods in org.alfresco.repo.domain.node.ibatis that return types with arguments of type Transaction Modifier and Type Method Description List<Transaction>NodeDAOImpl. selectTxns(Long fromTimeInclusive, Long toTimeExclusive, Integer count, List<Long> includeTxnIds, List<Long> excludeTxnIds, Boolean ascending)
-