| Package | Description |
|---|---|
| brainslug.flow.context | |
| brainslug.flow.execution.expression | |
| brainslug.flow.execution.node | |
| brainslug.flow.execution.token |
| Modifier and Type | Field and Description |
|---|---|
protected ExpressionEvaluator |
AbstractBrainslugContextBuilder.expressionEvaluator |
| Modifier and Type | Method and Description |
|---|---|
protected ExpressionEvaluator |
AbstractBrainslugContextBuilder.createExpressionEvaluator() |
ExpressionEvaluator |
DefaultBrainslugContext.getExpressionEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
SelfType |
AbstractBrainslugContextBuilder.withPredicateEvaluator(ExpressionEvaluator expressionEvaluator) |
| Constructor and Description |
|---|
DefaultBrainslugContext(AsyncTriggerScheduler asyncTriggerScheduler,
AsyncTriggerStore asyncTriggerStore,
AsyncTriggerSchedulerOptions asyncTriggerSchedulerOptions,
AsyncFlowStartScheduler asyncFlowStartScheduler,
SchedulerOptions asyncFlowStartSchedulerOptions,
DefinitionStore definitionStore,
ListenerManager listenerManager,
CallDefinitionExecutor callDefinitionExecutor,
ExpressionEvaluator expressionEvaluator,
Registry registry,
FlowExecutor flowExecutor,
TokenStore tokenStore,
InstanceStore instanceStore) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultExpressionEvaluator |
| Constructor and Description |
|---|
ChoiceNodeExecutor(ExpressionEvaluator expressionEvaluator) |
EventNodeExecutor(AsyncTriggerStore asyncTriggerStore,
ExpressionEvaluator expressionEvaluator) |
TaskNodeExecutor(DefinitionStore definitionStore,
ExpressionEvaluator expressionEvaluator,
CallDefinitionExecutor callDefinitionExecutor,
AsyncTriggerScheduler asyncTriggerScheduler,
ScriptExecutor scriptExecutor) |
| Modifier and Type | Field and Description |
|---|---|
protected ExpressionEvaluator |
TokenFlowExecutor.expressionEvaluator |
| Modifier and Type | Method and Description |
|---|---|
void |
TokenFlowExecutor.setExpressionEvaluator(ExpressionEvaluator expressionEvaluator) |
| Constructor and Description |
|---|
TokenFlowExecutor(TokenStore tokenStore,
InstanceStore instanceStore,
DefinitionStore definitionStore,
PropertyStore propertyStore,
ListenerManager listenerManager,
Registry registry,
ExpressionEvaluator expressionEvaluator,
AsyncTriggerStore asyncTriggerStore,
AsyncTriggerScheduler asyncTriggerScheduler,
CallDefinitionExecutor callDefinitionExecutor,
ScriptExecutor scriptExecutor) |
Copyright © 2015. All rights reserved.