|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(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(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
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||