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(Operation operation,
GroupEntity group,
MultiValuedAttributeEntityList storedAttributes,
MultiValuedAttributeEntityList deletedAttributes) |
GroupMembershipEventEntity(Operation operation,
GroupEntity childGroup,
GroupEntityList parentGroups,
GroupEntityList childGroups) |
Constructor and Description |
---|
GroupEntityList(List<GroupEntity> groups) |
Modifier and Type | Method and Description |
---|---|
GroupEntity |
GroupsController.addGroup(GroupEntity group,
com.atlassian.plugins.rest.common.Link groupLink)
Adds a new group.
|
GroupEntity |
GroupsController.findGroupByName(String name,
boolean expandAttributes,
URI baseURI)
Returns the group specified by the name.
|
GroupEntity |
GroupsController.getDirectChildGroup(String groupName,
String childGroupName,
URI baseUri)
Retrieves the group that is a direct child of the specified group.
|
GroupEntity |
UsersController.getDirectGroup(String userName,
String groupName,
URI baseUri)
Returns the specified group that the user is a direct member of.
|
GroupEntity |
GroupsController.getDirectParentGroup(String groupName,
String parentGroupName,
URI baseUri)
Retrieves the group that is a direct parent of the specified group.
|
GroupEntity |
GroupsController.getNestedChildGroup(String groupName,
String childGroupName,
URI baseUri)
Retrieves the group that is a nested child of the specified group.
|
GroupEntity |
UsersController.getNestedGroup(String userName,
String groupName,
URI baseUri)
Returns the specified group that the user is a nested member of.
|
GroupEntity |
GroupsController.getNestedParentGroup(String groupName,
String parentGroupName,
URI baseUri)
Retrieves the group that is a nested parent of the specified group.
|
GroupEntity |
GroupsController.updateGroup(GroupEntity group,
URI baseURI)
Updates a group.
|
Modifier and Type | Method and Description |
---|---|
GroupEntity |
GroupsController.addGroup(GroupEntity group,
com.atlassian.plugins.rest.common.Link groupLink)
Adds a new group.
|
GroupEntity |
GroupsController.updateGroup(GroupEntity group,
URI baseURI)
Updates a group.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
GroupsResource.addDirectChildGroupMembership(String groupName,
GroupEntity childGroup)
Adds a direct child group membership.
|
javax.ws.rs.core.Response |
GroupsResource.addDirectParentGroupMembership(String groupName,
GroupEntity parentGroup)
Adds a direct parent group membership.
|
javax.ws.rs.core.Response |
GroupsResource.addGroup(GroupEntity restGroup)
Adds a new group.
|
javax.ws.rs.core.Response |
UsersResource.addUserToGroup(String userName,
GroupEntity parentGroup)
Adds a user as a direct member of the group
|
javax.ws.rs.core.Response |
GroupsResource.updateGroup(String groupName,
GroupEntity restGroup)
Updates an existing group.
|
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,
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) |
Copyright © 2021 Atlassian. All rights reserved.