Uses of Class
org.alfresco.rest.model.RestGroupsModel
Packages that use RestGroupsModel
-
Uses of RestGroupsModel in org.alfresco.rest.model
Methods in org.alfresco.rest.model that return RestGroupsModelMethods in org.alfresco.rest.model with parameters of type RestGroupsModel -
Uses of RestGroupsModel in org.alfresco.rest.requests
Methods in org.alfresco.rest.requests that return RestGroupsModelModifier and TypeMethodDescriptionGroups.createGroup(String groupBodyCreate) Create a group using POST on '/groupsGroups.getGroupDetail(String groupId) Retrieve group details using GET on '/groups/{groupId}Groups.updateGroupDetails(String groupId, String groupBodyUpdate) Update group details using PUT on '/groups/{groupId}