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

E22565-02

oracle.apps.fnd.appltest.diagfwk.engine.facade
Interface DiagTreeNode

All Known Subinterfaces:
TestExec, TestRun, TestRunTreeNode, TestTreeNode
All Known Implementing Classes:
TestDefImpl, TestExecImpl, TestRunImpl, TestRunTreeNodeStepImpl, TestTreeNodeJavaStepImpl, TestTreeNodePLSQLStepImpl

public interface DiagTreeNode

An interface that defines a tree node for diagnostic related objects such as a test or a test run.


Method Summary
 boolean hasChildren()
          Returns a flag to indicate if this node has any children
 

Method Detail

hasChildren

boolean hasChildren()
Returns a flag to indicate if this node has any children

Returns:
true if the node has children. returns false otherwise.

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

E22565-02

Copyright © 2011 Oracle. All Rights Reserved.