Uses of Class
com.atlassian.crowd.plugin.rest.entity.GroupEntity
Packages that use GroupEntity
Package
Description
-
Uses of GroupEntity in com.atlassian.crowd.plugin.rest.entity
Methods in com.atlassian.crowd.plugin.rest.entity that return GroupEntityModifier 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 GroupEntityGroupEntity.newMinimalGroupEntity(String name, String applicationName, URI baseURI) Creates aGroupEntitywith the minimal amount of information required.Methods in com.atlassian.crowd.plugin.rest.entity that return types with arguments of type GroupEntityMethod parameters in com.atlassian.crowd.plugin.rest.entity with type arguments of type GroupEntityModifier 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) Constructors in com.atlassian.crowd.plugin.rest.entity with parameters of type GroupEntityModifierConstructorDescriptionGroupEventEntity(Operation operation, GroupEntity group, MultiValuedAttributeEntityList storedAttributes, MultiValuedAttributeEntityList deletedAttributes) GroupMembershipEventEntity(Operation operation, GroupEntity childGroup, GroupEntityList parentGroups, GroupEntityList childGroups) Constructor parameters in com.atlassian.crowd.plugin.rest.entity with type arguments of type GroupEntity -
Uses of GroupEntity in com.atlassian.crowd.plugin.rest.service.controller
Methods in com.atlassian.crowd.plugin.rest.service.controller that return GroupEntityModifier 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.Methods in com.atlassian.crowd.plugin.rest.service.controller with parameters of type GroupEntityModifier 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
Methods in com.atlassian.crowd.plugin.rest.service.resource.usermanagement with parameters of type GroupEntityModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseGroupsResource.addDirectChildGroupMembership(String groupName, GroupEntity childGroup) javax.ws.rs.core.ResponseGroupsResource.addDirectParentGroupMembership(String groupName, GroupEntity parentGroup) javax.ws.rs.core.ResponseGroupsResource.addGroup(GroupEntity restGroup) javax.ws.rs.core.ResponseUsersResource.addUserToGroup(String userName, GroupEntity parentGroup) javax.ws.rs.core.ResponseGroupsResource.updateGroup(String groupName, GroupEntity restGroup) -
Uses of GroupEntity in com.atlassian.crowd.plugin.rest.service.resource.usermanagement.example
Fields in com.atlassian.crowd.plugin.rest.service.resource.usermanagement.example declared as GroupEntityModifier and TypeFieldDescriptionstatic final GroupEntityGroupsResourceExamples.CREATE_GROUP_ENTITY_EXAMPLEstatic final GroupEntityGroupsResourceExamples.GROUP_ENTITY_EXAMPLEstatic final GroupEntityGroupsResourceExamples.GROUP_NAME_EXAMPLE -
Uses of GroupEntity in com.atlassian.crowd.plugin.rest.util
Methods in com.atlassian.crowd.plugin.rest.util that return GroupEntityModifier and TypeMethodDescriptionstatic GroupEntityGroupEntityUtil.expandGroup(ApplicationService applicationService, Application application, GroupEntity minimalGroupEntity, boolean expandAttributes) Expands a GroupEntity from its minimal form to the expanded version.static GroupEntityEntityTranslator.toGroupEntity(Group group, Attributes attributes, com.atlassian.plugins.rest.api.model.Link groupLink) Translates a Group with Attributes to a GroupEntity.static GroupEntityEntityTranslator.toGroupEntity(Group group, com.atlassian.plugins.rest.api.model.Link groupLink) Translates a Group to a GroupEntity.static GroupEntityEntityTranslator.toGroupEntity(Group group, URI baseURI) Translates a Group to a GroupEntity.static GroupEntityMethods in com.atlassian.crowd.plugin.rest.util with parameters of type GroupEntityModifier and TypeMethodDescriptionstatic GroupEntityGroupEntityUtil.expandGroup(ApplicationService applicationService, Application application, GroupEntity minimalGroupEntity, boolean expandAttributes) Expands a GroupEntity from its minimal form to the expanded version.static GroupTemplateEntityTranslator.toGroup(GroupEntity groupEntity) Translates a GroupEntity to a GroupTemplate.