Schnittstelle IColumnMutationValidator
- Alle bekannten Implementierungsklassen:
ColumnMutationValidator
public interface IColumnMutationValidator
- Version:
- 2024-12-27
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidassertCanBeDeleted(IColumn column) voidassertCanSetContentModel(IColumn column, IContentModel contentModel) voidassertCanSetName(IColumn column, String name)
-
Methodendetails
-
assertCanBeDeleted
- Parameter:
column-- Löst aus:
RuntimeException- if the given column cannot be deleted.
-
assertCanSetContentModel
- Parameter:
column-contentModel-- Löst aus:
RuntimeException- if the given contentModel cannot be set to the given column.
-
assertCanSetName
- Parameter:
column-name-- Löst aus:
RuntimeException- if the given name cannot be set to the given column.
-