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

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

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

Methods in com.atlassian.crowd.plugin.rest.entity that return AttributeEntityList
 AttributeEntityList ApplicationEntity.getAttributes()
           
 

Methods in com.atlassian.crowd.plugin.rest.entity with parameters of type AttributeEntityList
 void ApplicationEntity.setAttributes(AttributeEntityList attributes)
           
 

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

Methods in com.atlassian.crowd.plugin.rest.util that return AttributeEntityList
static AttributeEntityList ApplicationEntityTranslator.toAttributeEntities(java.util.Map<java.lang.String,java.lang.String> attributes)
          Translates attributes to AttributeEntityList.
 



Copyright © 2012 Atlassian. All Rights Reserved.