Uses of Class
com.redhat.parodos.workflows.work.WorkContext
-
Packages that use WorkContext Package Description com.redhat.parodos.workflows.engine com.redhat.parodos.workflows.work com.redhat.parodos.workflows.workflow -
-
Uses of WorkContext in com.redhat.parodos.workflows.engine
Methods in com.redhat.parodos.workflows.engine with parameters of type WorkContext Modifier and Type Method Description WorkReportWorkFlowEngine. run(WorkFlow workFlow, WorkContext workContext)Run the given workflow and return its report. -
Uses of WorkContext in com.redhat.parodos.workflows.work
Methods in com.redhat.parodos.workflows.work that return WorkContext Modifier and Type Method Description WorkContextDefaultWorkReport. getWorkContext()WorkContextWorkReport. getWorkContext()Get the last work context of the flowMethods in com.redhat.parodos.workflows.work with parameters of type WorkContext Modifier and Type Method Description WorkReportNoOpWork. execute(WorkContext workContext)WorkReportWork. execute(WorkContext workContext)Execute the unit of work and return its report.Constructors in com.redhat.parodos.workflows.work with parameters of type WorkContext Constructor Description DefaultWorkReport(WorkStatus status, WorkContext workContext)Create a newDefaultWorkReport.DefaultWorkReport(WorkStatus status, WorkContext workContext, Throwable error)Create a newDefaultWorkReport. -
Uses of WorkContext in com.redhat.parodos.workflows.workflow
Methods in com.redhat.parodos.workflows.workflow that return WorkContext Modifier and Type Method Description WorkContextParallelFlowReport. getWorkContext()The parallel flow context is the union of all partial contexts.Methods in com.redhat.parodos.workflows.workflow with parameters of type WorkContext Modifier and Type Method Description WorkReportConditionalFlow. execute(WorkContext workContext)Execute the unit of work and return its report.ParallelFlowReportParallelFlow. 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.
-