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> |
SOLRTrackingComponent.getAclChangeSets(Long minAclChangeSetId,
Long fromCommitTime,
Long maxAclChangeSetId,
Long toCommitTime,
int maxResults)
Get the ACL changesets for given range parameters
|
List<AclChangeSet> |
SOLRTrackingComponentImpl.getAclChangeSets(Long minAclChangeSetId,
Long fromCommitTime,
Long maxAclChangeSetId,
Long toCommitTime,
int maxResults) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.