|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
| 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.resources |
|---|
| Methods in com.atlassian.crowd.plugin.rest.service.resources 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)
Example POST document to the URL: http://localhost:8095/crowd/rest/service/latest/{applicationName}/group <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <group> <name>crowd-administrators</name> <active>true</active> <description>Group Description</description> <type>GROUP</type> </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)
Example PUT document to the URL: http://localhost:8095/crowd/rest/service/latest/{applicationName}/group/crowd-administrators <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <group> <name>crowd-administrators</name> <active>true</active> <description>Updated Group Description</description> <type>GROUP</type> </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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||