Uses of Class
org.alfresco.rest.model.RestSiteGroupModel
-
Packages that use RestSiteGroupModel Package Description org.alfresco.rest.model org.alfresco.rest.requests -
-
Uses of RestSiteGroupModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestSiteGroupModel Modifier and Type Method Description RestSiteGroupModelRestSiteGroupModel. assertSiteGroupHasRole(org.alfresco.utility.constants.UserRole role)RestSiteGroupModelRestSiteGroupModelsCollection. getSiteGroups(java.lang.String groupId)Get groups from site groups listRestSiteGroupModelRestSiteGroupModel. onModel()Methods in org.alfresco.rest.model that return types with arguments of type RestSiteGroupModel Modifier and Type Method Description ModelAssertion<RestSiteGroupModel>RestSiteGroupModel. and()ModelAssertion<RestSiteGroupModel>RestSiteGroupModel. assertThat()DSL for assertion on this rest model -
Uses of RestSiteGroupModel in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that return RestSiteGroupModel Modifier and Type Method Description RestSiteGroupModelSite. addSiteGroup(java.lang.String authorityId, org.alfresco.utility.constants.UserRole role)Add new site group membership using POST call on "sites/{siteId}/group-members"RestSiteGroupModelSite. getSiteGroup(java.lang.String groupId)Retrieve specific group membership of a site using GET call on "sites/{siteId}/group-members/{groupId}"RestSiteGroupModelSite. updateSiteGroup(java.lang.String groupId, org.alfresco.utility.constants.UserRole role)Update site group membership role with PUT call on "sites/{siteId}/group-members/{groupId}"
-