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.Container

Packages that use Container
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 Container in oracle.apps.fnd.appltest.diagfwk.api.report
 

Subinterfaces of Container in oracle.apps.fnd.appltest.diagfwk.api.report
 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.
 

Methods in oracle.apps.fnd.appltest.diagfwk.api.report that return types with arguments of type Container
 java.util.List<Container> Section.getContents()
          Gets the contents of this section namely, any tables, lists or messages that were added to this section
 java.util.List<Container> MsgList.getElems()
          Gets the list of elements in this list.
 

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

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

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

Subinterfaces of Container 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 Container
 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
           
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.impl.report that return types with arguments of type Container
 java.util.List<Container> StepReportExtn.getContents()
          Gets the list of sections and step reports for this report
 java.util.List<Container> StepReportExtnImpl.getContents()
          Gets the list of sections and step reports for this report
 java.util.List<Container> SectionExtnImpl.getContents()
          Gets the contents of this section namely, any tables, lists or messages that were added to this section
 java.util.List<Container> MsgListExtnImpl.getElems()
          Gets the list of elements in this list.
 

Methods in oracle.apps.fnd.appltest.diagfwk.engine.impl.report with parameters of type Container
protected static void UTestTestReportGetSetTests.assertEquals(java.lang.String pMsg, Container pExpected, Container pTest)
           
 void ReportVisitor.visitContainer(Container c)
          This method is called for each container element in the report that is visited during the traversal.
 void ErrorFindingVisitor.visitContainer(Container c)
           
 void TestReportExtnImpl.LinkComputingVisitor.visitContainer(Container c)
           
 void TestReportExtnImpl.TranslatingVisitor.visitContainer(Container c)
           
 

Method parameters in oracle.apps.fnd.appltest.diagfwk.engine.impl.report with type arguments of type Container
protected static void UTestTestReportGetSetTests.assertEquals(java.lang.String pMsg, java.util.List<? extends Container> pExpected, java.util.List<? extends Container> pTest)
           
protected static void UTestTestReportGetSetTests.assertEquals(java.lang.String pMsg, java.util.List<? extends Container> pExpected, java.util.List<? extends Container> pTest)
           
 


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

E22565-06

Copyright © 2012 Oracle. All Rights Reserved.