Package | Description |
---|---|
io.stallion.dataAccess | |
io.stallion.dataAccess.filtering | |
io.stallion.restfulEndpoints |
Modifier and Type | Method and Description |
---|---|
FilterChain<T> |
StandardModelController.filterBy(String name,
Object value,
FilterOperator op) |
FilterChain<T> |
ReadOnlyWrapper.filterBy(String name,
Object value,
FilterOperator op) |
FilterChain<T> |
ModelController.filterBy(String name,
Object value,
FilterOperator op)
Create a new FilterChain and initialize with an initial filter.
|
Modifier and Type | Method and Description |
---|---|
static FilterOperator |
FilterOperator.fromString(String op) |
FilterOperator |
Or.getOp() |
static FilterOperator |
FilterOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterOperator[] |
FilterOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FilterChain |
FilterChain.excludeBy(String name,
Object value,
FilterOperator op)
Excludes all matching items instead of including them.
|
FilterChain<T> |
FilterChain.filterBy(String name,
Comparable value,
FilterOperator op)
Add a filter to the chain with a custom operator
|
FilterChain<T> |
FilterChain.filterBy(String name,
Object value,
FilterOperator op)
Add a filter to the chain with a custom operator
|
Constructor and Description |
---|
Or(String field,
Object value,
FilterOperator op) |
Modifier and Type | Method and Description |
---|---|
QueryToPager<T> |
QueryToPager.exclude(String name,
Object value,
FilterOperator op) |
QueryToPager<T> |
QueryToPager.filter(String name,
Object value,
FilterOperator op) |
Copyright © 2016. All rights reserved.