public interface ColumnApi
  • Method Summary

    Modifier and Type
    Method
    Description
    User
    Finds the validator for a column.
  • Method Details

    • findValidatorForColumn

      User findValidatorForColumn(UUID columnId)
      Finds the validator for a column. The validator is either the owner of the column or if the column does not have one the owner if its closest ancestor - table, schema, domain, community.
      Parameters:
      columnId - The id of the column for which we want to find a validator
      Returns:
      The User which the validator for the column or null if no owner is found
      Throws:
      ApiIllegalArgumentException - if the asset identified by columnId is not of type column.