Uses of Class
org.alfresco.rest.api.model.MemberOfSite
-
Packages that use MemberOfSite Package Description org.alfresco.rest.api org.alfresco.rest.api.impl org.alfresco.rest.api.model org.alfresco.rest.api.people -
-
Uses of MemberOfSite in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return MemberOfSite Modifier and Type Method Description MemberOfSite
Sites. getMemberOfSite(String personId, String siteShortName)
people//sites/ Methods in org.alfresco.rest.api that return types with arguments of type MemberOfSite Modifier and Type Method Description CollectionWithPagingInfo<MemberOfSite>
Sites. getSites(String personId, Parameters parameters)
-
Uses of MemberOfSite in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return MemberOfSite Modifier and Type Method Description MemberOfSite
SitesImpl. getMemberOfSite(String personId, String siteId)
people//sites/ Methods in org.alfresco.rest.api.impl that return types with arguments of type MemberOfSite Modifier and Type Method Description CollectionWithPagingInfo<MemberOfSite>
SitesImpl. getSites(String personId, Parameters parameters)
-
Uses of MemberOfSite in org.alfresco.rest.api.model
Methods in org.alfresco.rest.api.model that return MemberOfSite Modifier and Type Method Description static MemberOfSite
MemberOfSite. getMemberOfSite(org.alfresco.service.cmr.site.SiteInfo siteInfo, String siteRole)
Methods in org.alfresco.rest.api.model with parameters of type MemberOfSite Modifier and Type Method Description int
MemberOfSite. compareTo(MemberOfSite o)
-
Uses of MemberOfSite in org.alfresco.rest.api.people
Methods in org.alfresco.rest.api.people that return MemberOfSite Modifier and Type Method Description MemberOfSite
PersonSitesRelation. readById(String personId, String siteId, Parameters parameters)
Returns site membership information for personId in siteId.Methods in org.alfresco.rest.api.people that return types with arguments of type MemberOfSite Modifier and Type Method Description CollectionWithPagingInfo<MemberOfSite>
PersonSitesRelation. readAll(String personId, Parameters parameters)
List all the sites that the specified user has a explicit membership of.
-