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

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

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

Methods in com.atlassian.crowd.integration.rest.entity that return AttributeEntityList
 AttributeEntityList UserEntity.getAttributes()
           
 AttributeEntityList GroupEntity.getAttributes()
           
 

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

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

Methods in com.atlassian.crowd.integration.rest.util that return AttributeEntityList
static AttributeEntityList EntityTranslator.toAttributeEntityList(Attributes attributes)
          Translates Attributes to AttributeEntityList.
static AttributeEntityList EntityTranslator.toAttributeEntityList(java.util.Map<java.lang.String,java.util.Set<java.lang.String>> attributes)
          Translates Attributes to AttributeEntityList.
 



Copyright © 2010 Atlassian. All Rights Reserved.