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 . This provides the necessary interface/hooks for the ApiCode implementation class to integrate with the DBSync Engine Engine.
JavaAdapter primarily has three main operations:

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

2- Read - This operation allows JavaAdapter to Read the data from the external system through the ApiCode implementation 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:

...