Uses of Class
com.sas.lsaf.core.ValidationMessage
-
Packages that use ValidationMessage Package Description com.sas.lsaf.core Contains common classes and interfaces for core services in the system. -
-
Uses of ValidationMessage in com.sas.lsaf.core
Methods in com.sas.lsaf.core that return types with arguments of type ValidationMessage Modifier and Type Method Description java.util.List<ValidationMessage>
ValidationResult. getErrors()
Gets the error information generated by the validation.java.util.List<ValidationMessage>
ValidationResult. getNotes()
Gets the note information generated by the validation.java.util.List<ValidationMessage>
ValidationResult. getWarnings()
Gets the warning information generated by the validation.Constructor parameters in com.sas.lsaf.core with type arguments of type ValidationMessage Constructor Description ValidationResult(java.util.List<ValidationMessage> errors, java.util.List<ValidationMessage> warnings, java.util.List<ValidationMessage> notes, java.lang.String runBy, java.util.Date runDate)
It is not intended or recommended that the consumer of this API construct these objects.
-