| Modifier and Type | Method and Description |
|---|---|
ExpressionKind |
TransientDataExpressionExecutorStrategy.getExpressionKind() |
| Modifier and Type | Field and Description |
|---|---|
static ExpressionKind |
ExpressionExecutorStrategy.KIND_BUSINESS_DATA |
static ExpressionKind |
ExpressionExecutorStrategy.KIND_BUSINESS_DATA_REFERENCE |
static ExpressionKind |
ExpressionExecutorStrategy.KIND_BUSINESS_OBJECT_DAO |
static ExpressionKind |
ExpressionExecutorStrategy.KIND_CONSTANT |
static ExpressionKind |
ExpressionExecutorStrategy.KIND_CONTRACT_INPUT |
static ExpressionKind |
ExpressionExecutorStrategy.KIND_DOCUMENT |
static ExpressionKind |
ExpressionExecutorStrategy.KIND_DOCUMENT_LIST |
static ExpressionKind |
ExpressionExecutorStrategy.KIND_ENGINE_CONSTANT |
static ExpressionKind |
ExpressionExecutorStrategy.KIND_INPUT |
static ExpressionKind |
ExpressionExecutorStrategy.KIND_JAVA_METHOD_CALL |
static ExpressionKind |
ExpressionExecutorStrategy.KIND_LIST |
static ExpressionKind |
ExpressionExecutorStrategy.KIND_PARAMETER |
static ExpressionKind |
ExpressionExecutorStrategy.KIND_PATTERN |
static ExpressionKind |
ExpressionExecutorStrategy.KIND_QUERY_BUSINESS_DATA |
static ExpressionKind |
ExpressionExecutorStrategy.KIND_READ_ONLY_SCRIPT_GROOVY |
static ExpressionKind |
ExpressionExecutorStrategy.KIND_TRANSIENT_VARIABLE |
static ExpressionKind |
ExpressionExecutorStrategy.KIND_VARIABLE |
static ExpressionKind |
ExpressionExecutorStrategy.KIND_XPATH_READ |
| Modifier and Type | Field and Description |
|---|---|
static List<ExpressionKind> |
ExpressionExecutorStrategy.NO_DEPENDENCY_EXPRESSION_EVALUATION_ORDER
This list must contain only types with no dependencies
|
| Modifier and Type | Method and Description |
|---|---|
ExpressionKind |
QueryBusinessDataExpressionExecutorStrategy.getExpressionKind() |
ExpressionKind |
ParameterExpressionExecutorStrategy.getExpressionKind() |
ExpressionKind |
EngineConstantExpressionExecutorStrategy.getExpressionKind() |
ExpressionKind |
DocumentReferenceExpressionExecutorStrategy.getExpressionKind() |
ExpressionKind |
DocumentListReferenceExpressionExecutorStrategy.getExpressionKind() |
ExpressionKind |
DataExpressionExecutorStrategy.getExpressionKind() |
ExpressionKind |
ContractInputExpressionExecutorStrategy.getExpressionKind() |
ExpressionKind |
BusinessObjectDAOExpressionStrategy.getExpressionKind() |
ExpressionKind |
BusinessDataReferenceExpressionExecutorStrategy.getExpressionKind() |
ExpressionKind |
BusinessDataExpressionExecutorStrategy.getExpressionKind() |
ExpressionKind |
ExpressionExecutorStrategy.getExpressionKind() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
ExpressionService.evaluate(ExpressionKind expressionKind,
List<SExpression> expressions,
Map<String,Object> dependencyValues,
Map<Integer,Object> resolvedExpressions,
ContainerState containerState)
Evaluate type specified expressions with dependency values
|
boolean |
ExpressionService.mustPutEvaluatedExpressionInContext(ExpressionKind expressionKind)
Should an expression result of a specified
ExpressionKind must be put in the evaluation context? |
| Modifier and Type | Method and Description |
|---|---|
ExpressionKind |
XPathReadExpressionExecutorStrategy.getExpressionKind() |
ExpressionKind |
PatternExpressionExecutorStrategy.getExpressionKind() |
ExpressionKind |
ListExpressionExecutorStrategy.getExpressionKind() |
ExpressionKind |
JavaMethodCallExpressionExecutorStrategy.getExpressionKind() |
ExpressionKind |
InputExpressionExecutorStrategy.getExpressionKind() |
ExpressionKind |
ConstantExpressionExecutorStrategy.getExpressionKind() |
ExpressionKind |
ConditionExpressionExecutorStrategy.getExpressionKind() |
ExpressionKind |
AbstractGroovyScriptExpressionExecutorStrategy.getExpressionKind() |
| Modifier and Type | Method and Description |
|---|---|
List<Object> |
ExpressionServiceImpl.evaluate(ExpressionKind expressionKind,
List<SExpression> expressions,
Map<String,Object> dependencyValues,
Map<Integer,Object> resolvedExpressions,
ContainerState containerState) |
boolean |
ExpressionServiceImpl.mustPutEvaluatedExpressionInContext(ExpressionKind expressionKind) |
| Modifier and Type | Method and Description |
|---|---|
ExpressionKind |
SExpression.getExpressionKind() |
| Modifier and Type | Method and Description |
|---|---|
ExpressionKind |
SExpressionImpl.getExpressionKind() |
Copyright © 2018 Bonitasoft S.A.. All rights reserved.