| 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.CannedQuery<SiteMembership> |
SiteMembershipCannedQueryFactory.getCannedQuery(org.alfresco.query.CannedQueryParameters parameters) |
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) |
protected List<SiteMembership> |
SitesCannedQuery.queryAndFilter(org.alfresco.query.CannedQueryParameters parameters) |
protected List<SiteMembership> |
SiteMembersCannedQuery.queryAndFilter(org.alfresco.query.CannedQueryParameters parameters) |
| 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–2014 Alfresco Software. All rights reserved.