| Package | Description |
|---|---|
| org.alfresco.repo.domain.solr | |
| org.alfresco.repo.domain.solr.ibatis | |
| org.alfresco.repo.solr |
| Modifier and Type | Class and Description |
|---|---|
class |
AclChangeSetEntity
Interface for SOLR changeset objects.
|
| Modifier and Type | Method and Description |
|---|---|
List<AclChangeSet> |
SOLRDAO.getAclChangeSets(Long minAclChangeSetId,
Long fromCommitTime,
Long maxAclChangeSetId,
Long toCommitTime,
int maxResults)
Get the ACL changesets summary (rollup count) with paging options
|
| Modifier and Type | Method and Description |
|---|---|
List<AclChangeSet> |
SOLRDAOImpl.getAclChangeSets(Long minAclChangeSetId,
Long fromCommitTime,
Long maxAclChangeSetId,
Long toCommitTime,
int maxResults)
Get the ACL changesets summary (rollup count) with paging options
|
| Modifier and Type | Method and Description |
|---|---|
List<AclChangeSet> |
SOLRTrackingComponentImpl.getAclChangeSets(Long minAclChangeSetId,
Long fromCommitTime,
Long maxAclChangeSetId,
Long toCommitTime,
int maxResults) |
List<AclChangeSet> |
SOLRTrackingComponent.getAclChangeSets(Long minAclChangeSetId,
Long fromCommitTime,
Long maxAclChangeSetId,
Long toCommitTime,
int maxResults)
Get the ACL changesets for given range parameters
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.