| Package | Description |
|---|---|
| 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 |
|---|---|
GroupEntity |
GroupEntityExpander.expand(com.atlassian.plugins.rest.common.expand.ExpandContext<GroupEntity> context,
com.atlassian.plugins.rest.common.expand.resolver.EntityExpanderResolver expanderResolver,
com.atlassian.plugins.rest.common.expand.EntityCrawler entityCrawler) |
GroupEntity |
GroupEntityList.get(int index) |
static GroupEntity |
GroupEntity.newMinimalGroupEntity(String name,
String applicationName,
URI baseURI)
Creates a GroupEntity with the minimal amount of information required.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GroupEntity> |
GroupEntityList.iterator() |
| Modifier and Type | Method and Description |
|---|---|
GroupEntity |
GroupEntityExpander.expand(com.atlassian.plugins.rest.common.expand.ExpandContext<GroupEntity> context,
com.atlassian.plugins.rest.common.expand.resolver.EntityExpanderResolver expanderResolver,
com.atlassian.plugins.rest.common.expand.EntityCrawler entityCrawler) |
| Constructor and Description |
|---|
GroupEventEntity(com.atlassian.crowd.model.event.Operation operation,
GroupEntity group,
MultiValuedAttributeEntityList storedAttributes,
MultiValuedAttributeEntityList deletedAttributes) |
GroupMembershipEventEntity(com.atlassian.crowd.model.event.Operation operation,
GroupEntity childGroup,
GroupEntityList parentGroups,
GroupEntityList childGroups) |
| Constructor and Description |
|---|
GroupEntityList(List<GroupEntity> groups) |
| Modifier and Type | Method and Description |
|---|---|
static GroupEntity |
GroupEntityUtil.expandGroup(com.atlassian.crowd.manager.application.ApplicationService applicationService,
com.atlassian.crowd.model.application.Application application,
GroupEntity minimalGroupEntity,
boolean expandAttributes)
Expands a GroupEntity from its minimal form to the expanded version.
|
static GroupEntity |
EntityTranslator.toGroupEntity(com.atlassian.crowd.model.group.Group group,
com.atlassian.crowd.embedded.api.Attributes attributes,
com.atlassian.plugins.rest.common.Link groupLink)
Translates a Group with Attributes to a GroupEntity.
|
static GroupEntity |
EntityTranslator.toGroupEntity(com.atlassian.crowd.model.group.Group group,
com.atlassian.plugins.rest.common.Link groupLink)
Translates a Group to a GroupEntity.
|
static GroupEntity |
EntityTranslator.toGroupEntity(com.atlassian.crowd.model.group.Group group,
URI baseURI)
Translates a Group to a GroupEntity.
|
| Modifier and Type | Method and Description |
|---|---|
static GroupEntity |
GroupEntityUtil.expandGroup(com.atlassian.crowd.manager.application.ApplicationService applicationService,
com.atlassian.crowd.model.application.Application application,
GroupEntity minimalGroupEntity,
boolean expandAttributes)
Expands a GroupEntity from its minimal form to the expanded version.
|
static com.atlassian.crowd.model.group.GroupTemplate |
EntityTranslator.toGroup(GroupEntity groupEntity) |
Copyright © 2003–2016 Atlassian. All rights reserved.