Interface TaskValidationService
- All Superinterfaces:
ValidationService
- All Known Implementing Classes:
DefaultTaskValidationService
Validation for Tasks
- Author:
- Mark Pollack
-
Method Summary
Modifier and TypeMethodDescriptionvalidateTask
(String name) Validate the task given the registered nameMethods inherited from interface org.springframework.cloud.dataflow.server.service.ValidationService
isRegistered, validate
-
Method Details
-
validateTask
Validate the task given the registered name- Parameters:
name
- then name of the task- Returns:
- the validation status
-