Package | Description |
---|---|
com.onwbp.adaptation |
Provides core classes and interfaces for accessing datasets, tables, and their records.
|
com.onwbp.base.text |
Provides classes for creating user messages and nomenclatures.
|
com.orchestranetworks.schema.dynamic |
A public API for defining a dynamic schema.
|
com.orchestranetworks.schema.info |
Provides interfaces for accessing schema node facet.
|
com.orchestranetworks.service |
Provides classes and interfaces for implementing specific services and access rules on EBX®.
|
Modifier and Type | Method and Description |
---|---|
abstract Map<AdaptationName,ValidationReport> |
AdaptationHome.getValidationReportsMap(Severity minimalSeverity)
Returns a map of all validation reports of datasets in this
AdaptationHome
that have at least one validation item of the specified severity or higher. |
Modifier and Type | Field and Description |
---|---|
static Severity |
Severity.ERROR
Specifies an error.
|
static Severity |
Severity.FATAL
Specifies a "fatal" error, the highest severity.
|
static Severity |
Severity.INFO
Specifies an information message, the lowest severity.
|
static Severity |
Severity.WARNING
Specifies a warning.
|
Modifier and Type | Method and Description |
---|---|
Severity |
UserMessage.getSeverity() |
static Severity |
Severity.parseFlag(String aFlag)
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 Type | Method and Description |
---|---|
static Map<Severity,UserMessage> |
Severity.getAllSeveritiesWithLabel()
Returns a map from the available severities to their corresponding user message.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Severity.isEqualOrMoreSevereThan(Severity anotherSeverity)
Returns
true if this severity level is equal to or higher than the one specified. |
void |
UserMessage.setSeverity(Severity severity)
Sets the severity of this message.
|
Constructor and Description |
---|
UserMessageRef(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) |
Modifier and Type | Method and Description |
---|---|
void |
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.
|
Modifier and Type | Method and Description |
---|---|
Severity |
SchemaFacetValidationMessage.getSeverity()
Returns the
severity
of the validation message. |
Modifier and Type | Method and Description |
---|---|
Severity |
ValidationReportItem.getSeverity()
Returns the severity of this item, which is the severity of the user message.
|
Modifier and Type | Method and Description |
---|---|
int |
ValidationReport.countItemsOfSeverity(Severity aSeverity)
Returns the number of validation items of the
specified severity.
|
ValidationReportItemIterator |
ValidationReport.getItemsOfSeverity(Severity aSeverity)
Returns the validation items of the specified severity.
|
ValidationReportItemIterator |
ValidationReport.getItemsOfSeverityOrMore(Severity aSeverity)
Returns the validation items of the specified severity and
higher (more severe).
|
boolean |
ValidationReport.hasItemsOfSeverity(Severity aSeverity)
Returns
true if this report has validation items of the specified severity. |
boolean |
ValidationReport.hasItemsOfSeverityOrMore(Severity aSeverity)
Returns
true if this report has validation items of the specified severity or higher (more severe). |
boolean |
ValidationReport.hasTooManyItemsOfSeverity(Severity aSeverity)
Deprecated.
Since 6.0
|
boolean |
ValidationReportItem.isOfSeverity(Severity aSeverity)
Returns
true if this item is of the specified severity. |