Uses of Interface
com.atlassian.crowd.search.query.entity.restriction.BooleanRestriction
Packages that use BooleanRestriction
Package
Description
-
Uses of BooleanRestriction in com.atlassian.crowd.search.builder
Methods in com.atlassian.crowd.search.builder that return BooleanRestrictionModifier and TypeMethodDescriptionstatic BooleanRestrictionCombine.allOf(SearchRestriction... restrictions) Returns anANDboolean search restriction where all of the search restrictions have to be satisfied.static BooleanRestrictionCombine.allOf(Collection<? extends SearchRestriction> restrictions) Returns anANDboolean search restriction where all of the search restrictions have to be satisfied.static BooleanRestrictionCombine.anyOf(SearchRestriction... restrictions) Returns anORboolean search restriction where only one or more of the search restrictions have to be satisfied.static BooleanRestrictionCombine.anyOf(Collection<? extends SearchRestriction> restrictions) Returns anORboolean search restriction where only one or more of the search restrictions have to be satisfied.static BooleanRestrictionRestrictions.userSearchRestriction(String searchText) Returns a condition that matches a user iff the providedsearchTextis a substring of any name related field or an email field. -
Uses of BooleanRestriction in com.atlassian.crowd.search.query.entity.restriction
Classes in com.atlassian.crowd.search.query.entity.restriction that implement BooleanRestriction