2022

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

ApiCode integrates with the DBSync Platform through the JavaAdapter which provides the necessary interface/hooks for the ApiCode implementation class to integrate with the DBSync Engine 
JavaAdapter primarily has three main operations:

1- GetMetadata - This operation allows JavaAdapter to query the custom ApiCode implementation structure and allows the same to be mapped as XML elements 

2- Read - This operation allows JavaAdapter to Read the data from the external system through the ApiCode implementation 

3- Write - This operation allows JavaAdapter to Write the data to the external system through the ApiCode implementation

The High Level Interaction Diagram is given below: