|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.plugin.rest.util.GroupEntityUtil
public class GroupEntityUtil
Utility class for GroupEntity.
| Method Summary | |
|---|---|
static GroupEntity |
expandGroup(ApplicationService applicationService,
Application application,
GroupEntity minimalGroupEntity,
boolean expandAttributes)
Expands a GroupEntity from its minimal form to the expanded version. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static GroupEntity expandGroup(ApplicationService applicationService,
Application application,
GroupEntity minimalGroupEntity,
boolean expandAttributes)
throws GroupNotFoundException
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.
java.lang.IllegalArgumentException - if the minimal GroupEntity does not
include at least a group name and a link.
GroupNotFoundException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||