Amadis

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

This page set describes the API implemented in Atheos.

There are 2 versions or sections in the API called V1 and V02. Internally to Atheos, they refer to the code base they are using.

The V1 section uses a more general approach suitable to implement business logic related methods. As a matter of fact, any kind of methods.

The V02 section uses a set of classes specifically designed to process rows of data within a table in the database.

Since the section V1 of the API was available first, it has some overlaps with the section V02. These overlaps relate to the handling of the data within the database such as TEMPLATESE2, POIS, etc. Whenever possible, the methods of V02 shall be used since the handle de-facto the relations with other entities. The method in V1 will not be removed.

Table of Contents

  • No labels