Schnittstelle IColumnMutationValidator
- Alle bekannten Implementierungsklassen:
ColumnMutationValidator
public interface IColumnMutationValidator
- Version:
- 2024-12-27
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
assertCanBeDeleted
(IColumn column) void
assertCanSetContentModel
(IColumn column, IContentModel contentModel) void
assertCanSetName
(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.
-