@Deprecated public abstract static class MdsCommonRepository.MdsRepositoryInfo extends MdsRepository.MdsConfiguration
Constructor and Description |
---|
MdsRepositoryInfo()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
deriveMdsSandboxName(java.lang.String unifiedSandboxId)
Deprecated.
Call or override newMdsSandboxName(Sandbox) instead
|
java.lang.String |
newMdsSandboxName(Sandbox sandbox)
Deprecated.
Derives the name of the MDS sandbox from a
Sandbox object. |
getStoreLocator
@Deprecated public java.lang.String deriveMdsSandboxName(java.lang.String unifiedSandboxId)
unifiedSandboxId
- the ID of the unified sandboxjava.lang.UnsupportedOperationException
- if this method is no longer
supportednewMdsSandboxName(Sandbox)
public java.lang.String newMdsSandboxName(Sandbox sandbox)
MdsRepository.MdsConfiguration
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.newMdsSandboxName
in class MdsRepository.MdsConfiguration
sandbox
- the unified sandbox