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

Packages that use BooleanRestrictionEntity
com.atlassian.crowd.plugin.rest.util   
 

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

Methods in com.atlassian.crowd.plugin.rest.util that return BooleanRestrictionEntity
static BooleanRestrictionEntity SearchRestrictionEntityTranslator.toBooleanRestrictionEntity(BooleanRestriction booleanRestriction)
          Converts from a BooleanRestriction to a BooleanRestrictionEntity.
 

Methods in com.atlassian.crowd.plugin.rest.util with parameters of type BooleanRestrictionEntity
static BooleanRestriction SearchRestrictionEntityTranslator.toBooleanRestriction(BooleanRestrictionEntity booleanRestrictionEntity)
          Converts from a BooleanRestrictionEntity to a BooleanRestriction.
 



Copyright © 2010 Atlassian. All Rights Reserved.