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

Packages that use MultiValuedAttributeEntityList
com.atlassian.crowd.integration.rest.entity   
com.atlassian.crowd.integration.rest.util   
 

Uses of MultiValuedAttributeEntityList in com.atlassian.crowd.integration.rest.entity
 

Methods in com.atlassian.crowd.integration.rest.entity that return MultiValuedAttributeEntityList
 MultiValuedAttributeEntityList UserEntity.getAttributes()
           
 MultiValuedAttributeEntityList GroupEntity.getAttributes()
           
 MultiValuedAttributeEntityList AbstractAttributeEventEntity.getDeletedAttributes()
           
 MultiValuedAttributeEntityList AbstractAttributeEventEntity.getStoredAttributes()
           
 

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

Uses of MultiValuedAttributeEntityList in com.atlassian.crowd.integration.rest.util
 

Methods in com.atlassian.crowd.integration.rest.util that return MultiValuedAttributeEntityList
static MultiValuedAttributeEntityList EntityTranslator.toMultiValuedAttributeEntityList(com.atlassian.crowd.embedded.api.Attributes attributes)
          Translates Attributes to MultiValuedAttributeEntityList.
static MultiValuedAttributeEntityList EntityTranslator.toMultiValuedAttributeEntityList(Map<String,Set<String>> attributes)
          Translates Attributes to MultiValuedAttributeEntityList.
 



Copyright © 2014 Atlassian. All Rights Reserved.