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)
           
static BooleanRestriction Combine.allOf(SearchRestriction... restrictions)
           
static BooleanRestriction Combine.anyOf(java.util.Collection<SearchRestriction> restrictions)
           
static BooleanRestriction Combine.anyOf(SearchRestriction... restrictions)
           
 

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.