Uses of Class
org.springframework.cloud.dataflow.server.service.ValidationStatus
Packages that use ValidationStatus
Package
Description
Contains various Services (Interfaces) that are part of the Dataflow Server.
Contains Service implementations for the Dataflow Server.
-
Uses of ValidationStatus in org.springframework.cloud.dataflow.server.service
Methods in org.springframework.cloud.dataflow.server.service that return ValidationStatusModifier and TypeMethodDescriptionStreamService.validateStream(String name) Verifies that all apps in the stream are valid.StreamValidationService.validateStream(String name) Validate the stream given the registered nameTaskValidationService.validateTask(String name) Validate the task given the registered name -
Uses of ValidationStatus in org.springframework.cloud.dataflow.server.service.impl
Methods in org.springframework.cloud.dataflow.server.service.impl that return ValidationStatusModifier and TypeMethodDescriptionDefaultStreamService.validateStream(String name) Verifies that all apps in the stream are valid. -
Uses of ValidationStatus in org.springframework.cloud.dataflow.server.service.impl.validation
Methods in org.springframework.cloud.dataflow.server.service.impl.validation that return ValidationStatusModifier and TypeMethodDescriptionDefaultStreamValidationService.validateStream(String name) DefaultTaskValidationService.validateTask(String name)