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 java.util.Map<java.lang.Long,java.util.List<Acl>>SOLRAPIQueueClient. ACL_MAPMethods in org.alfresco.solr.client that return types with arguments of type Acl Modifier and Type Method Description java.util.List<Acl>SOLRAPIClient. getAcls(java.util.List<AclChangeSet> aclChangeSets, java.lang.Long minAclId, int maxResults)Get the ACLs associated with a given list of ACL ChangeSets.java.util.List<Acl>SOLRAPIQueueClient. getAcls(java.util.List<AclChangeSet> aclChangeSets, java.lang.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 java.util.List<AclReaders>SOLRAPIClient. getAclReaders(java.util.List<Acl> acls)Get the ACL readers for a given list of ACLsjava.util.List<AclReaders>SOLRAPIQueueClient. getAclReaders(java.util.List<Acl> acls)Get the ACL readers for a given list of ACLs
-