public static class MdsObjectMergeSupport.MdsObjectMergeProxy
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected oracle.mds.sandbox.merge.MergeHandlerOrchestrator |
orchestrator
The object merge handler orchestrator;
null if not
available. |
| Modifier | Constructor and Description |
|---|---|
protected |
MdsObjectMergeProxy(oracle.mds.sandbox.merge.MergeHandlerOrchestrator orchestrator)
Constructs a proxy of an object merge process
|
| Modifier and Type | Method and Description |
|---|---|
void |
cancelMerge()
Cancels the merge process.
|
protected final oracle.mds.sandbox.merge.MergeHandlerOrchestrator orchestrator
null if not
available.protected MdsObjectMergeProxy(oracle.mds.sandbox.merge.MergeHandlerOrchestrator orchestrator)
orchestrator - the orchestrator of the processjava.lang.IllegalArgumentException - if the given orchestrator is null