| Package | Description |
|---|---|
| org.jeasy.flows.work | |
| org.jeasy.flows.workflow |
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkReportPredicate.TimesPredicate
A predicate that returns true after a given number of times.
|
| Modifier and Type | Field and Description |
|---|---|
static WorkReportPredicate |
WorkReportPredicate.ALWAYS_FALSE |
static WorkReportPredicate |
WorkReportPredicate.ALWAYS_TRUE |
static WorkReportPredicate |
WorkReportPredicate.COMPLETED |
static WorkReportPredicate |
WorkReportPredicate.FAILED |
| Modifier and Type | Method and Description |
|---|---|
RepeatFlow.Builder.BuildStep |
RepeatFlow.Builder.UntilStep.until(WorkReportPredicate predicate) |
ConditionalFlow.Builder.ThenStep |
ConditionalFlow.Builder.WhenStep.when(WorkReportPredicate predicate) |
Copyright © 2020. All rights reserved.