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 |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Group |
Groups.create(Group group,
Parameters parameters)
Create a group.
|
Group |
Groups.update(String groupId,
Group group,
Parameters parameters)
Update the given group.
|
Modifier and Type | Method and Description |
---|---|
Group |
GroupsEntityResource.readById(String groupId,
Parameters parameters) |
Group |
GroupsEntityResource.update(String groupId,
Group group,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
List<Group> |
GroupsEntityResource.create(List<Group> entity,
Parameters parameters) |
CollectionWithPagingInfo<Group> |
GroupsEntityResource.readAll(Parameters params) |
Modifier and Type | Method and Description |
---|---|
Group |
GroupsEntityResource.update(String groupId,
Group group,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
List<Group> |
GroupsEntityResource.create(List<Group> entity,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
Group |
GroupsImpl.create(Group group,
Parameters parameters) |
Group |
GroupsImpl.getGroup(String groupId,
Parameters parameters) |
Group |
GroupsImpl.update(String groupId,
Group group,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
CollectionWithPagingInfo<Group> |
GroupsImpl.getGroups(Parameters parameters) |
CollectionWithPagingInfo<Group> |
GroupsImpl.getGroupsByPersonId(String requestedPersonId,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
Group |
GroupsImpl.create(Group group,
Parameters parameters) |
Group |
GroupsImpl.update(String groupId,
Group group,
Parameters parameters) |
Modifier and Type | Method and Description |
---|---|
int |
Group.compareTo(Group group) |
Modifier and Type | Method and Description |
---|---|
CollectionWithPagingInfo<Group> |
PersonGroupsRelation.readAll(String personId,
Parameters params) |
Copyright © 2005–2017 Alfresco Software. All rights reserved.