| Package | Description |
|---|---|
| com.atlassian.crowd.plugin.rest.entity | |
| com.atlassian.crowd.plugin.rest.util |
| 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(ApplicationService applicationService,
Application application,
GroupEntity minimalGroupEntity,
boolean expandAttributes)
Expands a GroupEntity from its minimal form to the expanded version.
|
static GroupEntity |
EntityTranslator.toGroupEntity(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(Group group,
com.atlassian.plugins.rest.common.Link groupLink)
Translates a Group to a GroupEntity.
|
static GroupEntity |
EntityTranslator.toGroupEntity(Group group,
URI baseURI)
Translates a Group to a GroupEntity.
|
static GroupEntity |
GroupEntityUtil.translate(Group group,
com.atlassian.plugins.rest.common.Link oldLink) |
| Modifier and Type | Method and Description |
|---|---|
static GroupEntity |
GroupEntityUtil.expandGroup(ApplicationService applicationService,
Application application,
GroupEntity minimalGroupEntity,
boolean expandAttributes)
Expands a GroupEntity from its minimal form to the expanded version.
|
static GroupTemplate |
EntityTranslator.toGroup(GroupEntity groupEntity)
Translates a GroupEntity to a GroupTemplate.
|
Copyright © 2023 Atlassian. All rights reserved.