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

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

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

Methods in com.atlassian.crowd.plugin.rest.entity that return PropertyEntity
 PropertyEntity PropertyRestrictionEntity.getProperty()
           
 

Constructors in com.atlassian.crowd.plugin.rest.entity with parameters of type PropertyEntity
PropertyRestrictionEntity(PropertyEntity property, java.lang.String matchMode, java.lang.String value)
          Creates a new instance of RestPropertyRestriction.
 

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

Methods in com.atlassian.crowd.plugin.rest.util that return PropertyEntity
static PropertyEntity SearchRestrictionEntityTranslator.toPropertyEntity(Property property)
          Converts from a Property to a PropertyEntity.
 

Methods in com.atlassian.crowd.plugin.rest.util with parameters of type PropertyEntity
static Property SearchRestrictionEntityTranslator.toProperty(PropertyEntity propertyEntity)
          Converts from a PropertyEntity to a Property.
 



Copyright © 2012 Atlassian. All Rights Reserved.