Uses of Class
org.alfresco.rest.api.model.Group
Packages that use Group
Package
Description
-
Uses of Group in org.alfresco.rest.api
Methods in org.alfresco.rest.api that return GroupModifier and TypeMethodDescriptionGroups.create
(Group group, Parameters parameters) Create a group.Groups.getGroup
(String groupId, Parameters parameters) Get a group by it's id.Groups.update
(String groupId, Group group, Parameters parameters) Update the given group.Methods in org.alfresco.rest.api that return types with arguments of type GroupModifier and TypeMethodDescriptionGroups.getGroups
(Parameters parameters) Gets a list of groups.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 GroupModifier and TypeMethodDescriptionGroups.create
(Group group, Parameters parameters) Create a group.Groups.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 GroupModifier and TypeMethodDescriptionGroupsEntityResource.readById
(String groupId, Parameters parameters) GroupsEntityResource.update
(String groupId, Group group, Parameters parameters) Methods in org.alfresco.rest.api.groups that return types with arguments of type GroupModifier and TypeMethodDescriptionGroupsEntityResource.create
(List<Group> entity, Parameters parameters) GroupsEntityResource.readAll
(Parameters params) Methods in org.alfresco.rest.api.groups with parameters of type GroupModifier and TypeMethodDescriptionGroupsEntityResource.update
(String groupId, Group group, Parameters parameters) Method parameters in org.alfresco.rest.api.groups with type arguments of type Group -
Uses of Group in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that return GroupModifier and TypeMethodDescriptionGroupsImpl.create
(Group group, Parameters parameters) GroupsImpl.getGroup
(String groupId, Parameters parameters) GroupsImpl.update
(String groupId, Group group, Parameters parameters) Methods in org.alfresco.rest.api.impl that return types with arguments of type GroupModifier and TypeMethodDescriptionGroupsImpl.getGroups
(Parameters parameters) GroupsImpl.getGroupsByPersonId
(String requestedPersonId, Parameters parameters) Methods in org.alfresco.rest.api.impl with parameters of type GroupModifier and TypeMethodDescriptionGroupsImpl.create
(Group group, Parameters parameters) GroupsImpl.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 -
Uses of Group in org.alfresco.rest.api.people
Methods in org.alfresco.rest.api.people that return types with arguments of type GroupModifier and TypeMethodDescriptionPersonGroupsRelation.readAll
(String personId, Parameters params)