Uses of Interface
org.flowable.common.engine.impl.el.ExpressionManager
Packages that use ExpressionManager
Package
Description
-
Uses of ExpressionManager in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine declared as ExpressionManagerModifier and TypeFieldDescriptionprotected ExpressionManager
CmmnEngineConfiguration.expressionManager
Fields in org.flowable.cmmn.engine with type parameters of type ExpressionManagerModifier and TypeFieldDescriptionprotected Collection<Consumer<ExpressionManager>>
CmmnEngineConfiguration.expressionManagerConfigurers
Methods in org.flowable.cmmn.engine that return ExpressionManagerMethods in org.flowable.cmmn.engine that return types with arguments of type ExpressionManagerMethods in org.flowable.cmmn.engine with parameters of type ExpressionManagerModifier and TypeMethodDescriptionCmmnEngineConfiguration.setExpressionManager
(ExpressionManager expressionManager) Method parameters in org.flowable.cmmn.engine with type arguments of type ExpressionManagerModifier and TypeMethodDescriptionCmmnEngineConfiguration.addExpressionManagerConfigurer
(Consumer<ExpressionManager> configurer) -
Uses of ExpressionManager in org.flowable.cmmn.engine.impl.behavior.impl
Methods in org.flowable.cmmn.engine.impl.behavior.impl with parameters of type ExpressionManagerModifier and TypeMethodDescriptionprotected Collection<String>
CasePageTaskActivityBehaviour.getExpressionListValue
(String value, PlanItemInstanceEntity planItemInstanceEntity, ExpressionManager expressionManager) 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) -
Uses of ExpressionManager in org.flowable.cmmn.engine.impl.delegate
Fields in org.flowable.cmmn.engine.impl.delegate declared as ExpressionManagerModifier and TypeFieldDescriptionprotected ExpressionManager
DefaultCmmnClassDelegateFactory.expressionManager
Constructors in org.flowable.cmmn.engine.impl.delegate with parameters of type ExpressionManagerModifierConstructorDescriptionDefaultCmmnClassDelegateFactory
(ExpressionManager expressionManager) -
Uses of ExpressionManager in org.flowable.cmmn.engine.impl.el
Classes in org.flowable.cmmn.engine.impl.el that implement ExpressionManager -
Uses of ExpressionManager in org.flowable.cmmn.engine.impl.listener
Fields in org.flowable.cmmn.engine.impl.listener declared as ExpressionManagerModifier and TypeFieldDescriptionprotected ExpressionManager
DefaultCmmnListenerFactory.expressionManager
Constructors in org.flowable.cmmn.engine.impl.listener with parameters of type ExpressionManagerModifierConstructorDescriptionDefaultCmmnListenerFactory
(CmmnClassDelegateFactory classDelegateFactory, ExpressionManager expressionManager) -
Uses of ExpressionManager in org.flowable.cmmn.engine.impl.parser
Fields in org.flowable.cmmn.engine.impl.parser declared as ExpressionManagerModifier and TypeFieldDescriptionprotected ExpressionManager
CmmnParserImpl.expressionManager
protected ExpressionManager
DefaultCmmnActivityBehaviorFactory.expressionManager
Methods in org.flowable.cmmn.engine.impl.parser that return ExpressionManagerModifier and TypeMethodDescriptionCmmnParserImpl.getExpressionManager()
DefaultCmmnActivityBehaviorFactory.getExpressionManager()
Methods in org.flowable.cmmn.engine.impl.parser with parameters of type ExpressionManagerModifier and TypeMethodDescriptionvoid
CmmnParserImpl.setExpressionManager
(ExpressionManager expressionManager) void
DefaultCmmnActivityBehaviorFactory.setExpressionManager
(ExpressionManager expressionManager) -
Uses of ExpressionManager in org.flowable.cmmn.engine.impl.util
Methods in org.flowable.cmmn.engine.impl.util that return ExpressionManagerModifier and TypeMethodDescriptionstatic ExpressionManager
CommandContextUtil.getExpressionManager()
static ExpressionManager
CommandContextUtil.getExpressionManager
(CommandContext commandContext) Methods in org.flowable.cmmn.engine.impl.util with parameters of type ExpressionManagerModifier and TypeMethodDescriptionstatic Collection<EventPayloadInstance>
EventInstanceCmmnUtil.createEventPayloadInstances
(VariableScope variableScope, ExpressionManager expressionManager, BaseElement baseElement, EventModel eventDefinition) Reads the 'in parameters' and converts them toEventPayloadInstance
instances. -
Uses of ExpressionManager in org.flowable.common.engine.impl
Methods in org.flowable.common.engine.impl that return ExpressionManagerMethods in org.flowable.common.engine.impl with parameters of type ExpressionManagerModifier and TypeMethodDescriptionHasExpressionManagerEngineConfiguration.setExpressionManager
(ExpressionManager expressionManager) Method parameters in org.flowable.common.engine.impl with type arguments of type ExpressionManagerModifier and TypeMethodDescriptionHasExpressionManagerEngineConfiguration.addExpressionManagerConfigurer
(Consumer<ExpressionManager> configurer) -
Uses of ExpressionManager in org.flowable.common.engine.impl.el
Classes in org.flowable.common.engine.impl.el that implement ExpressionManagerModifier and TypeClassDescriptionclass
DefaultExpressionManager
implementation that contains the logic for creating and resolvingExpression
instances.Fields in org.flowable.common.engine.impl.el declared as ExpressionManagerConstructors in org.flowable.common.engine.impl.el with parameters of type ExpressionManagerModifierConstructorDescriptionJuelExpression
(ExpressionManager expressionManager, ValueExpression valueExpression, String expressionText) -
Uses of ExpressionManager in org.flowable.dmn.engine
Fields in org.flowable.dmn.engine declared as ExpressionManagerModifier and TypeFieldDescriptionprotected ExpressionManager
DmnEngineConfiguration.expressionManager
Fields in org.flowable.dmn.engine with type parameters of type ExpressionManagerModifier and TypeFieldDescriptionprotected Collection<Consumer<ExpressionManager>>
DmnEngineConfiguration.expressionManagerConfigurers
Methods in org.flowable.dmn.engine that return ExpressionManagerModifier and TypeMethodDescriptionDmnEngineConfiguration.getExpressionManager()
RuleEngineExecutor.getExpressionManager()
Methods in org.flowable.dmn.engine that return types with arguments of type ExpressionManagerMethods in org.flowable.dmn.engine with parameters of type ExpressionManagerModifier and TypeMethodDescriptionDmnEngineConfiguration.setExpressionManager
(ExpressionManager expressionManager) void
RuleEngineExecutor.setExpressionManager
(ExpressionManager expressionManager) Method parameters in org.flowable.dmn.engine with type arguments of type ExpressionManagerModifier and TypeMethodDescriptionDmnEngineConfiguration.addExpressionManagerConfigurer
(Consumer<ExpressionManager> configurer) -
Uses of ExpressionManager in org.flowable.dmn.engine.impl
Fields in org.flowable.dmn.engine.impl declared as ExpressionManagerModifier and TypeFieldDescriptionprotected ExpressionManager
RuleEngineExecutorImpl.expressionManager
Methods in org.flowable.dmn.engine.impl that return ExpressionManagerMethods in org.flowable.dmn.engine.impl with parameters of type ExpressionManagerModifier and TypeMethodDescriptionvoid
RuleEngineExecutorImpl.setExpressionManager
(ExpressionManager expressionManager) Constructors in org.flowable.dmn.engine.impl with parameters of type ExpressionManagerModifierConstructorDescriptionRuleEngineExecutorImpl
(Map<String, AbstractHitPolicy> hitPolicyBehaviors, ExpressionManager expressionManager, com.fasterxml.jackson.databind.ObjectMapper objectMapper, DmnEngineConfiguration dmnEngineConfiguration) -
Uses of ExpressionManager in org.flowable.dmn.engine.impl.el
Methods in org.flowable.dmn.engine.impl.el with parameters of type ExpressionManagerModifier and TypeMethodDescriptionstatic Boolean
ELExpressionExecutor.executeInputExpression
(InputClause inputClause, UnaryTests inputEntry, ExpressionManager expressionManager, ELExecutionContext executionContext) static Object
ELExpressionExecutor.executeOutputExpression
(OutputClause outputClause, LiteralExpression outputEntry, ExpressionManager expressionManager, ELExecutionContext executionContext) -
Uses of ExpressionManager in org.flowable.engine.impl.bpmn.behavior
Methods in org.flowable.engine.impl.bpmn.behavior with parameters of type ExpressionManagerModifier and TypeMethodDescriptionprotected 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) -
Uses of ExpressionManager in org.flowable.engine.impl.bpmn.helper
Methods in org.flowable.engine.impl.bpmn.helper with parameters of type ExpressionManagerModifier and TypeMethodDescriptionprotected static void
ErrorPropagation.injectErrorContext
(Event event, ExecutionEntity execution, ErrorPropagation.BpmnErrorVariableContainer errorSourceContainer, ExpressionManager expressionManager) -
Uses of ExpressionManager in org.flowable.engine.impl.bpmn.http
Methods in org.flowable.engine.impl.bpmn.http with parameters of type ExpressionManagerModifier and TypeMethodDescriptionprotected Expression
DefaultBpmnHttpActivityDelegate.createExpression
(ExpressionManager expManager, Object value) protected ScriptHttpHandler
DefaultBpmnHttpActivityDelegate.createScriptHttpHandler
(ExpressionManager expressionManager, ScriptInfo scriptInfo) -
Uses of ExpressionManager in org.flowable.engine.impl.bpmn.parser.factory
Fields in org.flowable.engine.impl.bpmn.parser.factory declared as ExpressionManagerModifier and TypeFieldDescriptionprotected ExpressionManager
AbstractBehaviorFactory.expressionManager
Methods in org.flowable.engine.impl.bpmn.parser.factory that return ExpressionManagerMethods in org.flowable.engine.impl.bpmn.parser.factory with parameters of type ExpressionManagerModifier and TypeMethodDescriptionvoid
AbstractBehaviorFactory.setExpressionManager
(ExpressionManager expressionManager) -
Uses of ExpressionManager in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as ExpressionManagerModifier and TypeFieldDescriptionprotected ExpressionManager
ProcessEngineConfigurationImpl.expressionManager
Fields in org.flowable.engine.impl.cfg with type parameters of type ExpressionManagerModifier and TypeFieldDescriptionprotected Collection<Consumer<ExpressionManager>>
ProcessEngineConfigurationImpl.expressionManagerConfigurers
Methods in org.flowable.engine.impl.cfg that return ExpressionManagerMethods in org.flowable.engine.impl.cfg that return types with arguments of type ExpressionManagerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getExpressionManagerConfigurers()
Methods in org.flowable.engine.impl.cfg with parameters of type ExpressionManagerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setExpressionManager
(ExpressionManager expressionManager) Method parameters in org.flowable.engine.impl.cfg with type arguments of type ExpressionManagerModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.addExpressionManagerConfigurer
(Consumer<ExpressionManager> configurer) -
Uses of ExpressionManager in org.flowable.engine.impl.el
Classes in org.flowable.engine.impl.el that implement ExpressionManagerConstructors in org.flowable.engine.impl.el with parameters of type ExpressionManagerModifierConstructorDescriptionJuelExpression
(ExpressionManager expressionManager, DelegateInterceptor delegateInterceptor, ValueExpression valueExpression, String expressionText) -
Uses of ExpressionManager in org.flowable.engine.impl.util
Methods in org.flowable.engine.impl.util with parameters of type ExpressionManagerModifier and TypeMethodDescriptionprotected 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 toEventPayloadInstance
instances.IOParameterUtil.extractOutVariables
(List<IOParameter> outParameters, VariableContainer sourceContainer, ExpressionManager expressionManager) static void
IOParameterUtil.processInParameters
(List<IOParameter> inParameters, VariableContainer sourceContainer, BiConsumer<String, Object> targetVariableConsumer, BiConsumer<String, Object> targetTransientVariableConsumer, ExpressionManager expressionManager) static void
IOParameterUtil.processInParameters
(List<IOParameter> inParameters, VariableContainer sourceContainer, VariableContainer targetContainer, ExpressionManager expressionManager) static void
IOParameterUtil.processOutParameters
(List<IOParameter> outParameters, VariableContainer sourceContainer, BiConsumer<String, Object> targetVariableConsumer, BiConsumer<String, Object> targetTransientVariableConsumer, ExpressionManager expressionManager) protected static void
IOParameterUtil.processParameters
(List<IOParameter> parameters, VariableContainer sourceContainer, BiConsumer<String, Object> targetVariableConsumer, BiConsumer<String, Object> targetTransientVariableConsumer, ExpressionManager expressionManager, String parameterType) -
Uses of ExpressionManager in org.flowable.eventregistry.impl
Fields in org.flowable.eventregistry.impl declared as ExpressionManagerModifier and TypeFieldDescriptionprotected ExpressionManager
EventRegistryEngineConfiguration.expressionManager
Fields in org.flowable.eventregistry.impl with type parameters of type ExpressionManagerModifier and TypeFieldDescriptionprotected Collection<Consumer<ExpressionManager>>
EventRegistryEngineConfiguration.expressionManagerConfigurers
Methods in org.flowable.eventregistry.impl that return ExpressionManagerMethods in org.flowable.eventregistry.impl that return types with arguments of type ExpressionManagerModifier and TypeMethodDescriptionEventRegistryEngineConfiguration.getExpressionManagerConfigurers()
Methods in org.flowable.eventregistry.impl with parameters of type ExpressionManagerModifier and TypeMethodDescriptionEventRegistryEngineConfiguration.setExpressionManager
(ExpressionManager expressionManager) Method parameters in org.flowable.eventregistry.impl with type arguments of type ExpressionManagerModifier and TypeMethodDescriptionEventRegistryEngineConfiguration.addExpressionManagerConfigurer
(Consumer<ExpressionManager> configurer) -
Uses of ExpressionManager in org.flowable.job.service
Fields in org.flowable.job.service declared as ExpressionManagerModifier and TypeFieldDescriptionprotected ExpressionManager
JobServiceConfiguration.expressionManager
Methods in org.flowable.job.service that return ExpressionManagerMethods in org.flowable.job.service with parameters of type ExpressionManagerModifier and TypeMethodDescriptionJobServiceConfiguration.setExpressionManager
(ExpressionManager expressionManager) -
Uses of ExpressionManager in org.flowable.variable.service
Fields in org.flowable.variable.service declared as ExpressionManagerModifier and TypeFieldDescriptionprotected ExpressionManager
VariableServiceConfiguration.expressionManager
Methods in org.flowable.variable.service that return ExpressionManagerMethods in org.flowable.variable.service with parameters of type ExpressionManagerModifier and TypeMethodDescriptionVariableServiceConfiguration.setExpressionManager
(ExpressionManager expressionManager) -
Uses of ExpressionManager in org.flowable.variable.service.impl.el
Classes in org.flowable.variable.service.impl.el that implement ExpressionManager