| 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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SiteServiceImpl.listMembers(String shortName,
String nameFilter,
String roleFilter,
boolean collapseGroups,
SiteService.SiteMembersCallback callback) |
protected void |
SiteServiceImpl.listMembersImpl(String shortName,
String nameFilter,
String roleFilter,
boolean collapseGroups,
SiteService.SiteMembersCallback callback) |
| Modifier and Type | Method and Description |
|---|---|
void |
SiteService.listMembers(String shortName,
String nameFilter,
String roleFilter,
boolean collapseGroups,
SiteService.SiteMembersCallback callback)
List the members of the site.
|
Copyright © 2005–2018 Alfresco Software. All rights reserved.