Uses of Interface
org.alfresco.service.cmr.security.AuthorityService.AuthorityFilter
-
Packages that use AuthorityService.AuthorityFilter Package Description org.alfresco.repo.security.authority org.alfresco.service.cmr.security -
-
Uses of AuthorityService.AuthorityFilter in org.alfresco.repo.security.authority
Methods in org.alfresco.repo.security.authority with parameters of type AuthorityService.AuthorityFilter Modifier and Type Method Description java.util.Set<java.lang.String>AuthorityDAO. getContainingAuthoritiesInZone(org.alfresco.service.cmr.security.AuthorityType type, java.lang.String authority, java.lang.String zoneName, AuthorityService.AuthorityFilter filter, int size)Get a set of authorities with varying filter criteriajava.util.Set<java.lang.String>AuthorityDAOImpl. getContainingAuthoritiesInZone(org.alfresco.service.cmr.security.AuthorityType type, java.lang.String authority, java.lang.String zoneName, AuthorityService.AuthorityFilter filter, int size)java.util.Set<java.lang.String>AuthorityServiceImpl. getContainingAuthoritiesInZone(org.alfresco.service.cmr.security.AuthorityType type, java.lang.String authority, java.lang.String zoneName, AuthorityService.AuthorityFilter filter, int size)Get a set of authorities with varying filter criteria -
Uses of AuthorityService.AuthorityFilter in org.alfresco.service.cmr.security
Methods in org.alfresco.service.cmr.security with parameters of type AuthorityService.AuthorityFilter Modifier and Type Method Description java.util.Set<java.lang.String>AuthorityService. getContainingAuthoritiesInZone(org.alfresco.service.cmr.security.AuthorityType type, java.lang.String name, java.lang.String zoneName, AuthorityService.AuthorityFilter filter, int size)Get a set of authorities with varying filter criteria
-