|
||||||||||
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(java.lang.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 are 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(java.lang.String query,
java.util.Set<java.lang.String> fields,
BooleanOperator operator)
Constructs a multi-field query with the specified query, fields and operator. |
|
TextFieldQuery(java.lang.String fieldName,
java.lang.String rawQuery,
BooleanOperator operator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |