| Package | Description |
|---|---|
| org.blufin.sdk.filters | |
| org.blufin.sdk.filters.dynamic | |
| org.blufin.sdk.validators |
| Modifier and Type | Method and Description |
|---|---|
static FilterType |
FilterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterType[] |
FilterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Filter(FilterType filterType,
String fieldName) |
Filter(FilterType filterType,
String fieldName,
Modifier modifier,
String primaryValue) |
Filter(FilterType filterType,
String fieldName,
Modifier modifier,
String primaryValue,
String secondaryValue) |
| Constructor and Description |
|---|
FilterBase(FilterType filterType,
AbstractFilter filter,
List<Filter> filters,
T originalRequest,
boolean allowDuplicates) |
| Modifier and Type | Method and Description |
|---|---|
static String |
FilterValidator.normalize(String value,
String fieldNameWithTable,
AckResolver ackResolver,
AbstractMetaData metaData,
FilterType filterType) |
Copyright © 2019. All rights reserved.