public class GroupEntityUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static GroupEntity |
expandGroup(ApplicationService applicationService,
Application application,
GroupEntity minimalGroupEntity,
boolean expandAttributes)
Expands a GroupEntity from its minimal form to the expanded version.
|
static GroupEntity |
translate(Group group,
com.atlassian.plugins.rest.common.Link oldLink) |
public static GroupEntity translate(Group group, com.atlassian.plugins.rest.common.Link oldLink)
public static GroupEntity expandGroup(ApplicationService applicationService, Application application, GroupEntity minimalGroupEntity, boolean expandAttributes) throws GroupNotFoundException
N.B. This is not the same as expanding a group entity, which expands a
GroupEntity from its minimal form, to having all the description, type,
etc filled in. Expanding a GroupEntity is automatically performed in
GroupEntityExpander.
applicationService - ApplicationService to find a groupapplication - name of the application requesting the groupminimalGroupEntity - Minimal representation of a GroupEntity. Must
include at least a group name and a link.expandAttributes - set to true if the expanded GroupEntity should
expand attributes.IllegalArgumentException - if the minimal GroupEntity does not
include at least a group name and a link.GroupNotFoundExceptionCopyright © 2023 Atlassian. All rights reserved.