Modifier and Type | Method and Description |
---|---|
protected MultiValuedAttributeEntityList |
MultiValuedAttributeEntityListExpander.expandInternal(MultiValuedAttributeEntityList entity) |
MultiValuedAttributeEntityList |
UserEntity.getAttributes() |
MultiValuedAttributeEntityList |
GroupEntity.getAttributes() |
Modifier and Type | Method and Description |
---|---|
protected MultiValuedAttributeEntityList |
MultiValuedAttributeEntityListExpander.expandInternal(MultiValuedAttributeEntityList entity) |
void |
UserEntity.setAttributes(MultiValuedAttributeEntityList attributes) |
void |
GroupEntity.setAttributes(MultiValuedAttributeEntityList attributes) |
Constructor and Description |
---|
AbstractAttributeEventEntity(Operation operation,
MultiValuedAttributeEntityList storedAttributes,
MultiValuedAttributeEntityList deletedAttributes) |
GroupEventEntity(Operation operation,
GroupEntity group,
MultiValuedAttributeEntityList storedAttributes,
MultiValuedAttributeEntityList deletedAttributes) |
UserEventEntity(Operation operation,
UserEntity user,
MultiValuedAttributeEntityList storedAttributes,
MultiValuedAttributeEntityList deletedAttributes) |
Modifier and Type | Method and Description |
---|---|
void |
GroupsController.storeGroupAttributes(String groupName,
MultiValuedAttributeEntityList attributes)
Stores the attributes for a group.
|
void |
UsersController.storeUserAttributes(String username,
MultiValuedAttributeEntityList attributes)
Stores (add/replace) the user attributes.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
GroupsResource.storeGroupAttributes(String groupname,
MultiValuedAttributeEntityList attributes)
Stores the group attributes.
|
javax.ws.rs.core.Response |
UsersResource.storeUserAttributes(String userName,
MultiValuedAttributeEntityList attributes)
Stores the user attributes.
|
Modifier and Type | Method and Description |
---|---|
static MultiValuedAttributeEntityList |
EntityTranslator.toDeletedAttributeEntityList(Set<String> attributes) |
static MultiValuedAttributeEntityList |
EntityTranslator.toMultiValuedAttributeEntityList(Attributes attributes,
com.atlassian.plugins.rest.common.Link link)
Translates Attributes to MultiValuedAttributeEntityList.
|
static MultiValuedAttributeEntityList |
EntityTranslator.toMultiValuedAttributeEntityList(Map<String,Set<String>> attributes,
com.atlassian.plugins.rest.common.Link link)
Translates Attributes to MultiValuedAttributeEntityList.
|
Modifier and Type | Method and Description |
---|---|
static Map<String,Set<String>> |
EntityTranslator.toAttributes(MultiValuedAttributeEntityList attributeEntityList)
Translates MultiValuedAttributeEntityList to Attributes.
|
Copyright © 2021 Atlassian. All rights reserved.