Oracle Fusion Middleware extensions for Logging and Diagnostics
11g Release 1 (11.1.2)

E22565-02

oracle.apps.fnd.appltest.diagfwk.engine
Interface TestExecList

All Superinterfaces:
java.util.Collection<TestExec>, DiagBObjList<TestExec>, java.lang.Iterable<TestExec>, java.util.List<TestExec>
All Known Implementing Classes:
TestExecListImpl

public interface TestExecList
extends DiagBObjList<TestExec>


Method Summary
 java.util.List<TestRunTreeNode> asTreeNodes()
          Returns the current list as a list of TestRunTreeNode instances.
 TestExec get(java.lang.String pExecId)
          Returns the TestExec object from this list with the given execution ID
 
Methods inherited from interface oracle.apps.fnd.appltest.diagfwk.engine.DiagBObjList
copy, elemInstance
 
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray
 

Method Detail

get

TestExec get(java.lang.String pExecId)
Returns the TestExec object from this list with the given execution ID

Parameters:
pExecId - execution ID for the TestExec to lookup
Returns:
the TestExec object from this list with the given execution ID. If no such TestExec object exists in this list then returns null.

asTreeNodes

java.util.List<TestRunTreeNode> asTreeNodes()
Returns the current list as a list of TestRunTreeNode instances. Just a shallow copy of this list is created.

Returns:
the current list as a list of TestRunTreeNode instances.

Oracle Fusion Middleware extensions for Logging and Diagnostics
11g Release 1 (11.1.2)

E22565-02

Copyright © 2011 Oracle. All Rights Reserved.