Reference to API procedure files
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- Documentation
Reference to API procedure files
The following table lists all the persistent and non-persistent procedures that comprise these APIs, their purposes, and where you can find them documented in this appendix.
| This procedure filein src\auditing... | Performs this function... | As described in the... |
|---|---|---|
_aud-utils.p
|
Reads and saves audit configurations using a generic utility API (persistent) | Generic utility API |
_aud-cache.p
|
Reads and saves audit configurations using a caching API (persistent) | Caching API |
_get-db-list.p
|
Gets a list of connected databases with additional information about each database | Additional audit policy procedures |
_exp-policies.p
|
Exports policies from a ProDataSet to an XML file | Exporting policies to XML |
_exp-policies-db.p
|
Exports policies from a connected database to an XML file | Exporting policies to XML |
_get-audevents.p
|
Fills the specified ProDataSet with the _aud-event table
records from a specified database |
Additional audit policy procedures |
_aud-conflict.p
|
Either checks for audit policy conflicts or aggregates all active audit policies, returning a list of all data being audited | Additional audit policy procedures |
_get-policies.p
|
Reads the audit policies from a specified database into the specified ProDataSet | Additional audit policy procedures |
_imp-policies.p
|
Imports an XML file containing audit policies into either a database or a ProDataSet using an internal API (persistent) | Importing policies from XML |
_update-policies.p
|
Saves to a database the tracked changes to policies stored in a ProDataSet | Additional audit policy procedures |