Uses of Interface
org.alfresco.repo.solr.AclChangeSet
-
Packages that use AclChangeSet Package Description org.alfresco.repo.domain.solr org.alfresco.repo.domain.solr.ibatis org.alfresco.repo.search org.alfresco.repo.solr -
-
Uses of AclChangeSet in org.alfresco.repo.domain.solr
Classes in org.alfresco.repo.domain.solr that implement AclChangeSet Modifier and Type Class Description classAclChangeSetEntityInterface for SOLR changeset objects.Methods in org.alfresco.repo.domain.solr that return types with arguments of type AclChangeSet Modifier and Type Method Description List<AclChangeSet>SearchDAO. getAclChangeSets(Long minAclChangeSetId, Long fromCommitTime, Long maxAclChangeSetId, Long toCommitTime, int maxResults)Get the ACL changesets summary (rollup count) with paging options -
Uses of AclChangeSet in org.alfresco.repo.domain.solr.ibatis
Methods in org.alfresco.repo.domain.solr.ibatis that return types with arguments of type AclChangeSet Modifier and Type Method Description List<AclChangeSet>SearchDAOImpl. getAclChangeSets(Long minAclChangeSetId, Long fromCommitTime, Long maxAclChangeSetId, Long toCommitTime, int maxResults)Get the ACL changesets summary (rollup count) with paging options -
Uses of AclChangeSet in org.alfresco.repo.search
Methods in org.alfresco.repo.search that return types with arguments of type AclChangeSet Modifier and Type Method Description List<AclChangeSet>SearchTrackingComponent. getAclChangeSets(Long minAclChangeSetId, Long fromCommitTime, Long maxAclChangeSetId, Long toCommitTime, int maxResults)Get the ACL changesets for given range parameters -
Uses of AclChangeSet in org.alfresco.repo.solr
Methods in org.alfresco.repo.solr that return types with arguments of type AclChangeSet Modifier and Type Method Description List<AclChangeSet>SOLRTrackingComponentImpl. getAclChangeSets(Long minAclChangeSetId, Long fromCommitTime, Long maxAclChangeSetId, Long toCommitTime, int maxResults)
-