The Initialize API data command pre-sets of all necesary API data in the destination library. Aperio backend consist following elements:
Element | Description |
---|---|
Framework | Consist set of programs, commands and objects required to process communication to dispatcher. It contains also set of tools for RPG programmer. |
Config | Consists set of files witch store configuration of framework. For example definition of exit programs. |
Metadata | Consists set of files and objects required to save program interface (API metadata). Keeps also statistics or requrests. |
Control | Consists set of files which store security infirmation about metadata. |
Notifications | Not used. Consists set of files which are used to keep notifications messages, subscribed servers and all data required to send notification to the browser. |
Following parameters are available for this command:
Parameter | Mandatory | Description |
---|---|---|
DATA_TYPE | Y | Selection of Aperio elements to be initialized. See data types for details |
LIB_TO | Y | Specifies destination library where data have to be initialized. |
LIB_API | Y | Specifies API framework library where all necessary objects to complete the iinitialize process reside. This is version reference library. By pointing it, You can decide what version of API element should be created in destination library. |
Following data types can be chossedn to initialize:
DATA_TYPE | Description |
---|---|
*INZMETA | Initialize only metadata element only. |
*INZCTL | Initialize only control element only. |
*INZCFG | Initialize configuration element only. |
*INZNOT | Initialize notification element only. |
*INZALL | Initialize all above Aperio elements. |