Interface TaskMappingsValidator

    • Method Detail

      • validateTaskMappings

        Stream<ModelValidationError> validateTaskMappings​(List<MappingModel> taskMappings,
                                                          Map<String,​Constant> taskConstants,
                                                          ValidationContext validationContext)
        Validate the given list of task mappings.
        Parameters:
        taskMappings - the list of task mappings to validate
        validationContext - the validation context
        taskConstants - the constants associated to the task
        Returns:
        the stream of validation errors