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

E22565-06

Uses of Interface
oracle.apps.fnd.appltest.diagfwk.api.report.ReportConstants

Packages that use ReportConstants
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.engine.impl   
oracle.apps.fnd.appltest.diagfwk.engine.impl.report   
 

Uses of ReportConstants in oracle.apps.fnd.appltest.diagfwk.api.report
 

Subinterfaces of ReportConstants in oracle.apps.fnd.appltest.diagfwk.api.report
 interface Container
          A base interface that models a container that can hold one or more kinds of data that is logged during the execution of a diagnostic test.
 interface DescriptiveHeader
          Models a header with an associated optional description.
 interface ErrorInfo
          Models an error diagnosed by a diagnostic test.
 interface FixInfo
          Models a fix information for an error diagnosed by a diagnostic test.
 interface Header
          Models a header for a table element.
 interface Label
          Represent a translatable piece of text to be added to the diagnostic test report.
 interface Link
          Deprecated. Use the Message interface instead
 interface LinkToken
          This class facilitates way to provide an embeded link in a Message.
 interface Message
          Provides APIs to create a translatable message.
 interface MsgList
          Message List is container to hold a list of messages.
 interface RowCell
          Represents a piece of data in a table cell.
 interface Section
          Models a section within the diagnostic test report.
 interface StepReport
          A container for holding the contents of the report for a step within a test.
 interface SummaryInfo
          Represents the summary information for the test, a step in the test or a section of the step report.
 interface Table
          Models a container for holding tabular data in the diagnostic test report.
 interface TableRow
          Models a row within a table.
 interface TestReport
          Models the report for a single diagnostic test.
 

Classes in oracle.apps.fnd.appltest.diagfwk.api.report that implement ReportConstants
 class ReportElementFactory
          A factory that provides APIs for creating instances of various report element objects during execution of a test.
 

Uses of ReportConstants in oracle.apps.fnd.appltest.diagfwk.engine.impl
 

Classes in oracle.apps.fnd.appltest.diagfwk.engine.impl that implement ReportConstants
 class NameValueImpl
          Deprecated. please use NameValueExtnImpl instead
 

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

Subinterfaces of ReportConstants in oracle.apps.fnd.appltest.diagfwk.engine.impl.report
 interface ContainerExtn
           
 interface DescriptiveHeaderExtn
           
 interface ErrorInfoExtn
           
 interface FixInfoExtn
           
 interface HeaderExtn
           
 interface LabelExtn
           
 interface LinkTokenExtn
           
 interface MessageExtn
           
 interface MsgListExtn
           
 interface RowCellExtn
           
 interface SectionExtn
           
 interface StepReportExtn
          EXtension interface to the StepReport interface.
 interface SummaryInfoExtn
           
 interface TableExtn
           
 interface TableRowExtn
           
 interface TestReportExtn
          Extension interface to the public TestReport interface.
 

Classes in oracle.apps.fnd.appltest.diagfwk.engine.impl.report that implement ReportConstants
 class ContainerExtnImpl
          Defines a container for holding report data.
 class DescriptiveHeaderExtnImpl
          Maintains a JAXB DescriptiveHeaderType object
 class ErrorInfoExtnImpl
          Maintains a JAXB ErrorInfoType object
 class FixInfoExtnImpl
          Maintains a JAXB FixInfoType object
 class HeaderExtnImpl
          Maintains a JAXB HeaderType object
 class LabelExtnImpl
          In most cases one of this class's descendents will be created.
 class LinkTokenExtnImpl
           
 class MessageExtnImpl
          Maintains a JAXB MessageType object
 class MsgListExtnImpl
           
 class NameValueExtnImpl
           
 class RowCellExtnImpl
          Maintains a JAXB RowCellType object
 class SectionExtnImpl
           
 class StepReportExtnImpl
           
 class SummaryInfoExtnImpl
           
 class TableExtnImpl
           
 class TableRowExtnImpl
           
 class TestReportExtnImpl
           
 


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

E22565-06

Copyright © 2012 Oracle. All Rights Reserved.