|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BooleanOperator | |
|---|---|
| com.atlassian.confluence.search.v2 | Provides an extensible, flexible search API. |
| com.atlassian.confluence.search.v2.query | |
| Uses of BooleanOperator in com.atlassian.confluence.search.v2 |
|---|
| Methods in com.atlassian.confluence.search.v2 that return BooleanOperator | |
|---|---|
static BooleanOperator |
BooleanOperator.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BooleanOperator[] |
BooleanOperator.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Uses of BooleanOperator in com.atlassian.confluence.search.v2.query |
|---|
| Methods in com.atlassian.confluence.search.v2.query that return BooleanOperator | |
|---|---|
BooleanOperator |
TextFieldQuery.getOperator()
|
BooleanOperator |
MultiTextFieldQuery.getOperator()
|
| Constructors in com.atlassian.confluence.search.v2.query with parameters of type BooleanOperator | |
|---|---|
MultiTextFieldQuery(String query,
Set<String> fields,
BooleanOperator operator)
Constructs a multi-field query with the specified query, fields and operator. |
|
TextFieldQuery(String fieldName,
String rawQuery,
BooleanOperator operator)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||