| Package | Description |
|---|---|
| org.gcube.application.geoportalcommon.shared |
| Modifier and Type | Method and Description |
|---|---|
SearchingFilter.LOGICAL_OP |
WhereClause.getOperator()
Gets the operator.
|
static SearchingFilter.LOGICAL_OP |
SearchingFilter.LOGICAL_OP.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchingFilter.LOGICAL_OP[] |
SearchingFilter.LOGICAL_OP.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WhereClause.setOperator(SearchingFilter.LOGICAL_OP operator)
Sets the operator.
|
| Constructor and Description |
|---|
WhereClause(SearchingFilter.LOGICAL_OP operator,
Map<String,Object> searchInto)
Instantiates a new where clause.
|
Copyright © 2022. All Rights Reserved.