Uses of Class
com.atlassian.crowd.plugin.rest.entity.GroupEntity
Package
Description
-
Uses of GroupEntity in com.atlassian.crowd.plugin.rest.entity
Modifier and TypeMethodDescriptionGroupEntityExpander.expand
(com.atlassian.plugins.rest.api.expand.ExpandContext<GroupEntity> context, com.atlassian.plugins.rest.api.expand.resolver.EntityExpanderResolver expanderResolver, com.atlassian.plugins.rest.api.expand.EntityCrawler entityCrawler) GroupEntityList.get
(int index) static GroupEntity
GroupEntity.newMinimalGroupEntity
(String name, String applicationName, URI baseURI) Creates aGroupEntity
with the minimal amount of information required.Modifier and TypeMethodDescriptionGroupEntityExpander.expand
(com.atlassian.plugins.rest.api.expand.ExpandContext<GroupEntity> context, com.atlassian.plugins.rest.api.expand.resolver.EntityExpanderResolver expanderResolver, com.atlassian.plugins.rest.api.expand.EntityCrawler entityCrawler) ModifierConstructorDescriptionGroupEventEntity
(Operation operation, GroupEntity group, MultiValuedAttributeEntityList storedAttributes, MultiValuedAttributeEntityList deletedAttributes) GroupMembershipEventEntity
(Operation operation, GroupEntity childGroup, GroupEntityList parentGroups, GroupEntityList childGroups) -
Uses of GroupEntity in com.atlassian.crowd.plugin.rest.service.controller
Modifier and TypeMethodDescriptionGroupsController.addGroup
(GroupEntity group, com.atlassian.plugins.rest.api.model.Link groupLink) Adds a new group.GroupsController.findGroupByName
(String name, boolean expandAttributes, URI baseURI) Returns the group specified by the name.GroupsController.getDirectChildGroup
(String groupName, String childGroupName, URI baseUri) Retrieves the group that is a direct child of the specified group.UsersController.getDirectGroup
(String userName, String groupName, URI baseUri) Returns the specified group that the user is a direct member of.GroupsController.getDirectParentGroup
(String groupName, String parentGroupName, URI baseUri) Retrieves the group that is a direct parent of the specified group.GroupsController.getNestedChildGroup
(String groupName, String childGroupName, URI baseUri) Retrieves the group that is a nested child of the specified group.UsersController.getNestedGroup
(String userName, String groupName, URI baseUri) Returns the specified group that the user is a nested member of.GroupsController.getNestedParentGroup
(String groupName, String parentGroupName, URI baseUri) Retrieves the group that is a nested parent of the specified group.GroupsController.updateGroup
(GroupEntity group, URI baseURI) Updates a group.Modifier and TypeMethodDescriptionGroupsController.addGroup
(GroupEntity group, com.atlassian.plugins.rest.api.model.Link groupLink) Adds a new group.GroupsController.updateGroup
(GroupEntity group, URI baseURI) Updates a group. -
Uses of GroupEntity in com.atlassian.crowd.plugin.rest.service.resource.usermanagement
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
GroupsResource.addDirectChildGroupMembership
(String groupName, GroupEntity childGroup) javax.ws.rs.core.Response
GroupsResource.addDirectParentGroupMembership
(String groupName, GroupEntity parentGroup) javax.ws.rs.core.Response
GroupsResource.addGroup
(GroupEntity restGroup) javax.ws.rs.core.Response
UsersResource.addUserToGroup
(String userName, GroupEntity parentGroup) javax.ws.rs.core.Response
GroupsResource.updateGroup
(String groupName, GroupEntity restGroup) -
Uses of GroupEntity in com.atlassian.crowd.plugin.rest.service.resource.usermanagement.example
Modifier and TypeFieldDescriptionstatic final GroupEntity
GroupsResourceExamples.CREATE_GROUP_ENTITY_EXAMPLE
static final GroupEntity
GroupsResourceExamples.GROUP_ENTITY_EXAMPLE
static final GroupEntity
GroupsResourceExamples.GROUP_NAME_EXAMPLE
-
Uses of GroupEntity in com.atlassian.crowd.plugin.rest.util
Modifier and TypeMethodDescriptionstatic 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.api.model.Link groupLink) Translates a Group with Attributes to a GroupEntity.static GroupEntity
EntityTranslator.toGroupEntity
(Group group, com.atlassian.plugins.rest.api.model.Link groupLink) Translates a Group to a GroupEntity.static GroupEntity
EntityTranslator.toGroupEntity
(Group group, URI baseURI) Translates a Group to a GroupEntity.static GroupEntity
Modifier and TypeMethodDescriptionstatic 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.