| Package | Description |
|---|---|
| com.atlassian.crowd.search.builder | |
| com.atlassian.crowd.search.query.entity.restriction |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanRestrictionImpl |
Copyright © 2018 Atlassian. All rights reserved.