public class CSMigratorInternalMDSUtil
extends java.lang.Object
| Constructor and Description |
|---|
CSMigratorInternalMDSUtil() |
| Modifier and Type | Method and Description |
|---|---|
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
|
public static void addCustMDsInstanceNametoCache(java.lang.String mdsInstanceName)
public static void checkAndReleaseCustomMDSInstances()
public static void releaseCustomMDSInstance(oracle.mds.core.MDSInstance rootInstance)
rootInstance - @Concealed
public static oracle.mds.core.MDSInstance getRootMDSInstance(java.lang.String instanceName,
java.lang.String depAppName)
throws java.lang.Exception
instanceName - depAppName - java.lang.Exception@Concealed
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
instanceName - depAppName - (optional)java.lang.Exception@Concealed
public static java.lang.String getCurrentADFConfigXML(java.lang.String pCurrentAppName)
throws java.lang.Exception
java.lang.Exception@Concealed
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
adfConfigXML - javax.xml.parsers.ParserConfigurationExceptionorg.xml.sax.SAXExceptionjava.io.IOExceptionjava.lang.Exception