Uses of Class
com.onwbp.base.text.Severity

Packages that use Severity
com.onwbp.adaptation Provides core classes and interfaces for accessing schema instances, tables and their occurrences.  
com.onwbp.base.text Provides classes for creating user messages and nomenclatures.  
com.orchestranetworks.service Provides classes and interfaces for implementing specific services and access rules on EBX.Platform.  
 

Uses of Severity in com.onwbp.adaptation
 

Methods in com.onwbp.adaptation with parameters of type Severity
 Map AdaptationHome.getValidationReportsMap(Severity minimalSeverity)
          Returns a map of all validation reports of instances in this home that have at least a validation item of the specified severity or higher.
 

Uses of Severity in com.onwbp.base.text
 

Fields in com.onwbp.base.text declared as Severity
static Severity Severity.FATAL
          Specifies a "fatal" error, this is the highest severity.
static Severity Severity.ERROR
          Specifies an error.
static Severity Severity.WARNING
          Specifies a warning.
static Severity Severity.INFO
          Specifies an "information", this is the lowest severity.
 

Methods in com.onwbp.base.text that return Severity
 Severity UserMessage.getSeverity()
           
static Severity Severity.parseFlag(String aFlag)
          Returns the severity instance corresponding to the flag specified.
 

Methods in com.onwbp.base.text with parameters of type Severity
 void UserMessage.setSeverity(Severity severity)
          Sets the severity of this message.
 boolean Severity.isEqualOrMoreSevereThan(Severity anotherSeverity)
          Returns true if this severity equal to, or more severe than the specified one.
 

Constructors in com.onwbp.base.text with parameters of type Severity
UserMessageString(Severity severity, String aMessage, Object[] params, Throwable anException)
           
UserMessageRef(Severity severity, String aMessageKey, String bundleBaseName, Object[] params, ClassLoader bundleClassLoader)
           
UserMessageRef(Severity severity, String aMessageKey, String bundleBaseName, Object[] params)
           
 

Uses of Severity in com.orchestranetworks.service
 

Methods in com.orchestranetworks.service that return Severity
 Severity ValidationReportItem.getSeverity()
           
 

Methods in com.orchestranetworks.service with parameters of type Severity
 boolean ValidationReportItem.isOfSeverity(Severity aSeverity)
           
 boolean ValidationReport.hasItemsOfSeverity(Severity aSeverity)
          Returns true if this report has validation items of the severity specified.
 boolean ValidationReport.hasItemsOfSeverityOrMore(Severity aSeverity)
          Returns true if this report has validation items of the severity specified or more severe.
 ValidationReportItemIterator ValidationReport.getItemsOfSeverity(Severity aSeverity)
          Returns the validation items of the severity specified.
 ValidationReportItemIterator ValidationReport.getItemsOfSeverityOrMore(Severity aSeverity)
          Returns the validation items of the severity specified and those that are or more severe.
 boolean ValidationReport.hasTooManyItemsOfSeverity(Severity aSeverity)
          Returns true if the threshold specified in ebx.properties has been reached for the specified severity.
 



(report a bug)
EBX.Platform 4.5.4 [0619:0002]
Copyright Orchestra Networks 2000-2008. All rights reserved.