Package | Description |
---|---|
com.flowable.serviceregistry.engine.impl.invoker.db |
Modifier and Type | Field and Description |
---|---|
protected QueryParameter.Operator |
QueryParameter.operator |
protected QueryParameter.Operator |
QueryColumnMapping.operator |
Modifier and Type | Method and Description |
---|---|
static QueryParameter.Operator |
QueryParameter.Operator.from(String value) |
QueryParameter.Operator |
QueryParameter.getOperator() |
QueryParameter.Operator |
QueryColumnMapping.getOperator() |
static QueryParameter.Operator |
QueryParameter.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryParameter.Operator[] |
QueryParameter.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryColumnMapping.setOperator(QueryParameter.Operator operator) |
Constructor and Description |
---|
QueryParameter(String columnName,
QueryParameter.Operator operator,
Object value) |