|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SOLRDAO
DAO support for SOLR web scripts.
| Method Summary | |
|---|---|
java.util.List |
getAclChangeSets(java.lang.Long minAclChangeSetId,
java.lang.Long fromCommitTime,
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,
int maxResults)
Get the transactions from either minTxnId or fromCommitTime, optionally limited to maxResults |
| Method Detail |
|---|
java.util.List getAclChangeSets(java.lang.Long minAclChangeSetId,
java.lang.Long fromCommitTime,
int maxResults)
minAclChangeSetId - minimum ACL changeset ID - (inclusive and optional)fromCommitTime - minimum ACL commit time - (inclusive 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,
int maxResults)
minTxnId - greater than or equal to minTxnIdfromCommitTime - greater than or equal to transaction commit timemaxResults - limit the results. 0 or Integer.MAX_VALUE does not limit the results
java.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 results
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||