Package | Description |
---|---|
org.activiti.engine.impl |
API implementation classes, which shouldn't directly be used by end-users.
|
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) |
Constructor and Description |
---|
QueryVariableValue(String name,
Object value,
QueryOperator operator,
boolean local) |
TaskQueryVariableValue(String name,
Object value,
QueryOperator operator,
boolean isTaskVariable) |
Copyright © 2016 Alfresco. All rights reserved.