Uses of Interface
com.atlassian.crowd.search.query.entity.restriction.BooleanRestriction

Packages that use BooleanRestriction
com.atlassian.crowd.integration.rest.util   
com.atlassian.crowd.plugin.rest.util   
com.atlassian.crowd.search.builder   
com.atlassian.crowd.search.hibernate   
com.atlassian.crowd.search.query.entity.restriction   
 

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

Methods in com.atlassian.crowd.integration.rest.util that return BooleanRestriction
static BooleanRestriction SearchRestrictionEntityTranslator.toBooleanRestriction(BooleanRestrictionEntity booleanRestrictionEntity)
          Converts from a BooleanRestrictionEntity to a BooleanRestriction.
 

Methods in com.atlassian.crowd.integration.rest.util with parameters of type BooleanRestriction
static BooleanRestrictionEntity SearchRestrictionEntityTranslator.toBooleanRestrictionEntity(BooleanRestriction booleanRestriction)
          Converts from a BooleanRestriction to a BooleanRestrictionEntity.
 

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

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

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

Uses of BooleanRestriction in com.atlassian.crowd.search.builder
 

Methods in com.atlassian.crowd.search.builder that return BooleanRestriction
static BooleanRestriction Combine.allOf(java.util.Collection<SearchRestriction> restrictions)
          Returns an AND boolean search restriction where all of the search restrictions have to be satisfied.
static BooleanRestriction Combine.allOf(SearchRestriction... restrictions)
          Returns an AND boolean search restriction where all of the search restrictions have to be satisfied.
static BooleanRestriction Combine.anyOf(java.util.Collection<SearchRestriction> restrictions)
          Returns an OR boolean search restriction where only one or more of the search restrictions have to be satisfied.
static BooleanRestriction Combine.anyOf(SearchRestriction... restrictions)
          Returns an OR boolean search restriction where only one or more of the search restrictions have to be satisfied.
 

Uses of BooleanRestriction in com.atlassian.crowd.search.hibernate
 

Methods in com.atlassian.crowd.search.hibernate with parameters of type BooleanRestriction
protected  void HQLQueryTranslater.appendMultiTermRestrictionAsHQL(HQLQuery hql, Entity entityType, BooleanRestriction booleanRestriction)
           
 

Uses of BooleanRestriction in com.atlassian.crowd.search.query.entity.restriction
 

Classes in com.atlassian.crowd.search.query.entity.restriction that implement BooleanRestriction
 class BooleanRestrictionImpl
           
 



Copyright © 2012 Atlassian. All Rights Reserved.