Skip navigation links

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

E52934-01


oracle.adf.share.customizationset.util
Class CSMigratorMDSUtil

java.lang.Object
  extended by oracle.adf.share.customizationset.util.CSMigratorMDSUtil


public class CSMigratorMDSUtil
extends java.lang.Object

Constructor Summary
CSMigratorMDSUtil()
           

 

Method Summary
static oracle.mds.core.MDSInstance getCustomMDSInstance(java.lang.String instanceName, java.util.List<java.lang.String> namespaceList, java.lang.String depAppName)
          This API returns a custom MDSInstance which will be intialized with the list of namespaces passed.
static void releaseCustomMDSInstance(oracle.mds.core.MDSInstance mdsInstance)
          Releases the MDSInstance - type

 

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

 

Constructor Detail

CSMigratorMDSUtil

public CSMigratorMDSUtil()

Method Detail

getCustomMDSInstance

public static oracle.mds.core.MDSInstance getCustomMDSInstance(java.lang.String instanceName,
                                                               java.util.List<java.lang.String> namespaceList,
                                                               java.lang.String depAppName)
                                                        throws java.lang.Exception
This API returns a custom MDSInstance which will be intialized with the list of namespaces passed.
Parameters:
instanceName -
namespaceList -
depAppName - (Optional: Only for local test apps. Not required in actual deployment environment where the app name which will be derived dynamically).
Returns:
MDSInstance
Throws:
java.lang.Exception

releaseCustomMDSInstance

public static void releaseCustomMDSInstance(oracle.mds.core.MDSInstance mdsInstance)
Releases the MDSInstance - type
Parameters:
mdsInstance -

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.