public class MdsObjectMergeSupportImpl extends MdsObjectMergeSupport
Modifier and Type | Method and Description |
---|---|
static MdsObjectMergeSupport |
getInstance() |
void |
invokeObjectMerge(Sandbox sandbox,
MdsCommonRepository repositoryObj,
java.util.Collection<java.lang.String> appIds)
Invokes API to auto merge the conflicting changes - aka Object Merge for
the requested repository of the sandbox.
|
public static MdsObjectMergeSupport getInstance()
public void invokeObjectMerge(Sandbox sandbox, MdsCommonRepository repositoryObj, java.util.Collection<java.lang.String> appIds) throws SandboxException
invokeObjectMerge
in class MdsObjectMergeSupport
sandbox
- - Sandbox
objectrepositoryObj
- - MdsCommonRepository
objectappIds
- - application identifiers to invoke the object merge in the
context of each application.SandboxException