| Package | Description |
|---|---|
| io.apiman.manager.api.beans.search |
| Modifier and Type | Method and Description |
|---|---|
SearchCriteriaFilterOperator |
SearchCriteriaFilterBean.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 |
SearchCriteriaBean.addFilter(String name,
String value,
SearchCriteriaFilterOperator operator)
Adds a single filter to the criteria.
|
void |
SearchCriteriaFilterBean.setOperator(SearchCriteriaFilterOperator operator) |
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.