| Package | Description |
|---|---|
| brainslug.flow.context | |
| brainslug.flow.execution.instance | |
| brainslug.flow.execution.property.store | |
| brainslug.flow.execution.token |
| Modifier and Type | Field and Description |
|---|---|
protected PropertyStore |
AbstractBrainslugContextBuilder.propertyStore |
| Modifier and Type | Method and Description |
|---|---|
SelfType |
AbstractBrainslugContextBuilder.withPropertyStore(PropertyStore propertyStore) |
| Constructor and Description |
|---|
ExecutionContextFactory(PropertyStore propertyStore,
Registry registry) |
| Constructor and Description |
|---|
DefaultFlowInstance(Identifier<?> id,
Identifier<?> definitionId,
PropertyStore propertyStore,
TokenStore tokenStore) |
HashMapInstanceStore(IdGenerator idGenerator,
PropertyStore propertyStore,
TokenStore tokenStore) |
| Modifier and Type | Class and Description |
|---|---|
class |
HashMapPropertyStore |
| Modifier and Type | Field and Description |
|---|---|
protected PropertyStore |
TokenFlowExecutor.propertyStore |
| Modifier and Type | Method and Description |
|---|---|
void |
TokenFlowExecutor.setPropertyStore(PropertyStore propertyStore) |
| 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.