Uses of Class
org.alfresco.rest.api.model.Group
-
Packages that use Group Package Description org.alfresco.rest.api org.alfresco.rest.api.groups org.alfresco.rest.api.impl org.alfresco.rest.api.model org.alfresco.rest.api.people -
-
Uses of Group in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return Group Modifier and Type Method Description GroupGroups. create(Group group, Parameters parameters)Create a group.GroupGroups. getGroup(String groupId, Parameters parameters)Get a group by it's id.GroupGroups. update(String groupId, Group group, Parameters parameters)Update the given group.Methods in org.alfresco.rest.api that return types with arguments of type Group Modifier and Type Method Description CollectionWithPagingInfo<Group>Groups. getGroups(Parameters parameters)Gets a list of groups.CollectionWithPagingInfo<Group>Groups. getGroupsByPersonId(String personId, Parameters parameters)Gets the list of groups for which the specified person is a member.Methods in org.alfresco.rest.api with parameters of type Group Modifier and Type Method Description GroupGroups. create(Group group, Parameters parameters)Create a group.GroupGroups. update(String groupId, Group group, Parameters parameters)Update the given group. -
Uses of Group in org.alfresco.rest.api.groups
Methods in org.alfresco.rest.api.groups that return Group Modifier and Type Method Description GroupGroupsEntityResource. readById(String groupId, Parameters parameters)GroupGroupsEntityResource. update(String groupId, Group group, Parameters parameters)Methods in org.alfresco.rest.api.groups that return types with arguments of type Group Modifier and Type Method Description List<Group>GroupsEntityResource. create(List<Group> entity, Parameters parameters)CollectionWithPagingInfo<Group>GroupsEntityResource. readAll(Parameters params)Methods in org.alfresco.rest.api.groups with parameters of type Group Modifier and Type Method Description GroupGroupsEntityResource. update(String groupId, Group group, Parameters parameters)Method parameters in org.alfresco.rest.api.groups with type arguments of type Group Modifier and Type Method Description List<Group>GroupsEntityResource. create(List<Group> entity, Parameters parameters) -
Uses of Group in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return Group Modifier and Type Method Description GroupGroupsImpl. create(Group group, Parameters parameters)GroupGroupsImpl. getGroup(String groupId, Parameters parameters)GroupGroupsImpl. update(String groupId, Group group, Parameters parameters)Methods in org.alfresco.rest.api.impl that return types with arguments of type Group Modifier and Type Method Description CollectionWithPagingInfo<Group>GroupsImpl. getGroups(Parameters parameters)CollectionWithPagingInfo<Group>GroupsImpl. getGroupsByPersonId(String requestedPersonId, Parameters parameters)Methods in org.alfresco.rest.api.impl with parameters of type Group Modifier and Type Method Description GroupGroupsImpl. create(Group group, Parameters parameters)GroupGroupsImpl. update(String groupId, Group group, Parameters parameters) -
Uses of Group in org.alfresco.rest.api.model
Methods in org.alfresco.rest.api.model with parameters of type Group Modifier and Type Method Description intGroup. compareTo(Group group) -
Uses of Group in org.alfresco.rest.api.people
Methods in org.alfresco.rest.api.people that return types with arguments of type Group Modifier and Type Method Description CollectionWithPagingInfo<Group>PersonGroupsRelation. readAll(String personId, Parameters params)
-