| Package | Description |
|---|---|
| com.atlassian.confluence.functest.rest.admin |
These REST resources are replacements for admin-level functest RPC calls and should only
be run by a sys-admin in a websudo session.
|
| com.atlassian.confluence.functest.rest.admin.crowd.entity |
Copied from the deleted crowd-rest-common package
|
| com.atlassian.confluence.functest.rest.admin.crowd.util |
Copied from the deleted crowd-rest-common package
|
| Modifier and Type | Method and Description |
|---|---|
GroupEntityList |
UserResource.searchGroups(SearchRestrictionEntity searchRestrictionEntity,
int startIndex,
int maxResults) |
| Constructor and Description |
|---|
GroupMembershipEventEntity(com.atlassian.crowd.model.event.Operation operation,
GroupEntity childGroup,
GroupEntityList parentGroups,
GroupEntityList childGroups) |
UserMembershipEventEntity(com.atlassian.crowd.model.event.Operation operation,
UserEntity childUser,
GroupEntityList parentGroups) |
| Modifier and Type | Method and Description |
|---|---|
static GroupEntityList |
EntityTranslator.toGroupEntities(List<? extends com.atlassian.crowd.model.group.Group> groups,
URI baseURI)
Translates a list of Groups to a list of GroupEntities.
|
static GroupEntityList |
EntityTranslator.toMinimalGroupEntities(Collection<String> groupNames,
URI baseUri)
Translates a list of group names to a GroupEntityList.
|
Copyright © 2003–2017 Atlassian. All rights reserved.