| Package | Description |
|---|---|
| org.flowable.variable.service.impl |
| Modifier and Type | Method and Description |
|---|---|
static QueryOperator |
QueryOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryOperator[] |
QueryOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractVariableQueryImpl.addVariable(String name,
Object value,
QueryOperator operator,
boolean localScope) |
protected void |
AbstractVariableQueryImpl.addVariable(String name,
Object value,
QueryOperator operator,
String scopeType,
boolean localScope) |
| Constructor and Description |
|---|
QueryVariableValue(String name,
Object value,
QueryOperator operator,
boolean local) |
QueryVariableValue(String name,
Object value,
QueryOperator operator,
boolean local,
String scopeType) |
Copyright © 2022 Flowable. All rights reserved.