| Package | Description |
|---|---|
| brainslug.flow.context |
| Modifier and Type | Method and Description |
|---|---|
FlowProperties<ExecutionProperty> |
TriggerContext.getProperties() |
FlowProperties<PropertyType> |
FlowProperties.with(Identifier key,
Object value) |
FlowProperties<PropertyType> |
FlowProperties.with(String key,
Object value) |
FlowProperties<PropertyType> |
FlowProperties.withAll(FlowProperties<PropertyType> executionProperties) |
| Modifier and Type | Method and Description |
|---|---|
void |
TriggerContext.setProperties(FlowProperties executionProperties) |
Identifier |
BrainslugContext.startFlow(FlowDefinition flowDefinition,
FlowNodeDefinition startNode,
FlowProperties properties)
start an instance of the given flow definition
|
Identifier |
BrainslugContext.startFlow(FlowDefinition flowDefinition,
FlowProperties properties)
start an instance with the start node definition
there must only be one definied
|
Identifier |
BrainslugContext.startFlow(Identifier definitionId,
FlowProperties properties)
start the flow at the given startNodeId
|
Identifier |
BrainslugContext.startFlow(Identifier definitionId,
Identifier startNodeId,
FlowProperties properties)
start the flow at the given startNodeId
|
FlowProperties<PropertyType> |
FlowProperties.withAll(FlowProperties<PropertyType> executionProperties) |
Copyright © 2015. All rights reserved.