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(java.lang.Long txnId)TransactionNodeDAO. getTxnById(java.lang.Long txnId)Retrieves a specific transaction.protected abstract TransactionAbstractNodeDAOImpl. selectLastTxnBeforeCommitTime(java.lang.Long maxCommitTime)protected abstract TransactionAbstractNodeDAOImpl. selectTxnById(java.lang.Long txnId)Methods in org.alfresco.repo.domain.node that return types with arguments of type Transaction Modifier and Type Method Description java.util.List<Transaction>NodeDAO. getOneTxnsByCommitTimeDescending(java.lang.Long fromTimeInclusive, java.lang.Long toTimeExclusive, boolean remoteOnly)Get one last transaction in a given time range.java.util.List<Transaction>AbstractNodeDAOImpl. getTxnsByCommitTimeAscending(java.lang.Long fromTimeInclusive, java.lang.Long toTimeExclusive, int count, java.util.List<java.lang.Long> excludeTxnIds, boolean remoteOnly)java.util.List<Transaction>AbstractNodeDAOImpl. getTxnsByCommitTimeAscending(java.util.List<java.lang.Long> includeTxnIds)java.util.List<Transaction>NodeDAO. getTxnsByCommitTimeAscending(java.lang.Long fromTimeInclusive, java.lang.Long toTimeExclusive, int count, java.util.List<java.lang.Long> excludeTxnIds, boolean remoteOnly)Get all transactions in a given time range.java.util.List<Transaction>NodeDAO. getTxnsByCommitTimeAscending(java.util.List<java.lang.Long> includeTxnIds)Get a specific list of transactions ordered by commit time.java.util.List<Transaction>AbstractNodeDAOImpl. getTxnsByCommitTimeDescending(java.lang.Long fromTimeInclusive, java.lang.Long toTimeExclusive, int count, java.util.List<java.lang.Long> excludeTxnIds, boolean remoteOnly)java.util.List<Transaction>NodeDAO. getTxnsByCommitTimeDescending(java.lang.Long fromTimeInclusive, java.lang.Long toTimeExclusive, int count, java.util.List<java.lang.Long> excludeTxnIds, boolean remoteOnly)Get all transactions in a given time range.protected abstract java.util.List<Transaction>AbstractNodeDAOImpl. selectTxns(java.lang.Long fromTimeInclusive, java.lang.Long toTimeExclusive, java.lang.Integer count, java.util.List<java.lang.Long> includeTxnIds, java.util.List<java.lang.Long> excludeTxnIds, java.lang.Long excludeServerId, java.lang.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(java.lang.Long maxCommitTime)protected TransactionNodeDAOImpl. selectTxnById(java.lang.Long txnId)Methods in org.alfresco.repo.domain.node.ibatis that return types with arguments of type Transaction Modifier and Type Method Description java.util.List<Transaction>NodeDAOImpl. getOneTxnsByCommitTimeDescending(java.lang.Long fromTimeInclusive, java.lang.Long toTimeExclusive, boolean remoteOnly)Get most recent transaction made in a given commit time rangeprotected java.util.List<Transaction>NodeDAOImpl. selectTxns(java.lang.Long fromTimeInclusive, java.lang.Long toTimeExclusive, java.lang.Integer count, java.util.List<java.lang.Long> includeTxnIds, java.util.List<java.lang.Long> excludeTxnIds, java.lang.Long excludeServerId, java.lang.Boolean ascending)
-