Uses of Class
com.onwbp.base.text.Severity
Package
Description
Provides core classes and interfaces for accessing datasets, tables, and their records.
Provides classes for creating user messages and nomenclatures.
A public API for defining a dynamic schema.
Provides interfaces for accessing schema node facet.
Provides classes and interfaces for implementing specific services and access rules on EBX®.
-
Uses of Severity in com.onwbp.adaptation
Modifier and TypeMethodDescriptionabstract DataspaceValidationReport
AdaptationHome.getValidationReport
(Severity minimalSeverity) Returns all validation reports for datasets in thisAdaptationHome
that have at least one validation item of the specified severity or higher.abstract Map<AdaptationName,
ValidationReport> AdaptationHome.getValidationReportsMap
(Severity minimalSeverity) Deprecated. -
Uses of Severity in com.onwbp.base.text
Modifier and TypeFieldDescriptionstatic final Severity
Severity.ERROR
Specifies an error.static final Severity
Severity.FATAL
Specifies a "fatal" error, the highest severity.static final Severity
Severity.INFO
Specifies an information message, the lowest severity.static final Severity
Severity.WARNING
Specifies a warning.Modifier and TypeMethodDescriptionUserMessage.getSeverity()
static Severity
Returns the severity instance corresponding to the flag specified.static Severity
Severity.parseLabel
(String aLabel) Returns the severity instance that corresponds with the label specified.Modifier and TypeMethodDescriptionstatic Map<Severity,
UserMessage> Severity.getAllSeveritiesWithLabel()
Returns a map from the available severities to their corresponding user message.Modifier and TypeMethodDescriptionboolean
Severity.isEqualOrMoreSevereThan
(Severity anotherSeverity) Returnstrue
if this severity level is equal to or higher than the one specified.void
UserMessage.setSeverity
(Severity severity) Sets the severity of this message.ModifierConstructorDescriptionUserMessageRef
(Severity severity, String aMessageKey, String bundleBaseName, Object[] params) UserMessageRef
(Severity severity, String aMessageKey, String bundleBaseName, Object[] params, ClassLoader bundleClassLoader) UserMessageString
(Severity severity, String aMessage, Object[] params, String anInternalId, Throwable anException) UserMessageString
(Severity severity, String aMessage, Object[] params, Throwable anException) -
Uses of Severity in com.orchestranetworks.schema.dynamic
Modifier and TypeMethodDescriptionvoid
BeanFacetTableRef.setFilterPredicate
(String aPredicate, Severity aSeverity, String aMessage) Sets an XPath predicate filter.void
BeanFacet.setMessage
(Severity aSeverity, String aMessage) Sets the message to display when the constraint check fails. -
Uses of Severity in com.orchestranetworks.schema.info
Modifier and TypeMethodDescriptionSchemaFacetValidationMessage.getSeverity()
Returns theseverity
of the validation message. -
Uses of Severity in com.orchestranetworks.service
Modifier and TypeMethodDescriptionValidationReportItem.getSeverity()
Returns the severity of this item, which is the severity of the user message.Modifier and TypeMethodDescriptionint
ValidationReport.countItemsOfSeverity
(Severity aSeverity) Returns the number of validation items of the specified severity.ValidationReport.getItemsOfSeverity
(Severity aSeverity) Returns the validation items of the specified severity.ValidationReport.getItemsOfSeverityOrMore
(Severity aSeverity) Returns the validation items of the specified severity and higher (more severe).boolean
ValidationReport.hasItemsOfSeverity
(Severity aSeverity) Returnstrue
if this report has validation items of the specified severity.boolean
ValidationReport.hasItemsOfSeverityOrMore
(Severity aSeverity) Returnstrue
if this report has validation items of the specified severity or higher (more severe).boolean
ValidationReport.hasTooManyItemsOfSeverity
(Severity aSeverity) Deprecated.Since 6.0boolean
ValidationReportItem.isOfSeverity
(Severity aSeverity) Returnstrue
if this item is of the specified severity.
AdaptationHome.getValidationReport(Severity)
.