Uses of Interface
org.alfresco.repo.solr.Transaction
-
Packages that use Transaction Package Description org.alfresco.repo.domain.solr org.alfresco.repo.domain.solr.ibatis org.alfresco.repo.solr -
-
Uses of Transaction in org.alfresco.repo.domain.solr
Classes in org.alfresco.repo.domain.solr that implement Transaction Modifier and Type Class Description classTransactionEntityBean to represent SOLR transaction data.Methods in org.alfresco.repo.domain.solr that return types with arguments of type Transaction Modifier and Type Method Description java.util.List<Transaction>SOLRDAO. getTransactions(java.lang.Long minTxnId, java.lang.Long fromCommitTime, java.lang.Long maxTxnId, java.lang.Long toCommitTime, int maxResults)Get the transactions from either minTxnId or fromCommitTime, optionally limited to maxResults -
Uses of Transaction in org.alfresco.repo.domain.solr.ibatis
Methods in org.alfresco.repo.domain.solr.ibatis that return types with arguments of type Transaction Modifier and Type Method Description java.util.List<Transaction>SOLRDAOImpl. getTransactions(java.lang.Long minTxnId, java.lang.Long fromCommitTime, java.lang.Long maxTxnId, java.lang.Long toCommitTime, int maxResults)Get the transactions from either minTxnId or fromCommitTime, optionally limited to maxResults -
Uses of Transaction in org.alfresco.repo.solr
Methods in org.alfresco.repo.solr that return types with arguments of type Transaction Modifier and Type Method Description java.util.List<Transaction>SOLRTrackingComponent. getTransactions(java.lang.Long minTxnId, java.lang.Long fromCommitTime, java.lang.Long maxTxnId, java.lang.Long toCommitTimeint, int maxResults)Get the transactions from either minTxnId or fromCommitTime, optionally limited to maxResultsjava.util.List<Transaction>SOLRTrackingComponentImpl. getTransactions(java.lang.Long minTxnId, java.lang.Long fromCommitTime, java.lang.Long maxTxnId, java.lang.Long toCommitTime, int maxResults)
-