Uses of Class
org.alfresco.rest.model.RestSiteGroupModel
Packages that use RestSiteGroupModel
-
Uses of RestSiteGroupModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestSiteGroupModelModifier and TypeMethodDescriptionRestSiteGroupModel.assertSiteGroupHasRole(org.alfresco.utility.constants.UserRole role) RestSiteGroupModelsCollection.getSiteGroups(String groupId) Get groups from site groups listRestSiteGroupModel.onModel() -
Uses of RestSiteGroupModel in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that return RestSiteGroupModelModifier and TypeMethodDescriptionSite.addSiteGroup(String authorityId, org.alfresco.utility.constants.UserRole role) Add new site group membership using POST call on "sites/{siteId}/group-members"Site.getSiteGroup(String groupId) Retrieve specific group membership of a site using GET call on "sites/{siteId}/group-members/{groupId}"Site.updateSiteGroup(String groupId, org.alfresco.utility.constants.UserRole role) Update site group membership role with PUT call on "sites/{siteId}/group-members/{groupId}"