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

E22565-06

oracle.apps.fnd.appltest.diagfwk.engine.provider.url
Class TopologyUIURLProvider

java.lang.Object
  extended by oracle.apps.fnd.appltest.diagfwk.engine.provider.url.TopologyUIURLProvider

public class TopologyUIURLProvider
extends java.lang.Object


Field Summary
protected static java.lang.String DDAppName
           
protected static java.lang.String DDContextRoot
           
protected static java.lang.String SetupDDName
           
 
Constructor Summary
TopologyUIURLProvider()
           
 
Method Summary
static java.lang.String getODFDashboardURL()
          Returns the URL to the Diagnostics Dashboard UI application deployed in the current domain.
static java.lang.String getTestExecReportURL(java.lang.String executionId)
          Gets the URL to the Execution report for the given test execution ID.
static java.lang.String getTestRunReportURL(java.lang.String runId)
          Gets the URL to the Run report for the given run ID.
protected static java.lang.String makeDiagUIBaseURL()
           
protected static java.lang.String makeViewReportTFURL()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DDAppName

protected static final java.lang.String DDAppName
See Also:
Constant Field Values

DDContextRoot

protected static final java.lang.String DDContextRoot
See Also:
Constant Field Values

SetupDDName

protected static final java.lang.String SetupDDName
See Also:
Constant Field Values
Constructor Detail

TopologyUIURLProvider

public TopologyUIURLProvider()
Method Detail

getODFDashboardURL

public static java.lang.String getODFDashboardURL()
Returns the URL to the Diagnostics Dashboard UI application deployed in the current domain. :///appanme for Example: http://sta00209.us.oracle.com:7001/diagnosticDashboard/faces/DiagnosticDashboard

Returns:
the URL to the Diagnostics Dashboard.

getTestRunReportURL

public static java.lang.String getTestRunReportURL(java.lang.String runId)
Gets the URL to the Run report for the given run ID.

Parameters:
runId - Run ID for which to get the run report URL.
Returns:
The URL to the run report for the given run ID. Returns null if the runId is invalid.

getTestExecReportURL

public static java.lang.String getTestExecReportURL(java.lang.String executionId)
Gets the URL to the Execution report for the given test execution ID.

Parameters:
executionId - ID for the test execution.
Returns:
The URL to the execution report for the given execution run ID. Returns null if the executionId is invalid.

makeViewReportTFURL

protected static java.lang.String makeViewReportTFURL()

makeDiagUIBaseURL

protected static java.lang.String makeDiagUIBaseURL()

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

E22565-06

Copyright © 2012 Oracle. All Rights Reserved.