Uses of Enum Class
com.atlassian.crowd.search.query.entity.restriction.BooleanRestriction.BooleanLogic
Packages that use BooleanRestriction.BooleanLogic
-
Uses of BooleanRestriction.BooleanLogic in com.atlassian.crowd.search.query.entity.restriction
Methods in com.atlassian.crowd.search.query.entity.restriction that return BooleanRestriction.BooleanLogicModifier and TypeMethodDescriptionBooleanRestriction.getBooleanLogic()Returns the boolean logic used against the collection ofSearchRestrictionreturned byBooleanRestriction.getRestrictions()to determine if an item should be included in a search result.BooleanRestrictionImpl.getBooleanLogic()Returns the enum constant of this class with the specified name.static BooleanRestriction.BooleanLogic[]BooleanRestriction.BooleanLogic.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.atlassian.crowd.search.query.entity.restriction with parameters of type BooleanRestriction.BooleanLogicModifierConstructorDescriptionBooleanRestrictionImpl(BooleanRestriction.BooleanLogic booleanLogic, SearchRestriction... restrictions) BooleanRestrictionImpl(BooleanRestriction.BooleanLogic booleanLogic, Collection<? extends SearchRestriction> restrictions)