Uses of Class
org.alfresco.repo.site.SiteGroupMembership
Packages that use SiteGroupMembership
Package
Description
Provides the implementation of the site service which is used to provide services used by the sites of the Share interface.
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 SiteGroupMembershipModifier and TypeMethodDescriptionorg.alfresco.query.PagingResults<SiteGroupMembership>SiteServiceImpl.listGroupMembersPaged(String shortName, List<Pair<SiteService.SortFields, Boolean>> sortProps, org.alfresco.query.PagingRequest pagingRequest) protected List<SiteGroupMembership>SiteGroupCannedQuery.queryAndFilter(org.alfresco.query.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 SiteGroupMembershipModifier and TypeMethodDescriptionorg.alfresco.query.PagingResults<SiteGroupMembership>SiteService.listGroupMembersPaged(String shortName, List<Pair<SiteService.SortFields, Boolean>> sortProps, org.alfresco.query.PagingRequest pagingRequest) Returns a paged list of the groups for the site.