Uses of Class
org.alfresco.repo.site.SiteGroupMembership
-
Packages that use SiteGroupMembership Package Description org.alfresco.repo.site Provides the implementation of the site service which is used to provide services used by the sites of the Share interface.org.alfresco.service.cmr.site Provides the public interface for the the SiteService which is used by the Share application. -
-
Uses of SiteGroupMembership in org.alfresco.repo.site
Methods in org.alfresco.repo.site that return types with arguments of type SiteGroupMembership Modifier and Type Method Description PagingResults<SiteGroupMembership>SiteServiceImpl. listGroupMembersPaged(String shortName, List<Pair<SiteService.SortFields,Boolean>> sortProps, PagingRequest pagingRequest)protected List<SiteGroupMembership>SiteGroupCannedQuery. queryAndFilter(CannedQueryParameters parameters) -
Uses of SiteGroupMembership in org.alfresco.service.cmr.site
Methods in org.alfresco.service.cmr.site that return types with arguments of type SiteGroupMembership Modifier and Type Method Description PagingResults<SiteGroupMembership>SiteService. listGroupMembersPaged(String shortName, List<Pair<SiteService.SortFields,Boolean>> sortProps, PagingRequest pagingRequest)Returns a paged list of the groups for the site.
-