Uses of Class
com.atlassian.crowd.plugin.rest.entity.MultiValuedAttributeEntityList

Packages that use MultiValuedAttributeEntityList
com.atlassian.crowd.plugin.rest.entity   
com.atlassian.crowd.plugin.rest.service.controller   
com.atlassian.crowd.plugin.rest.service.resource   
com.atlassian.crowd.plugin.rest.util   
 

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 UserEntity.getAttributes()
           
 MultiValuedAttributeEntityList GroupEntity.getAttributes()
           
 

Methods in com.atlassian.crowd.plugin.rest.entity with parameters of type MultiValuedAttributeEntityList
protected  MultiValuedAttributeEntityList MultiValuedAttributeEntityListExpander.expandInternal(MultiValuedAttributeEntityList entity)
           
 void UserEntity.setAttributes(MultiValuedAttributeEntityList attributes)
           
 void GroupEntity.setAttributes(MultiValuedAttributeEntityList attributes)
           
 

Constructors in com.atlassian.crowd.plugin.rest.entity with parameters of type MultiValuedAttributeEntityList
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
 

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.toDeletedAttributeEntityList(java.util.Set<java.lang.String> attributes)
           
static MultiValuedAttributeEntityList EntityTranslator.toMultiValuedAttributeEntityList(Attributes attributes, com.atlassian.plugins.rest.common.Link link)
          Translates Attributes to MultiValuedAttributeEntityList.
static MultiValuedAttributeEntityList EntityTranslator.toMultiValuedAttributeEntityList(java.util.Map<java.lang.String,java.util.Set<java.lang.String>> 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.
 



Copyright © 2012 Atlassian. All Rights Reserved.