2022

Page tree
Skip to end of metadata
Go to start of metadata

ApiCode integrates with the DBSync Platform through the JavaAdapter. This provides 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. It also 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:

  • No labels