Uses of Class
org.alfresco.repo.site.SiteMembership
Packages that use SiteMembership
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 SiteMembership in org.alfresco.repo.site
Methods in org.alfresco.repo.site that return types with arguments of type SiteMembershipModifier and TypeMethodDescriptionorg.alfresco.query.PagingResults<SiteMembership>SiteServiceImpl.listMembersPaged(String shortName, boolean collapseGroups, List<Pair<SiteService.SortFields, Boolean>> sortProps, org.alfresco.query.PagingRequest pagingRequest) SiteServiceImpl.listSiteMemberships(String userName, int size) org.alfresco.query.PagingResults<SiteMembership>SiteServiceImpl.listSitesPaged(String userName, List<Pair<SiteService.SortFields, Boolean>> sortProps, org.alfresco.query.PagingRequest pagingRequest) protected List<SiteMembership>SiteMembersCannedQuery.queryAndFilter(org.alfresco.query.CannedQueryParameters parameters) Methods in org.alfresco.repo.site with parameters of type SiteMembershipModifier and TypeMethodDescriptionintSiteMembershipComparator.compare(SiteMembership o1, SiteMembership o2) -
Uses of SiteMembership in org.alfresco.service.cmr.site
Methods in org.alfresco.service.cmr.site that return types with arguments of type SiteMembershipModifier and TypeMethodDescriptionorg.alfresco.query.PagingResults<SiteMembership>SiteService.listMembersPaged(String shortName, boolean collapseGroups, List<Pair<SiteService.SortFields, Boolean>> sortProps, org.alfresco.query.PagingRequest pagingRequest) Gets the role of the specified user.SiteService.listSiteMemberships(String userName, int size) Lists all the memberships in sites that the specified user is in.org.alfresco.query.PagingResults<SiteMembership>SiteService.listSitesPaged(String userName, List<Pair<SiteService.SortFields, Boolean>> sortProps, org.alfresco.query.PagingRequest pagingRequest) List all the sites that the specified user has a explicit membership to.