Uses of Interface
com.redhat.parodos.workflows.work.WorkReport
Packages that use WorkReport
Package
Description
-
Uses of WorkReport in com.redhat.parodos.workflows.engine
Methods in com.redhat.parodos.workflows.engine that return WorkReportModifier and TypeMethodDescriptionWorkFlowEngine.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 WorkReportMethods in com.redhat.parodos.workflows.work that return WorkReportModifier and TypeMethodDescriptionNoOpWork.execute(WorkContext workContext) Work.execute(WorkContext workContext) Execute the unit of work and return its report.Methods in com.redhat.parodos.workflows.work with parameters of type WorkReportModifier and TypeMethodDescriptionbooleanWorkReportPredicate.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 WorkReportModifier and TypeClassDescriptionclassAggregate report of the partial reports of work units executed in a parallel flow.Methods in com.redhat.parodos.workflows.workflow that return WorkReportModifier and TypeMethodDescriptionConditionalFlow.execute(WorkContext workContext) Execute the unit of work and return its report.RepeatFlow.execute(WorkContext workContext) Execute the unit of work and return its report.SequentialFlow.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 WorkReportConstructor parameters in com.redhat.parodos.workflows.workflow with type arguments of type WorkReportModifierConstructorDescriptionParallelFlowReport(List<WorkReport> reports) Create a newParallelFlowReport.