public final class ImportDiagnosticUtils
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.String[] |
getAllMessages(ImportDiagnostic[] diagnostics_,
java.util.Locale locale_)
Gets the messages that were generated during the import for all levels of
serverity_ |
static java.lang.String[] |
getMessages(ImportDiagnosticSeverity severity_,
ImportDiagnostic[] diagnostics_,
java.util.Locale locale_)
Gets the messages that were generated during the import for the level of
serverity_ specified |
public static java.lang.String[] getMessages(ImportDiagnosticSeverity severity_, ImportDiagnostic[] diagnostics_, java.util.Locale locale_)
serverity_
specifiedseverity_
- The severity level of messages. This is one of
ImportDiagnosticSeverity
.XXX_LITERAL
constants,
where XXX could be FATAL, ERROR, WARNING or INFORMATIONdiagnostics_
- An array of ImportDiagnostic
generated during importlocale_
- The locale to use when localizing the messagepublic static java.lang.String[] getAllMessages(ImportDiagnostic[] diagnostics_, java.util.Locale locale_)
serverity_
diagnostics_
- An array of ImportDiagnostic
generated during importlocale_
- The locale to use when localizing the messageCopyright © 2003-2024 Appian Corporation. All Rights Reserved.