Uses of Interface
com.redhat.parodos.workflows.work.WorkReportPredicate
-
Packages that use WorkReportPredicate Package Description com.redhat.parodos.workflows.work com.redhat.parodos.workflows.workflow -
-
Uses of WorkReportPredicate in com.redhat.parodos.workflows.work
Classes in com.redhat.parodos.workflows.work that implement WorkReportPredicate Modifier and Type Class Description static classWorkReportPredicate.TimesPredicateA predicate that returns true after a given number of times.Fields in com.redhat.parodos.workflows.work declared as WorkReportPredicate Modifier and Type Field Description static WorkReportPredicateWorkReportPredicate. ALWAYS_FALSEstatic WorkReportPredicateWorkReportPredicate. ALWAYS_TRUEstatic WorkReportPredicateWorkReportPredicate. COMPLETEDstatic WorkReportPredicateWorkReportPredicate. FAILED -
Uses of WorkReportPredicate in com.redhat.parodos.workflows.workflow
Methods in com.redhat.parodos.workflows.workflow with parameters of type WorkReportPredicate Modifier and Type Method Description RepeatFlow.Builder.BuildStepRepeatFlow.Builder.UntilStep. until(WorkReportPredicate predicate)ConditionalFlow.Builder.ThenStepConditionalFlow.Builder.WhenStep. when(WorkReportPredicate predicate)
-