| Package | Description |
|---|---|
| org.bonitasoft.engine.persistence | |
| org.bonitasoft.engine.persistence.search |
| Modifier and Type | Method and Description |
|---|---|
FilterOperationType |
FilterOption.getFilterOperationType() |
| Modifier and Type | Method and Description |
|---|---|
void |
FilterOption.setFilterOperationType(FilterOperationType operatorType) |
| Constructor and Description |
|---|
FilterOption(Class<? extends PersistentObject> persistentClass,
String fieldName,
Object value,
FilterOperationType operatorType) |
FilterOption(FilterOperationType operatorType) |
| Modifier and Type | Method and Description |
|---|---|
static FilterOperationType |
FilterOperationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilterOperationType[] |
FilterOperationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
FilterOperationType.isLinkOperator(FilterOperationType type) |
static boolean |
FilterOperationType.isNormalOperator(FilterOperationType type) |
Copyright © 2019 Bonitasoft S.A.. All rights reserved.