Oracle Fusion Middleware extensions for Logging and Diagnostic
11g Release 1 (11.1.1.6)

E22565-06

Uses of Class
oracle.apps.fnd.appltest.diagfwk.api.report.ErrorInfo.Severity

Packages that use ErrorInfo.Severity
oracle.apps.fnd.appltest.diagfwk.api.report Provides APIs that test authors can use when creating the test report during the execution of the test. 
oracle.apps.fnd.appltest.diagfwk.cli   
oracle.apps.fnd.appltest.diagfwk.engine.impl.report   
 

Uses of ErrorInfo.Severity in oracle.apps.fnd.appltest.diagfwk.api.report
 

Methods in oracle.apps.fnd.appltest.diagfwk.api.report that return ErrorInfo.Severity
 ErrorInfo.Severity ErrorInfo.getSeverity()
          Gets the severity for the error.
static ErrorInfo.Severity ErrorInfo.Severity.parseSeverity(java.lang.String pSev)
          Converts the String value of the severity to the enumeration
static ErrorInfo.Severity ErrorInfo.Severity.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ErrorInfo.Severity[] ErrorInfo.Severity.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in oracle.apps.fnd.appltest.diagfwk.api.report with parameters of type ErrorInfo.Severity
static ErrorInfo ReportElementFactory.createErrorInfo(ErrorInfo.Severity pSeverity, Message pErrMsg, FixInfo pFixInfo)
          Creates a new instance of an ErrorInfo object with the specified attribuets
 void ErrorInfo.setSeverity(ErrorInfo.Severity pSeverity)
          Sets the severity of the error.
 

Uses of ErrorInfo.Severity in oracle.apps.fnd.appltest.diagfwk.cli
 

Methods in oracle.apps.fnd.appltest.diagfwk.cli with parameters of type ErrorInfo.Severity
protected static oracle.apps.fnd.appllcm.sdk.common.ResourceRef StatusVerb.getResourceFor(ErrorInfo.Severity pSev)
          Gets the resource message for the given severity
 

Uses of ErrorInfo.Severity in oracle.apps.fnd.appltest.diagfwk.engine.impl.report
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.impl.report that return ErrorInfo.Severity
 ErrorInfo.Severity ErrorInfoExtnImpl.getSeverity()
           
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.impl.report with parameters of type ErrorInfo.Severity
 void ErrorInfoExtnImpl.setSeverity(ErrorInfo.Severity pSeverity)
           
 


Oracle Fusion Middleware extensions for Logging and Diagnostic
11g Release 1 (11.1.1.6)

E22565-06

Copyright © 2012 Oracle. All Rights Reserved.