RI_AuditInsertABStagingManager Reference Implementation
The JPR95002 - RI_AddressBookStagingManager reference implementation is an example of a published business service that adds an address book record directly to the interoperability table. You can configure the RI_AuditInsertABStagingManager class to extend RI_AddressBookStagingManager, so that you can test the passing of audit information with an address book record when the address book record is added to the interoperability table.
This table describes the components of JPR95002 -RI_AuditInsertABStagingManager and the location of these components in the JD Edwards EnterpriseOne installation directory:
Reference Implementation Component |
Description |
Location |
RI_AuditInsertABStagingManager |
A published business service class that extends the AddressBookStagingManager reference implementation so that it inserts a record with audit information into the interoperability table. |
B9\STAGINGA\java\source\oracle\e1\bssv\JPR95002 |
auditInsertAddressBookStaging |
A method in the RI_AuditInsertABStagingManager that is used to insert an address book record with audit information into the interoperability table. This method uses the insertAddressBookStaging method of the RI_AddressBookStagingManager class to insert the address book record. |
Same as previous. |
RI_AuditInsertAddressBookStaging |
The value object class that contains getter and setter methods for the GUID, application ID, workstation name, and IP address. |
B9\STAGINGA\java\source\oracle\e1\bssv\JPR95002\valueobject |
See "Configuring a Published Business Service to Pass Audit Information" in the JD Edwards EnterpriseOne Tools Auditing Administration Including 21 CFR Part 11 Administration Guide for instructions on how to use this reference implementation to test this auditing configuration.