Uses of Class
org.alfresco.solr.client.Acl
-
Packages that use Acl Package Description org.alfresco.solr.client -
-
Uses of Acl in org.alfresco.solr.client
Fields in org.alfresco.solr.client with type parameters of type Acl Modifier and Type Field Description static Map<Long,List<Acl>>
SOLRAPIQueueClient. aclMap
Methods in org.alfresco.solr.client that return types with arguments of type Acl Modifier and Type Method Description List<Acl>
SOLRAPIClient. getAcls(List<AclChangeSet> aclChangeSets, Long minAclId, int maxResults)
Get the ACLs associated with a given list of ACL ChangeSets.List<Acl>
SOLRAPIQueueClient. getAcls(List<AclChangeSet> aclChangeSets, Long minAclId, int maxResults)
Get the ACLs associated with a given list of ACL ChangeSets.Method parameters in org.alfresco.solr.client with type arguments of type Acl Modifier and Type Method Description List<AclReaders>
SOLRAPIClient. getAclReaders(List<Acl> acls)
Get the ACL readers for a given list of ACLsList<AclReaders>
SOLRAPIQueueClient. getAclReaders(List<Acl> acls)
Get the ACL readers for a given list of ACLs
-