| Package | Description |
|---|---|
| org.alfresco.repo.domain.solr | |
| org.alfresco.repo.domain.solr.ibatis | |
| org.alfresco.repo.solr |
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionEntity
Bean to represent SOLR transaction data.
|
| Modifier and Type | Method and Description |
|---|---|
List<Transaction> |
SOLRDAO.getTransactions(Long minTxnId,
Long fromCommitTime,
Long maxTxnId,
Long toCommitTime,
int maxResults)
Get the transactions from either minTxnId or fromCommitTime, optionally limited to maxResults
|
| Modifier and Type | Method and Description |
|---|---|
List<Transaction> |
SOLRDAOImpl.getTransactions(Long minTxnId,
Long fromCommitTime,
Long maxTxnId,
Long toCommitTime,
int maxResults)
Get the transactions from either minTxnId or fromCommitTime, optionally limited to maxResults
|
| Modifier and Type | Method and Description |
|---|---|
List<Transaction> |
SOLRTrackingComponentImpl.getTransactions(Long minTxnId,
Long fromCommitTime,
Long maxTxnId,
Long toCommitTime,
int maxResults) |
List<Transaction> |
SOLRTrackingComponent.getTransactions(Long minTxnId,
Long fromCommitTime,
Long maxTxnId,
Long toCommitTimeint,
int maxResults)
Get the transactions from either minTxnId or fromCommitTime, optionally limited to maxResults
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.