Uses of Class
org.alfresco.rest.api.model.SiteGroup
Packages that use SiteGroup
Package
Description
-
Uses of SiteGroup in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return SiteGroupModifier and TypeMethodDescriptionSites.addSiteGroupMembership(String siteId, SiteGroup group) Sites.getSiteGroupMembership(String siteId, String groupId) Sites.updateSiteGroupMembership(String siteId, SiteGroup group) Methods in org.alfresco.rest.api that return types with arguments of type SiteGroupModifier and TypeMethodDescriptionSites.getSiteGroupMemberships(String siteId, Parameters parameters) Methods in org.alfresco.rest.api with parameters of type SiteGroupModifier and TypeMethodDescriptionSites.addSiteGroupMembership(String siteId, SiteGroup group) Sites.updateSiteGroupMembership(String siteId, SiteGroup group) -
Uses of SiteGroup in org.alfresco.rest.api.groups
Methods in org.alfresco.rest.api.groups that return SiteGroupModifier and TypeMethodDescriptionSiteGroupsRelation.readById(String siteId, String groupId, Parameters parameters) Returns site membership information for groupId in siteId.SiteGroupsRelation.update(String siteId, SiteGroup groupMember, Parameters parameters) PUT sites//group-members/ Methods in org.alfresco.rest.api.groups that return types with arguments of type SiteGroupModifier and TypeMethodDescriptionSiteGroupsRelation.create(String siteId, List<SiteGroup> siteMembers, Parameters parameters) POST sites//group-members SiteGroupsRelation.readAll(String siteId, Parameters parameters) Returns a paged list of all the groups of the site 'siteId'.Methods in org.alfresco.rest.api.groups with parameters of type SiteGroupModifier and TypeMethodDescriptionSiteGroupsRelation.update(String siteId, SiteGroup groupMember, Parameters parameters) PUT sites//group-members/ Method parameters in org.alfresco.rest.api.groups with type arguments of type SiteGroup -
Uses of SiteGroup in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return SiteGroupModifier and TypeMethodDescriptionSitesImpl.addSiteGroupMembership(String siteId, SiteGroup group) SitesImpl.getSiteGroupMembership(String siteId, String groupId) SitesImpl.updateSiteGroupMembership(String siteId, SiteGroup group) Methods in org.alfresco.rest.api.impl that return types with arguments of type SiteGroupModifier and TypeMethodDescriptionSitesImpl.getSiteGroupMemberships(String siteId, Parameters parameters) Methods in org.alfresco.rest.api.impl with parameters of type SiteGroupModifier and TypeMethodDescriptionSitesImpl.addSiteGroupMembership(String siteId, SiteGroup group) SitesImpl.updateSiteGroupMembership(String siteId, SiteGroup group) -
Uses of SiteGroup in org.alfresco.rest.api.model
Methods in org.alfresco.rest.api.model that return SiteGroupModifier and TypeMethodDescriptionstatic SiteGroupSiteGroup.getMemberOfSite(String id, String role) Methods in org.alfresco.rest.api.model with parameters of type SiteGroup