Uses of Enum Class
com.redhat.parodos.workflows.work.WorkStatus
Packages that use WorkStatus
-
Uses of WorkStatus in com.redhat.parodos.workflows.work
Methods in com.redhat.parodos.workflows.work that return WorkStatusModifier and TypeMethodDescriptionDefaultWorkReport.getStatus()WorkReport.getStatus()Get work execution status.static WorkStatusReturns the enum constant of this class with the specified name.static WorkStatus[]WorkStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.redhat.parodos.workflows.work with parameters of type WorkStatusModifierConstructorDescriptionDefaultWorkReport(WorkStatus status, WorkContext workContext) Create a newDefaultWorkReport.DefaultWorkReport(WorkStatus status, WorkContext workContext, String alertMessage) Create a newDefaultWorkReport.DefaultWorkReport(WorkStatus status, WorkContext workContext, Throwable error) Create a newDefaultWorkReport. -
Uses of WorkStatus in com.redhat.parodos.workflows.workflow
Methods in com.redhat.parodos.workflows.workflow that return WorkStatusModifier and TypeMethodDescriptionParallelFlowReport.getStatus()Return the status of the parallel flow.