Uses of Class
com.atlassian.crowd.search.query.entity.restriction.BooleanRestriction.BooleanLogic

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

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

Methods in com.atlassian.crowd.search.query.entity.restriction that return BooleanRestriction.BooleanLogic
 BooleanRestriction.BooleanLogic BooleanRestrictionImpl.getBooleanLogic()
           
 BooleanRestriction.BooleanLogic BooleanRestriction.getBooleanLogic()
          Returns the boolean logic used against the collection of SearchRestriction returned by BooleanRestriction.getRestrictions() to determine if an item should be included in a search result.
static BooleanRestriction.BooleanLogic BooleanRestriction.BooleanLogic.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BooleanRestriction.BooleanLogic[] BooleanRestriction.BooleanLogic.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.atlassian.crowd.search.query.entity.restriction with parameters of type BooleanRestriction.BooleanLogic
BooleanRestrictionImpl(BooleanRestriction.BooleanLogic booleanLogic, java.util.Collection<SearchRestriction> restrictions)
           
BooleanRestrictionImpl(BooleanRestriction.BooleanLogic booleanLogic, SearchRestriction... restrictions)
           
 



Copyright © 2010 Atlassian. All Rights Reserved.