| Package | Description |
|---|---|
| brainslug.flow.builder | |
| brainslug.flow.node.event | |
| brainslug.flow.node.task |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Predicate> |
FlowBuilderSupport.predicate(T predicate) |
| Modifier and Type | Method and Description |
|---|---|
static GoalDefinition |
FlowBuilderSupport.check(PredicateExpression goalPredicate) |
| Modifier and Type | Method and Description |
|---|---|
Option<PredicateExpression> |
AbstractEventDefinition.getConditionPredicate() |
Option<PredicateExpression> |
AbstractEventDefinition.getContinuePredicate() |
| Modifier and Type | Method and Description |
|---|---|
Self |
AbstractEventDefinition.condition(PredicateExpression conditionPredicate)
defines this event as conditional event, causing the execution
to wait until the condition is fulfilled.
|
Self |
AbstractEventDefinition.continueIf(PredicateExpression continuePredicate)
sets a predicate which is checked to determine whether the execution
should be continued immediately for this event, without waiting
for a signaling trigger.
|
| Modifier and Type | Method and Description |
|---|---|
PredicateExpression |
GoalDefinition.getPredicate() |
| Modifier and Type | Method and Description |
|---|---|
GoalDefinition |
GoalDefinition.check(PredicateExpression predicate) |
Copyright © 2015. All rights reserved.