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.repo.site.script | |
org.alfresco.service.cmr.site |
Provides the public interface for the the SiteService which is used by the Share application.
|
Modifier and Type | Class and Description |
---|---|
class |
SiteMemberInfoImpl
Site member's information class
|
Modifier and Type | Method and Description |
---|---|
SiteMemberInfo |
SiteServiceImpl.getMembersRoleInfo(String shortName,
String authorityName) |
Modifier and Type | Method and Description |
---|---|
List<SiteMemberInfo> |
SiteServiceImpl.listMembersInfo(String shortName,
String nameFilter,
String roleFilter,
int size,
boolean collapseGroups) |
protected List<SiteMemberInfo> |
SiteServiceImpl.listMembersInfoImpl(String shortName,
String nameFilter,
String roleFilter,
int size,
boolean collapseGroups) |
Modifier and Type | Method and Description |
---|---|
SiteMemberInfo |
Site.getMembersRoleInfo(String authorityName)
Gets extended information on the user's role in this site.
|
Modifier and Type | Method and Description |
---|---|
SiteMemberInfo |
SiteService.getMembersRoleInfo(String shortName,
String authorityName)
Gets the extended role information of the specified user.
|
Modifier and Type | Method and Description |
---|---|
List<SiteMemberInfo> |
SiteService.listMembersInfo(String shortName,
String nameFilter,
String roleFilter,
int size,
boolean collapseGroups)
List the members of the site.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.