Package | Description |
---|---|
org.alfresco.rest.api | |
org.alfresco.rest.api.impl | |
org.alfresco.rest.api.model | |
org.alfresco.rest.api.people |
Modifier and Type | Method and Description |
---|---|
MemberOfSite |
Sites.getMemberOfSite(String personId,
String siteShortName)
people/
|
Modifier and Type | Method and Description |
---|---|
CollectionWithPagingInfo<MemberOfSite> |
Sites.getSites(String personId,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
MemberOfSite |
SitesImpl.getMemberOfSite(String personId,
String siteId)
people/
|
Modifier and Type | Method and Description |
---|---|
CollectionWithPagingInfo<MemberOfSite> |
SitesImpl.getSites(String personId,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
static MemberOfSite |
MemberOfSite.getMemberOfSite(SiteInfo siteInfo,
String siteRole) |
Modifier and Type | Method and Description |
---|---|
int |
MemberOfSite.compareTo(MemberOfSite o) |
Modifier and Type | Method and Description |
---|---|
MemberOfSite |
PersonSitesRelation.readById(String personId,
String siteId,
Parameters parameters)
Returns site membership information for personId in siteId.
|
Modifier and Type | Method and Description |
---|---|
CollectionWithPagingInfo<MemberOfSite> |
PersonSitesRelation.readAll(String personId,
Parameters parameters)
List all the sites that the specified user has a explicit membership of.
|
Copyright © 2005–2017 Alfresco Software. All rights reserved.