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 |
---|---|
org.alfresco.query.PagingResults<SiteMembership> |
SiteServiceImpl.listMembersPaged(String shortName,
boolean collapseGroups,
List<org.alfresco.util.Pair<SiteService.SortFields,Boolean>> sortProps,
org.alfresco.query.PagingRequest pagingRequest) |
org.alfresco.query.PagingResults<SiteMembership> |
SiteServiceImpl.listSitesPaged(String userName,
List<org.alfresco.util.Pair<SiteService.SortFields,Boolean>> sortProps,
org.alfresco.query.PagingRequest pagingRequest) |
Modifier and Type | Method and Description |
---|---|
static SiteService.SortFields |
SiteService.SortFields.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SiteService.SortFields[] |
SiteService.SortFields.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
org.alfresco.query.PagingResults<SiteMembership> |
SiteService.listMembersPaged(String shortName,
boolean collapseGroups,
List<org.alfresco.util.Pair<SiteService.SortFields,Boolean>> sortProps,
org.alfresco.query.PagingRequest pagingRequest)
Gets the role of the specified user.
|
org.alfresco.query.PagingResults<SiteMembership> |
SiteService.listSitesPaged(String userName,
List<org.alfresco.util.Pair<SiteService.SortFields,Boolean>> sortProps,
org.alfresco.query.PagingRequest pagingRequest)
List all the sites that the specified user has a explicit membership to.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.