Uses of Class
com.redhat.parodos.workflow.task.enums.WorkFlowTaskType
-
-
Uses of WorkFlowTaskType in com.redhat.parodos.workflow.task.assessment
Methods in com.redhat.parodos.workflow.task.assessment that return WorkFlowTaskType Modifier and Type Method Description WorkFlowTaskTypeBaseAssessmentTask. getType() -
Uses of WorkFlowTaskType in com.redhat.parodos.workflow.task.checker
Methods in com.redhat.parodos.workflow.task.checker that return WorkFlowTaskType Modifier and Type Method Description WorkFlowTaskTypeBaseWorkFlowCheckerTask. getType() -
Uses of WorkFlowTaskType in com.redhat.parodos.workflow.task.enums
Methods in com.redhat.parodos.workflow.task.enums that return WorkFlowTaskType Modifier and Type Method Description static WorkFlowTaskTypeWorkFlowTaskType. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkFlowTaskType[]WorkFlowTaskType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of WorkFlowTaskType in com.redhat.parodos.workflow.task.infrastructure
Methods in com.redhat.parodos.workflow.task.infrastructure that return WorkFlowTaskType Modifier and Type Method Description WorkFlowTaskTypeBaseInfrastructureWorkFlowTask. getType()
-