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(Attributes attributes)
          Translates Attributes to MultiValuedAttributeEntityList.
static MultiValuedAttributeEntityList EntityTranslator.toMultiValuedAttributeEntityList(java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributes)
          Translates Attributes to MultiValuedAttributeEntityList.
 



Copyright © 2012 Atlassian. All Rights Reserved.