2022

Page tree

Versions Compared

Key

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

AppCode ApiCode integrates with the DBSync Platform through the JavaAdapter which provides the necessary interface/hooks for the AppCode 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 AppCode 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 AppCode ApiCode implementation 

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

The High Level Interaction Diagram is given below: