Uses of Interface
com.redhat.parodos.workflows.work.WorkReportPredicate
Packages that use WorkReportPredicate
-
Uses of WorkReportPredicate in com.redhat.parodos.workflows.work
Classes in com.redhat.parodos.workflows.work that implement WorkReportPredicateModifier and TypeClassDescriptionstatic classA predicate that returns true after a given number of times.Fields in com.redhat.parodos.workflows.work declared as WorkReportPredicateModifier and TypeFieldDescriptionstatic final WorkReportPredicateWorkReportPredicate.ALWAYS_FALSEstatic final WorkReportPredicateWorkReportPredicate.ALWAYS_TRUEstatic final WorkReportPredicateWorkReportPredicate.COMPLETEDstatic final WorkReportPredicateWorkReportPredicate.FAILED -
Uses of WorkReportPredicate in com.redhat.parodos.workflows.workflow
Methods in com.redhat.parodos.workflows.workflow with parameters of type WorkReportPredicateModifier and TypeMethodDescriptionRepeatFlow.Builder.UntilStep.until(WorkReportPredicate predicate) ConditionalFlow.Builder.WhenStep.when(WorkReportPredicate predicate)