Schnittstelle IColumnMutationValidator

Alle bekannten Implementierungsklassen:
ColumnMutationValidator

public interface IColumnMutationValidator
Version:
2024-12-27
Autor:
Silvan Wyss
  • Methodendetails

    • assertCanBeDeleted

      void assertCanBeDeleted(IColumn column)
      Parameter:
      column -
      Löst aus:
      RuntimeException - if the given column cannot be deleted.
    • assertCanSetContentModel

      void assertCanSetContentModel(IColumn column, IContentModel contentModel)
      Parameter:
      column -
      contentModel -
      Löst aus:
      RuntimeException - if the given contentModel cannot be set to the given column.
    • assertCanSetName

      void assertCanSetName(IColumn column, String name)
      Parameter:
      column -
      name -
      Löst aus:
      RuntimeException - if the given name cannot be set to the given column.