Skip navigation links
oracle.adfinternal.share.customizationset
Class CSMigratorInternalMDSUtil
java.lang.Object
oracle.adfinternal.share.customizationset.CSMigratorInternalMDSUtil
-
public class CSMigratorInternalMDSUtil
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CSMigratorInternalMDSUtil
public CSMigratorInternalMDSUtil()
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
Copyright © 1997, 2015, Oracle. All rights reserved.