public interface SOLRDAO
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getAclChangeSets(java.lang.Long minAclChangeSetId,
java.lang.Long fromCommitTime,
java.lang.Long maxAclChangeSetId,
java.lang.Long toCommitTime,
int maxResults)
Get the ACL changesets summary (rollup count) with paging options
|
java.util.List |
getAcls(java.util.List aclChangeSetIds,
java.lang.Long minAclId,
int maxResults)
Get the ACLs (no rollup count) for the given ACL ChangeSets
|
java.util.List |
getNodes(NodeParameters nodeParameters)
Get the nodes satisfying the constraints in nodeParameters
|
java.util.List |
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
|
java.util.List getAclChangeSets(java.lang.Long minAclChangeSetId,
java.lang.Long fromCommitTime,
java.lang.Long maxAclChangeSetId,
java.lang.Long toCommitTime,
int maxResults)
minAclChangeSetId - minimum ACL changeset ID - (inclusive and optional)fromCommitTime - minimum ACL commit time - (inclusive and optional)maxAclChangeSetId - maximum ACL changeset ID - (exclusive and optional)toCommitTime - maximum ACL commit time - (exclusive and optional)maxResults - limit the results (must be greater than zero and less than MAX)java.util.List getAcls(java.util.List aclChangeSetIds,
java.lang.Long minAclId,
int maxResults)
aclChangeSetIds - the ACL ChangeSet IDsminAclId - the minimum ACL ID - (inclusive and optional).maxResults - the maximum number of results (must be greater than zero and less than MAX)java.util.List getTransactions(java.lang.Long minTxnId,
java.lang.Long fromCommitTime,
java.lang.Long maxTxnId,
java.lang.Long toCommitTime,
int maxResults)
minTxnId - greater than or equal to minTxnIdfromCommitTime - greater than or equal to transaction commit timemaxTxnId - less than maxTxnIdtoCommitTime - less than toCommitTimemaxResults - limit the results. 0 or Integer.MAX_VALUE does not limit the resultsjava.util.List getNodes(NodeParameters nodeParameters)
nodeParameters - set of constraints for which nodes to returnmaxResults - limit the results. 0 or Integer.MAX_VALUE does not limit the resultsCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.