| Modifier and Type | Field and Description |
|---|---|
protected ExpressionManager |
AppEngineConfiguration.expressionManager |
| Modifier and Type | Method and Description |
|---|---|
ExpressionManager |
AppEngineConfiguration.getExpressionManager() |
| Modifier and Type | Method and Description |
|---|---|
AppEngineConfiguration |
AppEngineConfiguration.setExpressionManager(ExpressionManager expressionManager) |
| Modifier and Type | Method and Description |
|---|---|
static ExpressionManager |
CommandContextUtil.getExpressionManager() |
static ExpressionManager |
CommandContextUtil.getExpressionManager(CommandContext commandContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
CdiExpressionManager
Deprecated.
when not using the
CdiStandaloneProcessEngineConfiguration or CdiJtaProcessEngineConfiguration add the CdiResolver as a custom resolver instead |
| Modifier and Type | Field and Description |
|---|---|
protected ExpressionManager |
CmmnEngineConfiguration.expressionManager |
| Modifier and Type | Method and Description |
|---|---|
ExpressionManager |
CmmnEngineConfiguration.getExpressionManager() |
| Modifier and Type | Method and Description |
|---|---|
CmmnEngineConfiguration |
CmmnEngineConfiguration.setExpressionManager(ExpressionManager expressionManager) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
CasePageTaskActivityBehaviour.getExpressionValue(String value,
PlanItemInstanceEntity planItemInstanceEntity,
ExpressionManager expressionManager) |
protected void |
HumanTaskActivityBehavior.handleAssignee(PlanItemInstanceEntity planItemInstanceEntity,
TaskService taskService,
ExpressionManager expressionManager,
TaskEntity taskEntity,
CreateHumanTaskBeforeContext beforeContext,
MigrationContext migrationContext) |
protected void |
HumanTaskActivityBehavior.handleCandidateGroups(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity,
ExpressionManager expressionManager,
TaskEntity taskEntity,
CreateHumanTaskBeforeContext beforeContext) |
protected void |
HumanTaskActivityBehavior.handleCandidateUsers(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity,
ExpressionManager expressionManager,
TaskEntity taskEntity,
CreateHumanTaskBeforeContext beforeContext) |
protected void |
HumanTaskActivityBehavior.handleCategory(PlanItemInstanceEntity planItemInstanceEntity,
ExpressionManager expressionManager,
TaskEntity taskEntity,
CreateHumanTaskBeforeContext beforeContext) |
protected void |
HumanTaskActivityBehavior.handleDueDate(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity,
ExpressionManager expressionManager,
TaskEntity taskEntity,
CreateHumanTaskBeforeContext beforeContext) |
protected void |
HumanTaskActivityBehavior.handleFormKey(PlanItemInstanceEntity planItemInstanceEntity,
ExpressionManager expressionManager,
TaskEntity taskEntity,
CreateHumanTaskBeforeContext beforeContext) |
protected void |
ChildTaskActivityBehavior.handleInParameters(PlanItemInstanceEntity planItemInstanceEntity,
CmmnEngineConfiguration cmmnEngineConfiguration,
Map<String,Object> inParametersMap,
ExpressionManager expressionManager) |
protected void |
HumanTaskActivityBehavior.handleOwner(PlanItemInstanceEntity planItemInstanceEntity,
TaskService taskService,
ExpressionManager expressionManager,
TaskEntity taskEntity,
CreateHumanTaskBeforeContext beforeContext) |
protected void |
HumanTaskActivityBehavior.handlePriority(PlanItemInstanceEntity planItemInstanceEntity,
ExpressionManager expressionManager,
TaskEntity taskEntity,
CreateHumanTaskBeforeContext beforeContext) |
protected void |
HumanTaskActivityBehavior.handleTaskDescription(PlanItemInstanceEntity planItemInstanceEntity,
ExpressionManager expressionManager,
TaskEntity taskEntity,
CreateHumanTaskBeforeContext beforeContext) |
protected void |
HumanTaskActivityBehavior.handleTaskName(PlanItemInstanceEntity planItemInstanceEntity,
ExpressionManager expressionManager,
TaskEntity taskEntity,
CreateHumanTaskBeforeContext beforeContext) |
| Modifier and Type | Field and Description |
|---|---|
protected ExpressionManager |
DefaultCmmnClassDelegateFactory.expressionManager |
| Constructor and Description |
|---|
DefaultCmmnClassDelegateFactory(ExpressionManager expressionManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
CmmnExpressionManager |
| Modifier and Type | Field and Description |
|---|---|
protected ExpressionManager |
DefaultCmmnListenerFactory.expressionManager |
| Constructor and Description |
|---|
DefaultCmmnListenerFactory(CmmnClassDelegateFactory classDelegateFactory,
ExpressionManager expressionManager) |
| Modifier and Type | Field and Description |
|---|---|
protected ExpressionManager |
DefaultCmmnActivityBehaviorFactory.expressionManager |
protected ExpressionManager |
CmmnParserImpl.expressionManager |
| Modifier and Type | Method and Description |
|---|---|
ExpressionManager |
DefaultCmmnActivityBehaviorFactory.getExpressionManager() |
ExpressionManager |
CmmnParserImpl.getExpressionManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCmmnActivityBehaviorFactory.setExpressionManager(ExpressionManager expressionManager) |
void |
CmmnParserImpl.setExpressionManager(ExpressionManager expressionManager) |
| Modifier and Type | Method and Description |
|---|---|
static ExpressionManager |
CommandContextUtil.getExpressionManager() |
static ExpressionManager |
CommandContextUtil.getExpressionManager(CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<EventPayloadInstance> |
EventInstanceCmmnUtil.createEventPayloadInstances(VariableScope variableScope,
ExpressionManager expressionManager,
BaseElement baseElement,
EventModel eventDefinition)
Reads the 'in parameters' and converts them to
EventPayloadInstance instances. |
| Modifier and Type | Method and Description |
|---|---|
ExpressionManager |
HasExpressionManagerEngineConfiguration.getExpressionManager() |
| Modifier and Type | Method and Description |
|---|---|
AbstractEngineConfiguration |
HasExpressionManagerEngineConfiguration.setExpressionManager(ExpressionManager expressionManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultExpressionManager
Default
ExpressionManager implementation that contains the logic for creating
and resolving Expression instances. |
| Modifier and Type | Field and Description |
|---|---|
protected ExpressionManager |
JuelExpression.expressionManager |
| Constructor and Description |
|---|
JuelExpression(ExpressionManager expressionManager,
ValueExpression valueExpression,
String expressionText) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimulationExpressionManager
DefaultExpressionManager that exposes the simulation event in expressions |
| Modifier and Type | Field and Description |
|---|---|
protected ExpressionManager |
DmnEngineConfiguration.expressionManager |
| Modifier and Type | Method and Description |
|---|---|
ExpressionManager |
RuleEngineExecutor.getExpressionManager() |
ExpressionManager |
DmnEngineConfiguration.getExpressionManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleEngineExecutor.setExpressionManager(ExpressionManager expressionManager) |
DmnEngineConfiguration |
DmnEngineConfiguration.setExpressionManager(ExpressionManager expressionManager) |
| Modifier and Type | Field and Description |
|---|---|
protected ExpressionManager |
RuleEngineExecutorImpl.expressionManager |
| Modifier and Type | Method and Description |
|---|---|
ExpressionManager |
RuleEngineExecutorImpl.getExpressionManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
RuleEngineExecutorImpl.setExpressionManager(ExpressionManager expressionManager) |
| Constructor and Description |
|---|
RuleEngineExecutorImpl(Map<String,AbstractHitPolicy> hitPolicyBehaviors,
ExpressionManager expressionManager,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
ELExpressionExecutor.executeInputExpression(InputClause inputClause,
UnaryTests inputEntry,
ExpressionManager expressionManager,
ELExecutionContext executionContext) |
static Object |
ELExpressionExecutor.executeOutputExpression(OutputClause outputClause,
LiteralExpression outputEntry,
ExpressionManager expressionManager,
ELExecutionContext executionContext) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
CaseTaskActivityBehavior.getCaseDefinitionKey(String caseDefinitionKeyExpression,
VariableContainer variableContainer,
ExpressionManager expressionManager) |
protected void |
UserTaskActivityBehavior.handleAssignments(TaskService taskService,
String assignee,
String owner,
List<String> candidateUsers,
List<String> candidateGroups,
TaskEntity task,
ExpressionManager expressionManager,
DelegateExecution execution,
ProcessEngineConfigurationImpl processEngineConfiguration) |
protected void |
UserTaskActivityBehavior.handleCategory(CreateUserTaskBeforeContext beforeContext,
ExpressionManager expressionManager,
TaskEntity task,
DelegateExecution execution) |
protected void |
UserTaskActivityBehavior.handleDescription(CreateUserTaskBeforeContext beforeContext,
ExpressionManager expressionManager,
TaskEntity task,
DelegateExecution execution) |
protected void |
UserTaskActivityBehavior.handleDueDate(CreateUserTaskBeforeContext beforeContext,
ExpressionManager expressionManager,
TaskEntity task,
DelegateExecution execution,
ProcessEngineConfigurationImpl processEngineConfiguration,
String activeTaskDueDate) |
protected void |
UserTaskActivityBehavior.handleFormKey(CreateUserTaskBeforeContext beforeContext,
ExpressionManager expressionManager,
TaskEntity task,
DelegateExecution execution) |
protected void |
UserTaskActivityBehavior.handleName(CreateUserTaskBeforeContext beforeContext,
ExpressionManager expressionManager,
TaskEntity task,
DelegateExecution execution) |
protected void |
UserTaskActivityBehavior.handlePriority(CreateUserTaskBeforeContext beforeContext,
ExpressionManager expressionManager,
TaskEntity task,
DelegateExecution execution,
String activeTaskPriority) |
| Modifier and Type | Field and Description |
|---|---|
protected ExpressionManager |
AbstractBehaviorFactory.expressionManager |
| Modifier and Type | Method and Description |
|---|---|
ExpressionManager |
AbstractBehaviorFactory.getExpressionManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractBehaviorFactory.setExpressionManager(ExpressionManager expressionManager) |
| Modifier and Type | Field and Description |
|---|---|
protected ExpressionManager |
ProcessEngineConfigurationImpl.expressionManager |
| Modifier and Type | Method and Description |
|---|---|
ExpressionManager |
ProcessEngineConfigurationImpl.getExpressionManager() |
| Modifier and Type | Method and Description |
|---|---|
ProcessEngineConfigurationImpl |
ProcessEngineConfigurationImpl.setExpressionManager(ExpressionManager expressionManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
ProcessExpressionManager |
| Constructor and Description |
|---|
JuelExpression(ExpressionManager expressionManager,
DelegateInterceptor delegateInterceptor,
ValueExpression valueExpression,
String expressionText) |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
EventInstanceBpmnUtil.addEventPayloadInstance(List<EventPayloadInstance> eventPayloadInstances,
String source,
String target,
VariableScope variableScope,
ExpressionManager expressionManager,
EventModel eventDefinition) |
static Collection<EventPayloadInstance> |
EventInstanceBpmnUtil.createEventPayloadInstances(VariableScope variableScope,
ExpressionManager expressionManager,
BaseElement baseElement,
EventModel eventDefinition)
Reads the 'in parameters' and converts them to
EventPayloadInstance instances. |
| Modifier and Type | Field and Description |
|---|---|
protected ExpressionManager |
EventRegistryEngineConfiguration.expressionManager |
| Modifier and Type | Method and Description |
|---|---|
ExpressionManager |
EventRegistryEngineConfiguration.getExpressionManager() |
| Modifier and Type | Method and Description |
|---|---|
EventRegistryEngineConfiguration |
EventRegistryEngineConfiguration.setExpressionManager(ExpressionManager expressionManager) |
| Modifier and Type | Field and Description |
|---|---|
protected ExpressionManager |
FormEngineConfiguration.expressionManager |
| Modifier and Type | Method and Description |
|---|---|
ExpressionManager |
FormEngineConfiguration.getExpressionManager() |
| Modifier and Type | Method and Description |
|---|---|
FormEngineConfiguration |
FormEngineConfiguration.setExpressionManager(ExpressionManager expressionManager) |
| Modifier and Type | Field and Description |
|---|---|
protected ExpressionManager |
JobServiceConfiguration.expressionManager |
| Modifier and Type | Method and Description |
|---|---|
ExpressionManager |
JobServiceConfiguration.getExpressionManager() |
| Modifier and Type | Method and Description |
|---|---|
JobServiceConfiguration |
JobServiceConfiguration.setExpressionManager(ExpressionManager expressionManager) |
| Modifier and Type | Field and Description |
|---|---|
protected ExpressionManager |
VariableServiceConfiguration.expressionManager |
| Modifier and Type | Method and Description |
|---|---|
ExpressionManager |
VariableServiceConfiguration.getExpressionManager() |
| Modifier and Type | Method and Description |
|---|---|
VariableServiceConfiguration |
VariableServiceConfiguration.setExpressionManager(ExpressionManager expressionManager) |
| Modifier and Type | Class and Description |
|---|---|
class |
VariableScopeExpressionManager |
Copyright © 2023 Flowable. All rights reserved.