public 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.
deriveMdsSandboxName
public abstract java.lang.String deriveMdsSandboxName(java.lang.String unifiedSandboxId)
Returns name of the Mds sandbox derived from unified sandbox id.
Mds Sandbox name may be derived by prefixing Mds partition name, like
"USB_" + partitionName + "_" + unifiedSandboxId;