| Package | Description |
|---|---|
| com.atlassian.confluence.functest.rest.admin.crowd.entity |
Copied from the deleted crowd-rest-common package
|
| com.atlassian.confluence.functest.rest.admin.crowd.util |
Copied from the deleted crowd-rest-common package
|
| 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(com.atlassian.crowd.model.event.Operation operation,
MultiValuedAttributeEntityList storedAttributes,
MultiValuedAttributeEntityList deletedAttributes) |
GroupEventEntity(com.atlassian.crowd.model.event.Operation operation,
GroupEntity group,
MultiValuedAttributeEntityList storedAttributes,
MultiValuedAttributeEntityList deletedAttributes) |
UserEventEntity(com.atlassian.crowd.model.event.Operation operation,
UserEntity user,
MultiValuedAttributeEntityList storedAttributes,
MultiValuedAttributeEntityList deletedAttributes) |
| Modifier and Type | Method and Description |
|---|---|
static MultiValuedAttributeEntityList |
EntityTranslator.toDeletedAttributeEntityList(Set<String> attributes) |
static MultiValuedAttributeEntityList |
EntityTranslator.toMultiValuedAttributeEntityList(com.atlassian.crowd.embedded.api.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 © 2003–2017 Atlassian. All rights reserved.