Uses of Class
org.alfresco.rest.api.model.MemberOfSite
Packages that use MemberOfSite
Package
Description
-
Uses of MemberOfSite in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return MemberOfSiteModifier and TypeMethodDescriptionSites.getMemberOfSite
(String personId, String siteShortName) people//sites/ Methods in org.alfresco.rest.api that return types with arguments of type MemberOfSite -
Uses of MemberOfSite in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return MemberOfSiteModifier and TypeMethodDescriptionSitesImpl.getMemberOfSite
(String personId, String siteId) people//sites/ Methods in org.alfresco.rest.api.impl that return types with arguments of type MemberOfSite -
Uses of MemberOfSite in org.alfresco.rest.api.model
Methods in org.alfresco.rest.api.model that return MemberOfSiteModifier and TypeMethodDescriptionstatic MemberOfSite
MemberOfSite.getMemberOfSite
(SiteInfo siteInfo, String siteRole) Methods in org.alfresco.rest.api.model with parameters of type MemberOfSite -
Uses of MemberOfSite in org.alfresco.rest.api.people
Methods in org.alfresco.rest.api.people that return MemberOfSiteModifier and TypeMethodDescriptionPersonSitesRelation.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 MemberOfSiteModifier and TypeMethodDescriptionPersonSitesRelation.readAll
(String personId, Parameters parameters) List all the sites that the specified user has a explicit membership of.