| Package | Description |
|---|---|
| org.openfact.models | |
| org.openfact.models.search |
| Modifier and Type | Method and Description |
|---|---|
DocumentQuery |
DocumentQuery.addFilter(String key,
Object value,
SearchCriteriaFilterOperator operator) |
| Modifier and Type | Method and Description |
|---|---|
SearchCriteriaFilterOperator |
SearchCriteriaFilterModel.getOperator() |
static SearchCriteriaFilterOperator |
SearchCriteriaFilterOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchCriteriaFilterOperator[] |
SearchCriteriaFilterOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchCriteriaModel.addFilter(String name,
Object value,
SearchCriteriaFilterOperator operator)
Adds a single filter to the criteria.
|
void |
SearchCriteriaFilterModel.setOperator(SearchCriteriaFilterOperator operator) |
Copyright © 2017. All rights reserved.