Uses of Class
com.atlassian.crowd.plugin.rest.entity.GroupEntity

Packages that use GroupEntity
com.atlassian.crowd.plugin.rest.entity   
com.atlassian.crowd.plugin.rest.service.controller   
com.atlassian.crowd.plugin.rest.service.resource   
com.atlassian.crowd.plugin.rest.util   
 

Uses of GroupEntity in com.atlassian.crowd.plugin.rest.entity
 

Methods in com.atlassian.crowd.plugin.rest.entity that return GroupEntity
 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(java.lang.String name, java.lang.String applicationName, java.net.URI baseURI)
          Creates a GroupEntity with the minimal amount of information required.
 

Methods in com.atlassian.crowd.plugin.rest.entity that return types with arguments of type GroupEntity
 java.util.Iterator<GroupEntity> GroupEntityList.iterator()
           
 

Method parameters in com.atlassian.crowd.plugin.rest.entity with type arguments of type GroupEntity
 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)
          
 

Constructors in com.atlassian.crowd.plugin.rest.entity with parameters of type GroupEntity
GroupEventEntity(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
GroupEntityList(java.util.List<GroupEntity> groups)
           
 

Uses of GroupEntity in com.atlassian.crowd.plugin.rest.service.controller
 

Methods in com.atlassian.crowd.plugin.rest.service.controller that return GroupEntity
 GroupEntity GroupsController.findGroupByName(java.lang.String applicationName, java.lang.String name, boolean expandAttributes, java.net.URI baseURI)
          Returns the group specified by the name.
 GroupEntity GroupsController.getDirectChildGroup(java.lang.String applicationName, java.lang.String groupName, java.lang.String childGroupName, java.net.URI baseUri)
          Retrieves the group that is a direct child of the specified group.
 GroupEntity UsersController.getDirectGroup(java.lang.String applicationName, java.lang.String userName, java.lang.String groupName, java.net.URI baseUri)
          Returns the specified group that the user is a direct member of.
 GroupEntity GroupsController.getDirectParentGroup(java.lang.String applicationName, java.lang.String groupName, java.lang.String parentGroupName, java.net.URI baseUri)
          Retrieves the group that is a direct parent of the specified group.
 GroupEntity GroupsController.getNestedChildGroup(java.lang.String applicationName, java.lang.String groupName, java.lang.String childGroupName, java.net.URI baseUri)
          Retrieves the group that is a nested child of the specified group.
 GroupEntity UsersController.getNestedGroup(java.lang.String applicationName, java.lang.String userName, java.lang.String groupName, java.net.URI baseUri)
          Returns the specified group that the user is a nested member of.
 GroupEntity GroupsController.getNestedParentGroup(java.lang.String applicationName, java.lang.String groupName, java.lang.String parentGroupName, java.net.URI baseUri)
          Retrieves the group that is a nested parent of the specified group.
 GroupEntity GroupsController.updateGroup(java.lang.String applicationName, GroupEntity group, java.net.URI baseURI)
          Updates a group.
 

Methods in com.atlassian.crowd.plugin.rest.service.controller with parameters of type GroupEntity
 java.lang.String GroupsController.addGroup(java.lang.String applicationName, GroupEntity group)
          Adds a new group.
 GroupEntity GroupsController.updateGroup(java.lang.String applicationName, GroupEntity group, java.net.URI baseURI)
          Updates a group.
 

Uses of GroupEntity in com.atlassian.crowd.plugin.rest.service.resource
 

Methods in com.atlassian.crowd.plugin.rest.service.resource with parameters of type GroupEntity
 javax.ws.rs.core.Response GroupsResource.addDirectChildGroup(java.lang.String groupName, GroupEntity childGroup)
           
 javax.ws.rs.core.Response GroupsResource.addDirectParentGroup(java.lang.String groupName, GroupEntity parentGroup)
           
 javax.ws.rs.core.Response GroupsResource.addGroup(GroupEntity restGroup)
          Adds a new group.
 javax.ws.rs.core.Response UsersResource.addUserToGroup(java.lang.String userName, GroupEntity parentGroup)
          Adds a user to a group.
 javax.ws.rs.core.Response GroupsResource.updateGroup(java.lang.String groupName, GroupEntity restGroup)
          Updates an existing group.
 

Uses of GroupEntity in com.atlassian.crowd.plugin.rest.util
 

Methods in com.atlassian.crowd.plugin.rest.util that return GroupEntity
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, java.net.URI baseURI)
          Translates a Group to a GroupEntity.
 

Methods in com.atlassian.crowd.plugin.rest.util with parameters of type GroupEntity
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 © 2012 Atlassian. All Rights Reserved.