Uses of Class
org.alfresco.rest.model.RestGroupsModel
-
Packages that use RestGroupsModel Package Description org.alfresco.rest.model org.alfresco.rest.requests -
-
Uses of RestGroupsModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestGroupsModel Modifier and Type Method Description RestGroupsModelRestGroupsModel. onModel()Methods in org.alfresco.rest.model that return types with arguments of type RestGroupsModel Modifier and Type Method Description ModelAssertion<RestGroupsModel>RestGroupsModel. and()ModelAssertion<RestGroupsModel>RestGroupsModel. assertThat() -
Uses of RestGroupsModel in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that return RestGroupsModel Modifier and Type Method Description RestGroupsModelGroups. createGroup(java.lang.String groupBodyCreate)Create a group using POST on '/groupsRestGroupsModelGroups. getGroupDetail(java.lang.String groupId)Retrieve group details using GET on '/groups/{groupId}RestGroupsModelGroups. updateGroupDetails(java.lang.String groupId, java.lang.String groupBodyUpdate)Update group details using PUT on '/groups/{groupId}
-