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) |
List<SiteMembership> |
SiteServiceImpl.listSiteMemberships(String userName,
int size) |
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> |
SiteMembersCannedQuery.queryAndFilter(org.alfresco.query.CannedQueryParameters parameters) |
Modifier and Type | Method and Description |
---|---|
int |
SiteMembershipComparator.compare(SiteMembership o1,
SiteMembership o2) |
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.
|
List<SiteMembership> |
SiteService.listSiteMemberships(String userName,
int size)
Lists all the memberships in sites that the specified user is in.
|
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.