Uses of Interface
org.alfresco.service.cmr.site.SiteMemberInfo
Packages that use SiteMemberInfo
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 SiteMemberInfo in org.alfresco.repo.site
Classes in org.alfresco.repo.site that implement SiteMemberInfoMethods in org.alfresco.repo.site that return SiteMemberInfoModifier and TypeMethodDescriptionSiteServiceImpl.getMembersRoleInfo(String shortName, String authorityName) Methods in org.alfresco.repo.site that return types with arguments of type SiteMemberInfoModifier and TypeMethodDescriptionSiteServiceImpl.listMembersInfo(String shortName, String nameFilter, String roleFilter, int size, boolean expandGroups) protected List<SiteMemberInfo>SiteServiceImpl.listMembersInfoImpl(String shortName, String nameFilter, String roleFilter, int size, boolean expandGroups) -
Uses of SiteMemberInfo in org.alfresco.repo.site.script
Methods in org.alfresco.repo.site.script that return SiteMemberInfoModifier and TypeMethodDescriptionSite.getMembersRoleInfo(String authorityName) Gets extended information on the user's role in this site. -
Uses of SiteMemberInfo in org.alfresco.service.cmr.site
Methods in org.alfresco.service.cmr.site that return SiteMemberInfoModifier and TypeMethodDescriptionSiteService.getMembersRoleInfo(String shortName, String authorityName) Gets the extended role information of the specified user.Methods in org.alfresco.service.cmr.site that return types with arguments of type SiteMemberInfoModifier and TypeMethodDescriptionSiteService.listMembersInfo(String shortName, String nameFilter, String roleFilter, int size, boolean collapseGroups) List the members of the site.