Uses of Class
com.atlassian.crowd.plugin.rest.entity.MultiValuedAttributeEntityList
Package
Description
-
Uses of MultiValuedAttributeEntityList in com.atlassian.crowd.plugin.rest.entity
Modifier and TypeMethodDescriptionprotected MultiValuedAttributeEntityList
MultiValuedAttributeEntityListExpander.expandInternal
(MultiValuedAttributeEntityList entity) GroupEntity.getAttributes()
UserEntity.getAttributes()
Modifier and TypeMethodDescriptionprotected MultiValuedAttributeEntityList
MultiValuedAttributeEntityListExpander.expandInternal
(MultiValuedAttributeEntityList entity) void
GroupEntity.setAttributes
(MultiValuedAttributeEntityList attributes) void
UserEntity.setAttributes
(MultiValuedAttributeEntityList attributes) ModifierConstructorDescriptionprotected
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) -
Uses of MultiValuedAttributeEntityList in com.atlassian.crowd.plugin.rest.service.controller
Modifier and TypeMethodDescriptionvoid
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. -
Uses of MultiValuedAttributeEntityList in com.atlassian.crowd.plugin.rest.service.resource.usermanagement
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response
GroupsResource.storeGroupAttributes
(String groupname, MultiValuedAttributeEntityList attributes) javax.ws.rs.core.Response
UsersResource.storeUserAttributes
(String userName, MultiValuedAttributeEntityList attributes) -
Uses of MultiValuedAttributeEntityList in com.atlassian.crowd.plugin.rest.service.resource.usermanagement.example
Modifier and TypeFieldDescriptionstatic final MultiValuedAttributeEntityList
GroupsResourceExamples.ATTRIBUTES
static final MultiValuedAttributeEntityList
UsersResourceExamples.ATTRIBUTES_ENTITY
static final MultiValuedAttributeEntityList
UsersResourceExamples.STORE_ATTRIBUTES_ENTITY
-
Uses of MultiValuedAttributeEntityList in com.atlassian.crowd.plugin.rest.util
Modifier and TypeMethodDescriptionEntityTranslator.toDeletedAttributeEntityList
(Set<String> attributes) EntityTranslator.toMultiValuedAttributeEntityList
(Attributes attributes, com.atlassian.plugins.rest.api.model.Link link) Translates Attributes to MultiValuedAttributeEntityList.EntityTranslator.toMultiValuedAttributeEntityList
(Map<String, Set<String>> attributes, com.atlassian.plugins.rest.api.model.Link link) Translates Attributes to MultiValuedAttributeEntityList.Modifier and TypeMethodDescriptionEntityTranslator.toAttributes
(MultiValuedAttributeEntityList attributeEntityList) Translates MultiValuedAttributeEntityList to Attributes.