Uses of Record Class
com.esprow.oapi.ValidationResult
Packages that use ValidationResult
-
Uses of ValidationResult in com.esprow.oapi
Fields in com.esprow.oapi declared as ValidationResultModifier and TypeFieldDescriptionstatic final ValidationResult
ValidationResult.OK_RESULT
The shared object which can be used to represent "OK" result, when there are no errors or warnings.Methods in com.esprow.oapi that return ValidationResultModifier and TypeMethodDescriptionValidationResult.details()
Returns the value of thedetails
record component.ValidationResult.merge
(ValidationResult otherResult) Merges the result with a given one.static ValidationResult
OrchestraValidator.validate
(OrchestraDocument doc) Validates the given OrchestraDocument performing mandatory model checksstatic ValidationResult
Validates the Orchestra file by given URI performing mandatory model checks and checking the file against the Orchestra Repository XML Schema Definitionstatic ValidationResult
Validates the Orchestra file by given URI performing mandatory model checks and optionally checking the file against the Orchestra Repository XML Schema DefinitionMethods in com.esprow.oapi with parameters of type ValidationResultModifier and TypeMethodDescriptionValidationResult.merge
(ValidationResult otherResult) Merges the result with a given one.Constructors in com.esprow.oapi with parameters of type ValidationResultModifierConstructorDescriptionValidationResult
(ValidationResult.Severity severity, String message, ValidationResult[] details) Creates an instance of aValidationResult
record class.