| Class | Description |
|---|---|
| ConnectionsConflictResolutionHook |
ConflictResolutionHook that is configured in references.xsd which is used by MDS to determine which handler to call
to resolve the connection merge conflicts :
<xsd:element name="References" type="ReferenceListType">
<xsd:annotation>
<xsd:appinfo>
<md:elementMetadata>
<mds:customizationAllowed>true</mds:customizationAllowed>
<mds:automergeEnabled>true</mds:automergeEnabled>
<mds:automerge>childListOrderNotImportant</mds:automerge>
<mds:conflict-resolution-policy>
callback
</mds:conflict-resolution-policy>
<mds:conflict-resolution-hook>
oracle.adfinternal.share.merge.handler.ConnectionsConflictResolutionHook
</mds:conflict-resolution-hook>
</md:elementMetadata>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
|
| ConnectionsDiffMergeManager | |
| ConnectionsMergeDiffDetails |
This class stores all the conflict details ( connections origin, conflict type, refrence content) for a connection
|
| ConnectionsMergeHandler |
Merge handler to resolve conflicts for connections.xml documents in MDS during sandbox "refresh" operations.
|
| ConnectionsMergeHandlerFactory |
Factory for Connections merge handler
|
| ConnectionsMergeHandlerHelper |
Helper class which provides helper methods to do the actual conflict resolution determination.
|
| DefaultMDSPublishPluginFactory | |
| WSMAssemblyDiffMergeManager | |
| WSMAssemblyMergeDiffDetails | |
| WSMMergeHandlerHelper |