Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

oracle.apps.fnd.applcore.common
Class DeploymentsUtil

java.lang.Object
  extended by oracle.apps.fnd.applcore.common.DeploymentsUtil

public class DeploymentsUtil
extends java.lang.Object


Constructor Summary
DeploymentsUtil()
           
 
Method Summary
static java.lang.String getCurrentODFExternalEndPoint()
          BUG: 10428538 Get the external End point URL for the diagnostic module belonging to the current domain.
static java.lang.String getDeploymentName(java.lang.String documentRoot)
          Get the Deployment Name from the document root/ context root
static java.lang.String getDeploymentURL(java.lang.String deploymentName)
          Deprecated.  
static java.lang.String getExternalDeploymentURL(java.lang.String deploymentName)
          Gives the Deployment External URL of the deployed application.
static java.lang.String getInternalDeploymentURL(java.lang.String deploymentName)
          Gives the Deployment Internal URL of the deployed application.
static java.lang.String getPillarName(java.lang.String documentRoot)
          Get the pillar information from the document root/context root
static java.util.Map<java.lang.String,java.lang.String> getProductAppDetails(java.lang.String viewId)
           
static oracle.bpel.services.workflow.client.config.WorkflowServicesClientConfigurationType getSOAJAXBObject(java.lang.String defaultAppName)
          Bug 8423329: This API needs to support setting of default and exclusion attributes of each XXXSoaHWF server in the topology.
static java.lang.String getUtilAppName(java.lang.String deploymentName)
          Deprecated. This API will currently return only null.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentsUtil

public DeploymentsUtil()
Method Detail

getDeploymentURL

public static java.lang.String getDeploymentURL(java.lang.String deploymentName)
Deprecated. 

Gives the Deployment URL of the deployed application.

Parameters:
deploymentName - - Name of the application for which the deployment URL needs to be fetched.
Returns:
- Deployment URL

getExternalDeploymentURL

public static java.lang.String getExternalDeploymentURL(java.lang.String deploymentName)
Gives the Deployment External URL of the deployed application.

Parameters:
deploymentName - - Name of the application for which the deployment URL needs to be fetched.
Returns:
- External Deployment URL

getInternalDeploymentURL

public static java.lang.String getInternalDeploymentURL(java.lang.String deploymentName)
Gives the Deployment Internal URL of the deployed application.

Parameters:
deploymentName - - Name of the application for which the deployment URL needs to be fetched.
Returns:
- Internal Deployment URL

getDeploymentName

public static java.lang.String getDeploymentName(java.lang.String documentRoot)
Get the Deployment Name from the document root/ context root

Parameters:
documentRoot -
Returns:
Deployed Module Name

getProductAppDetails

public static java.util.Map<java.lang.String,java.lang.String> getProductAppDetails(java.lang.String viewId)

getPillarName

public static java.lang.String getPillarName(java.lang.String documentRoot)
Get the pillar information from the document root/context root

Parameters:
documentRoot -
Returns:
Pillar Short Name

getUtilAppName

public static java.lang.String getUtilAppName(java.lang.String deploymentName)
Deprecated. This API will currently return only null.

Gives the Utility App Name corresponding to the pillar of the deployed application It is assumed that each pillar has only one utility app name.

Parameters:
deploymentName - - Name of the application for which the Utility App Name needs to be fetched.
Returns:
- Utility App Name.

getCurrentODFExternalEndPoint

public static java.lang.String getCurrentODFExternalEndPoint()
                                                      throws java.lang.Exception
BUG: 10428538 Get the external End point URL for the diagnostic module belonging to the current domain.

Returns:
Throws:
java.lang.Exception

getSOAJAXBObject

public static oracle.bpel.services.workflow.client.config.WorkflowServicesClientConfigurationType getSOAJAXBObject(java.lang.String defaultAppName)
Bug 8423329: This API needs to support setting of default and exclusion attributes of each XXXSoaHWF server in the topology.

Parameters:
defaultAppName -
Returns:

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.