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

Packages that use BooleanRestriction
com.atlassian.crowd.search.builder   
com.atlassian.crowd.search.query.entity.restriction   
 

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.query.entity.restriction
 

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



Copyright © 2010 Atlassian. All Rights Reserved.