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 ExpressionManagerCmmnEngineConfiguration.expressionManagerFields in org.flowable.cmmn.engine with type parameters of type ExpressionManagerModifier and TypeFieldDescriptionprotected Collection<Consumer<ExpressionManager>>CmmnEngineConfiguration.expressionManagerConfigurersMethods 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 StringCasePageTaskActivityBehaviour.getExpressionValue(String value, PlanItemInstanceEntity planItemInstanceEntity, ExpressionManager expressionManager) protected voidHumanTaskActivityBehavior.handleAssignee(PlanItemInstanceEntity planItemInstanceEntity, TaskService taskService, ExpressionManager expressionManager, TaskEntity taskEntity, PlanItemInstanceEntityManager planItemInstanceEntityManager, CreateHumanTaskBeforeContext beforeContext, MigrationContext migrationContext) protected voidHumanTaskActivityBehavior.handleCandidateGroups(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity, ExpressionManager expressionManager, TaskEntity taskEntity, CreateHumanTaskBeforeContext beforeContext) protected voidHumanTaskActivityBehavior.handleCandidateUsers(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity, ExpressionManager expressionManager, TaskEntity taskEntity, CreateHumanTaskBeforeContext beforeContext) protected voidHumanTaskActivityBehavior.handleCategory(PlanItemInstanceEntity planItemInstanceEntity, ExpressionManager expressionManager, TaskEntity taskEntity, CreateHumanTaskBeforeContext beforeContext) protected voidHumanTaskActivityBehavior.handleDueDate(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity, ExpressionManager expressionManager, TaskEntity taskEntity, CreateHumanTaskBeforeContext beforeContext) protected voidHumanTaskActivityBehavior.handleFormKey(PlanItemInstanceEntity planItemInstanceEntity, ExpressionManager expressionManager, TaskEntity taskEntity, CreateHumanTaskBeforeContext beforeContext) protected voidChildTaskActivityBehavior.handleInParameters(PlanItemInstanceEntity planItemInstanceEntity, CmmnEngineConfiguration cmmnEngineConfiguration, Map<String, Object> inParametersMap, ExpressionManager expressionManager) protected voidHumanTaskActivityBehavior.handleOwner(PlanItemInstanceEntity planItemInstanceEntity, TaskService taskService, ExpressionManager expressionManager, TaskEntity taskEntity, CreateHumanTaskBeforeContext beforeContext) protected voidHumanTaskActivityBehavior.handlePriority(PlanItemInstanceEntity planItemInstanceEntity, ExpressionManager expressionManager, TaskEntity taskEntity, CreateHumanTaskBeforeContext beforeContext) protected voidHumanTaskActivityBehavior.handleTaskDescription(PlanItemInstanceEntity planItemInstanceEntity, ExpressionManager expressionManager, TaskEntity taskEntity, CreateHumanTaskBeforeContext beforeContext) protected voidHumanTaskActivityBehavior.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 ExpressionManagerDefaultCmmnClassDelegateFactory.expressionManagerConstructors 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 ExpressionManagerDefaultCmmnListenerFactory.expressionManagerConstructors 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 ExpressionManagerCmmnParserImpl.expressionManagerprotected ExpressionManagerDefaultCmmnActivityBehaviorFactory.expressionManagerMethods 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 TypeMethodDescriptionvoidCmmnParserImpl.setExpressionManager(ExpressionManager expressionManager) voidDefaultCmmnActivityBehaviorFactory.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 ExpressionManagerCommandContextUtil.getExpressionManager()static ExpressionManagerCommandContextUtil.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 toEventPayloadInstanceinstances. -
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 TypeClassDescriptionclassDefaultExpressionManagerimplementation that contains the logic for creating and resolvingExpressioninstances.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 ExpressionManagerDmnEngineConfiguration.expressionManagerFields in org.flowable.dmn.engine with type parameters of type ExpressionManagerModifier and TypeFieldDescriptionprotected Collection<Consumer<ExpressionManager>>DmnEngineConfiguration.expressionManagerConfigurersMethods 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) voidRuleEngineExecutor.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 ExpressionManagerRuleEngineExecutorImpl.expressionManagerMethods in org.flowable.dmn.engine.impl that return ExpressionManagerMethods in org.flowable.dmn.engine.impl with parameters of type ExpressionManagerModifier and TypeMethodDescriptionvoidRuleEngineExecutorImpl.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 BooleanELExpressionExecutor.executeInputExpression(InputClause inputClause, UnaryTests inputEntry, ExpressionManager expressionManager, ELExecutionContext executionContext) static ObjectELExpressionExecutor.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 StringCaseTaskActivityBehavior.getCaseDefinitionKey(String caseDefinitionKeyExpression, VariableContainer variableContainer, ExpressionManager expressionManager) protected voidUserTaskActivityBehavior.handleAssignments(TaskService taskService, String assignee, String owner, List<String> candidateUsers, List<String> candidateGroups, TaskEntity task, ExpressionManager expressionManager, DelegateExecution execution, ProcessEngineConfigurationImpl processEngineConfiguration) protected voidUserTaskActivityBehavior.handleCategory(CreateUserTaskBeforeContext beforeContext, ExpressionManager expressionManager, TaskEntity task, DelegateExecution execution) protected voidUserTaskActivityBehavior.handleDescription(CreateUserTaskBeforeContext beforeContext, ExpressionManager expressionManager, TaskEntity task, DelegateExecution execution) protected voidUserTaskActivityBehavior.handleDueDate(CreateUserTaskBeforeContext beforeContext, ExpressionManager expressionManager, TaskEntity task, DelegateExecution execution, ProcessEngineConfigurationImpl processEngineConfiguration, String activeTaskDueDate) protected voidUserTaskActivityBehavior.handleFormKey(CreateUserTaskBeforeContext beforeContext, ExpressionManager expressionManager, TaskEntity task, DelegateExecution execution) protected voidUserTaskActivityBehavior.handleName(CreateUserTaskBeforeContext beforeContext, ExpressionManager expressionManager, TaskEntity task, DelegateExecution execution) protected voidUserTaskActivityBehavior.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 voidErrorPropagation.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 ExpressionDefaultBpmnHttpActivityDelegate.createExpression(ExpressionManager expManager, Object value) protected ScriptHttpHandlerDefaultBpmnHttpActivityDelegate.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 ExpressionManagerAbstractBehaviorFactory.expressionManagerMethods 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 TypeMethodDescriptionvoidAbstractBehaviorFactory.setExpressionManager(ExpressionManager expressionManager) -
Uses of ExpressionManager in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as ExpressionManagerModifier and TypeFieldDescriptionprotected ExpressionManagerProcessEngineConfigurationImpl.expressionManagerFields in org.flowable.engine.impl.cfg with type parameters of type ExpressionManagerModifier and TypeFieldDescriptionprotected Collection<Consumer<ExpressionManager>>ProcessEngineConfigurationImpl.expressionManagerConfigurersMethods 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 voidEventInstanceBpmnUtil.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 toEventPayloadInstanceinstances.IOParameterUtil.extractOutVariables(List<IOParameter> outParameters, VariableContainer sourceContainer, ExpressionManager expressionManager) static voidIOParameterUtil.processInParameters(List<IOParameter> inParameters, VariableContainer sourceContainer, BiConsumer<String, Object> targetVariableConsumer, BiConsumer<String, Object> targetTransientVariableConsumer, ExpressionManager expressionManager) static voidIOParameterUtil.processInParameters(List<IOParameter> inParameters, VariableContainer sourceContainer, VariableContainer targetContainer, ExpressionManager expressionManager) static voidIOParameterUtil.processOutParameters(List<IOParameter> outParameters, VariableContainer sourceContainer, BiConsumer<String, Object> targetVariableConsumer, BiConsumer<String, Object> targetTransientVariableConsumer, ExpressionManager expressionManager) protected static voidIOParameterUtil.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 ExpressionManagerEventRegistryEngineConfiguration.expressionManagerFields in org.flowable.eventregistry.impl with type parameters of type ExpressionManagerModifier and TypeFieldDescriptionprotected Collection<Consumer<ExpressionManager>>EventRegistryEngineConfiguration.expressionManagerConfigurersMethods 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 ExpressionManagerJobServiceConfiguration.expressionManagerMethods 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 ExpressionManagerVariableServiceConfiguration.expressionManagerMethods 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