Uses of Class
com.atlassian.crowd.plugin.rest.entity.MultiValuedAttributeEntityList
Packages that use MultiValuedAttributeEntityList
Package
Description
-
Uses of MultiValuedAttributeEntityList in com.atlassian.crowd.plugin.rest.entity
Methods in com.atlassian.crowd.plugin.rest.entity that return MultiValuedAttributeEntityListModifier and TypeMethodDescriptionprotected MultiValuedAttributeEntityListMultiValuedAttributeEntityListExpander.expandInternal(MultiValuedAttributeEntityList entity) GroupEntity.getAttributes()UserEntity.getAttributes()Methods in com.atlassian.crowd.plugin.rest.entity with parameters of type MultiValuedAttributeEntityListModifier and TypeMethodDescriptionprotected MultiValuedAttributeEntityListMultiValuedAttributeEntityListExpander.expandInternal(MultiValuedAttributeEntityList entity) voidGroupEntity.setAttributes(MultiValuedAttributeEntityList attributes) voidUserEntity.setAttributes(MultiValuedAttributeEntityList attributes) Constructors in com.atlassian.crowd.plugin.rest.entity with parameters of type MultiValuedAttributeEntityListModifierConstructorDescriptionprotectedAbstractAttributeEventEntity(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
Methods in com.atlassian.crowd.plugin.rest.service.controller with parameters of type MultiValuedAttributeEntityListModifier and TypeMethodDescriptionvoidGroupsController.storeGroupAttributes(String groupName, MultiValuedAttributeEntityList attributes) Stores the attributes for a group.voidUsersController.storeUserAttributes(String username, MultiValuedAttributeEntityList attributes) Stores (add/replace) the user attributes. -
Uses of MultiValuedAttributeEntityList in com.atlassian.crowd.plugin.rest.service.resource.usermanagement
Methods in com.atlassian.crowd.plugin.rest.service.resource.usermanagement with parameters of type MultiValuedAttributeEntityListModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseGroupsResource.storeGroupAttributes(String groupname, MultiValuedAttributeEntityList attributes) javax.ws.rs.core.ResponseUsersResource.storeUserAttributes(String userName, MultiValuedAttributeEntityList attributes) -
Uses of MultiValuedAttributeEntityList in com.atlassian.crowd.plugin.rest.service.resource.usermanagement.example
Fields in com.atlassian.crowd.plugin.rest.service.resource.usermanagement.example declared as MultiValuedAttributeEntityListModifier and TypeFieldDescriptionstatic final MultiValuedAttributeEntityListGroupsResourceExamples.ATTRIBUTESstatic final MultiValuedAttributeEntityListUsersResourceExamples.ATTRIBUTES_ENTITYstatic final MultiValuedAttributeEntityListUsersResourceExamples.STORE_ATTRIBUTES_ENTITY -
Uses of MultiValuedAttributeEntityList in com.atlassian.crowd.plugin.rest.util
Methods in com.atlassian.crowd.plugin.rest.util that return MultiValuedAttributeEntityListModifier 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.Methods in com.atlassian.crowd.plugin.rest.util with parameters of type MultiValuedAttributeEntityListModifier and TypeMethodDescriptionEntityTranslator.toAttributes(MultiValuedAttributeEntityList attributeEntityList) Translates MultiValuedAttributeEntityList to Attributes.