Uses of Interface
org.alfresco.repo.solr.Acl
-
Packages that use Acl Package Description org.alfresco.repo.domain.solr org.alfresco.repo.domain.solr.ibatis org.alfresco.repo.solr -
-
Uses of Acl in org.alfresco.repo.domain.solr
Classes in org.alfresco.repo.domain.solr that implement Acl Modifier and Type Class Description classAclEntityInterface for SOLR changeset objects.Methods in org.alfresco.repo.domain.solr that return types with arguments of type Acl Modifier and Type Method Description java.util.List<Acl>SOLRDAO. getAcls(java.util.List<java.lang.Long> aclChangeSetIds, java.lang.Long minAclId, int maxResults)Get the ACLs (no rollup count) for the given ACL ChangeSetsMethods in org.alfresco.repo.domain.solr with parameters of type Acl Modifier and Type Method Description intAclEntity. compareTo(Acl o) -
Uses of Acl in org.alfresco.repo.domain.solr.ibatis
Methods in org.alfresco.repo.domain.solr.ibatis that return types with arguments of type Acl Modifier and Type Method Description java.util.List<Acl>SOLRDAOImpl. getAcls(java.util.List<java.lang.Long> aclChangeSetIds, java.lang.Long minAclId, int maxResults)Get the ACLs (no rollup count) for the given ACL ChangeSets -
Uses of Acl in org.alfresco.repo.solr
Methods in org.alfresco.repo.solr that return types with arguments of type Acl Modifier and Type Method Description java.util.List<Acl>SOLRTrackingComponent. getAcls(java.util.List<java.lang.Long> aclChangeSetIds, java.lang.Long minAclId, int maxResults)Get the ACLs with paging options for a specific ACL ChangeSetjava.util.List<Acl>SOLRTrackingComponentImpl. getAcls(java.util.List<java.lang.Long> aclChangeSetIds, java.lang.Long minAclId, int maxResults)
-