| Package | Description |
|---|---|
| eu.dnetlib.broker.common.subscriptions |
| Modifier and Type | Method and Description |
|---|---|
ConditionOperator |
MapCondition.getOperator() |
static ConditionOperator |
ConditionOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConditionOperator[] |
ConditionOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MapCondition.setOperator(ConditionOperator operator) |
boolean |
ConditionParams.verify(boolean b,
ConditionOperator operator) |
boolean |
ConditionParams.verify(Date date,
ConditionOperator operator) |
boolean |
ConditionParams.verify(double n,
ConditionOperator operator) |
boolean |
ConditionParams.verify(String s,
ConditionOperator operator) |
| Constructor and Description |
|---|
MapCondition(String field,
MapValueType fieldType,
ConditionOperator operator,
List<ConditionParams> listParams) |
Copyright © 2025. All rights reserved.