Uses of Class
com.redhat.parodos.workflow.task.enums.WorkFlowTaskOutput
-
Packages that use WorkFlowTaskOutput Package Description com.redhat.parodos.workflow.task com.redhat.parodos.workflow.task.enums -
-
Uses of WorkFlowTaskOutput in com.redhat.parodos.workflow.task
Methods in com.redhat.parodos.workflow.task that return types with arguments of type WorkFlowTaskOutput Modifier and Type Method Description default @NonNull List<WorkFlowTaskOutput>WorkFlowTask. getWorkFlowTaskOutputs()The expected Output/result of the Task. -
Uses of WorkFlowTaskOutput in com.redhat.parodos.workflow.task.enums
Methods in com.redhat.parodos.workflow.task.enums that return WorkFlowTaskOutput Modifier and Type Method Description static WorkFlowTaskOutputWorkFlowTaskOutput. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkFlowTaskOutput[]WorkFlowTaskOutput. values()Returns an array containing the constants of this enum type, in the order they are declared.
-