Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.9.0)

E52934-01


oracle.adfinternal.share.customizationset
Class CSMigratorInternalMDSUtil

java.lang.Object
  extended by oracle.adfinternal.share.customizationset.CSMigratorInternalMDSUtil


public class CSMigratorInternalMDSUtil
extends java.lang.Object

Constructor Summary
CSMigratorInternalMDSUtil()
           

 

Method Summary
static void addCustMDsInstanceNametoCache(java.lang.String mdsInstanceName)
           
static void checkAndReleaseCustomMDSInstances()
           
static java.lang.String getCurrentADFConfigXML(java.lang.String pCurrentAppName)
           
static oracle.mds.core.MDSInstance getCustomMDSInstance(java.lang.String instanceName, java.lang.String depAppName, java.util.List<java.lang.String> namespaceList)
           
static org.w3c.dom.Element getMetadataStoreElement(java.lang.String adfConfigXML)
           
static oracle.mds.core.MDSInstance getRootMDSInstance(java.lang.String instanceName, java.lang.String depAppName)
           
static void releaseCustomMDSInstance(oracle.mds.core.MDSInstance rootInstance)
          Releases the root MDSIntance

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

CSMigratorInternalMDSUtil

public CSMigratorInternalMDSUtil()

Method Detail

addCustMDsInstanceNametoCache

public static void addCustMDsInstanceNametoCache(java.lang.String mdsInstanceName)

checkAndReleaseCustomMDSInstances

public static void checkAndReleaseCustomMDSInstances()

releaseCustomMDSInstance

public static void releaseCustomMDSInstance(oracle.mds.core.MDSInstance rootInstance)
Releases the root MDSIntance
Parameters:
rootInstance -

getRootMDSInstance

public static oracle.mds.core.MDSInstance getRootMDSInstance(java.lang.String instanceName,
                                                             java.lang.String depAppName)
                                                      throws java.lang.Exception
Parameters:
instanceName -
depAppName -
Returns:
Throws:
java.lang.Exception
For internal use only. Application developers should not use this
Get the root namespace MDS instance.

getCustomMDSInstance

public static oracle.mds.core.MDSInstance getCustomMDSInstance(java.lang.String instanceName,
                                                               java.lang.String depAppName,
                                                               java.util.List<java.lang.String> namespaceList)
                                                        throws java.lang.Exception
Parameters:
instanceName -
depAppName - (optional)
Returns:
Throws:
java.lang.Exception
For internal use only. Application developers should not use this
Get the custom mds instance initialized with list of namespaces passed

getCurrentADFConfigXML

public static java.lang.String getCurrentADFConfigXML(java.lang.String pCurrentAppName)
                                               throws java.lang.Exception
Returns:
Throws:
java.lang.Exception
For internal use only. Application developers should not use this
This api returns the current adf-config xml from adf config Mbeans

getMetadataStoreElement

public static org.w3c.dom.Element getMetadataStoreElement(java.lang.String adfConfigXML)
                                                   throws javax.xml.parsers.ParserConfigurationException,
                                                          org.xml.sax.SAXException,
                                                          java.io.IOException,
                                                          java.lang.Exception
Parameters:
adfConfigXML -
Returns:
Throws:
javax.xml.parsers.ParserConfigurationException
org.xml.sax.SAXException
java.io.IOException
java.lang.Exception
For internal use only. Application developers should not use this

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Share
11g Release 1 (11.1.1.9.0)

E52934-01


Copyright © 1997, 2015, Oracle. All rights reserved.