Uses of Class
org.qubership.atp.mia.model.impl.executable.Validation
Packages that use Validation
Package
Description
-
Uses of Validation in org.qubership.atp.mia.model.impl.executable
Methods in org.qubership.atp.mia.model.impl.executable that return ValidationModifier and TypeMethodDescriptionValidation.clone()Clone object.Validation.setExportVariables(HashMap<String, String> exportVariables) Sets marker.Validation.setReferToCommandExecution(List<String> referToCommandExecution) Sets referToCommandExecution.Validation.setTableMarker(TableMarker tableMarker) Sets marker.Validation.setTableName(String tableName) Sets tableName. -
Uses of Validation in org.qubership.atp.mia.service.execution
Method parameters in org.qubership.atp.mia.service.execution with type arguments of type ValidationModifier and TypeMethodDescriptionSqlExecutionHelperService.executeValidations(List<Validation> validations, Command command) Executes validations.