|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of MultiValuedAttributeEntityList in com.atlassian.crowd.plugin.rest.entity |
|---|
| Methods in com.atlassian.crowd.plugin.rest.entity that return MultiValuedAttributeEntityList | |
|---|---|
protected MultiValuedAttributeEntityList |
MultiValuedAttributeEntityListExpander.expandInternal(MultiValuedAttributeEntityList entity)
|
MultiValuedAttributeEntityList |
GroupEntity.getAttributes()
|
MultiValuedAttributeEntityList |
UserEntity.getAttributes()
|
| Methods in com.atlassian.crowd.plugin.rest.entity with parameters of type MultiValuedAttributeEntityList | |
|---|---|
protected MultiValuedAttributeEntityList |
MultiValuedAttributeEntityListExpander.expandInternal(MultiValuedAttributeEntityList entity)
|
void |
GroupEntity.setAttributes(MultiValuedAttributeEntityList attributes)
|
void |
UserEntity.setAttributes(MultiValuedAttributeEntityList attributes)
|
| Uses of MultiValuedAttributeEntityList in com.atlassian.crowd.plugin.rest.service.controller |
|---|
| Methods in com.atlassian.crowd.plugin.rest.service.controller with parameters of type MultiValuedAttributeEntityList | |
|---|---|
void |
GroupsController.storeGroupAttributes(java.lang.String applicationName,
java.lang.String groupName,
MultiValuedAttributeEntityList attributes)
Stores the attributes for a group. |
void |
UsersController.storeUserAttributes(java.lang.String applicationName,
java.lang.String username,
MultiValuedAttributeEntityList attributes)
Stores (add/replace) the user attributes. |
| Uses of MultiValuedAttributeEntityList in com.atlassian.crowd.plugin.rest.service.resource |
|---|
| Methods in com.atlassian.crowd.plugin.rest.service.resource with parameters of type MultiValuedAttributeEntityList | |
|---|---|
javax.ws.rs.core.Response |
GroupsResource.storeGroupAttributes(java.lang.String groupname,
MultiValuedAttributeEntityList attributes)
Stores the group attributes |
javax.ws.rs.core.Response |
UsersResource.storeUserAttributes(java.lang.String userName,
MultiValuedAttributeEntityList attributes)
Stores the user attributes. |
| Uses of MultiValuedAttributeEntityList in com.atlassian.crowd.plugin.rest.util |
|---|
| Methods in com.atlassian.crowd.plugin.rest.util that return MultiValuedAttributeEntityList | |
|---|---|
static MultiValuedAttributeEntityList |
EntityTranslator.toMultiValuedAttributeEntityList(Attributes attributes,
com.atlassian.plugins.rest.common.Link link)
Translates Attributes to MultiValuedAttributeEntityList. |
| Methods in com.atlassian.crowd.plugin.rest.util with parameters of type MultiValuedAttributeEntityList | |
|---|---|
static java.util.Map<java.lang.String,java.util.Set<java.lang.String>> |
EntityTranslator.toAttributes(MultiValuedAttributeEntityList attributeEntityList)
Translates MultiValuedAttributeEntityList to Attributes. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||