Interface FilterValidator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @Nullable Collection<ValidationMessage>validate(@NotNull WorkspaceFilter filter)Called when a filter is validated.
-
-
-
Method Detail
-
validate
@Nullable @Nullable Collection<ValidationMessage> validate(@NotNull @NotNull WorkspaceFilter filter)
Called when a filter is validated.- Parameters:
filter- the deserialized filter- Returns:
- validation messages or
null
-
-