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 Group
Groups. create(Group group, Parameters parameters)
Create a group.Group
Groups. getGroup(String groupId, Parameters parameters)
Get a group by it's id.Group
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 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 Group
Groups. create(Group group, Parameters parameters)
Create a group.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 Group Modifier and Type Method Description Group
GroupsEntityResource. readById(String groupId, Parameters parameters)
Group
GroupsEntityResource. 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 Group
GroupsEntityResource. 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 Group
GroupsImpl. create(Group group, Parameters parameters)
Group
GroupsImpl. getGroup(String groupId, Parameters parameters)
Group
GroupsImpl. 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 Group
GroupsImpl. create(Group group, Parameters parameters)
Group
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 Modifier and Type Method Description int
Group. 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)
-