Uses of Interface
com.redhat.parodos.workflows.work.WorkReport
-
Packages that use WorkReport Package Description com.redhat.parodos.workflows.engine com.redhat.parodos.workflows.work com.redhat.parodos.workflows.workflow -
-
Uses of WorkReport in com.redhat.parodos.workflows.engine
Methods in com.redhat.parodos.workflows.engine that return WorkReport Modifier and Type Method Description WorkReportWorkFlowEngine. run(WorkFlow workFlow, WorkContext workContext)Run the given workflow and return its report. -
Uses of WorkReport in com.redhat.parodos.workflows.work
Classes in com.redhat.parodos.workflows.work that implement WorkReport Modifier and Type Class Description classDefaultWorkReportDefault implementation ofWorkReport.Methods in com.redhat.parodos.workflows.work that return WorkReport Modifier and Type Method Description WorkReportNoOpWork. execute(WorkContext workContext)WorkReportWork. execute(WorkContext workContext)Execute the unit of work and return its report.Methods in com.redhat.parodos.workflows.work with parameters of type WorkReport Modifier and Type Method Description booleanWorkReportPredicate. apply(WorkReport workReport)Apply the predicate on the given work report.booleanWorkReportPredicate.TimesPredicate. apply(WorkReport workReport) -
Uses of WorkReport in com.redhat.parodos.workflows.workflow
Classes in com.redhat.parodos.workflows.workflow that implement WorkReport Modifier and Type Class Description classParallelFlowReportAggregate report of the partial reports of work units executed in a parallel flow.Methods in com.redhat.parodos.workflows.workflow that return WorkReport Modifier and Type Method Description WorkReportConditionalFlow. execute(WorkContext workContext)Execute the unit of work and return its report.WorkReportRepeatFlow. execute(WorkContext workContext)Execute the unit of work and return its report.WorkReportSequentialFlow. execute(WorkContext workContext)Execute the unit of work and return its report.Methods in com.redhat.parodos.workflows.workflow that return types with arguments of type WorkReport Modifier and Type Method Description List<WorkReport>ParallelFlowReport. getReports()Get partial reports.Constructor parameters in com.redhat.parodos.workflows.workflow with type arguments of type WorkReport Constructor Description ParallelFlowReport(List<WorkReport> reports)Create a newParallelFlowReport.
-