public abstract static class MdsRepository.MdsConfiguration
extends java.lang.Object
| Constructor and Description |
|---|
MdsConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
abstract oracle.mds.naming.Namespace |
getStoreLocator()
Returns the namespace to determine the MDS Store from application configuration
The namespace should be mapped to a store in adf-config of the app.
|
abstract java.lang.String |
newMdsSandboxName(Sandbox sandbox)
Derives the name of the MDS sandbox from a
Sandbox object. |
public abstract oracle.mds.naming.Namespace getStoreLocator()
public abstract java.lang.String newMdsSandboxName(Sandbox sandbox)
Sandbox object.
This method should not be used to determine the name of an existing MDS
sandbox of a unified sandbox. It is meant to be used to construct a new
name, not to guess the name of an existing MDS sandbox.sandbox - the unified sandboxjava.lang.IllegalArgumentException - if the given sandbox is null