类 ConstraintParamUtil


  • public class ConstraintParamUtil
    extends Object
    • 构造器详细资料

      • ConstraintParamUtil

        public ConstraintParamUtil()
    • 方法详细资料

      • validateInputParam

        public static List<String> validateInputParam​(Map<String,​Object> input,
                                                      String taskName,
                                                      WorkflowDefinition workflow)
        Validates inputParam and returns a list of errors if input is not valid.
        参数:
        input - Map of inputParameters
        taskName - TaskName of inputParameters
        workflow - WorkflowDef
        返回:
        List of error strings.