5 Reference Implementations for Auditing

This chapter contains the following topics:

Note:

Each section in this chapter contains the location of the reference implementations.

5.1 Reference Implementations for Testing a Business Services Auditing Configuration

Oracle provides two different reference implementations that you can use to test a business services auditing configuration:

  • RI_AuditAddressBookManager

  • RI_AuditInsertABStagingManager

5.1.1 RI_Audit AddressBookManager Reference Implementation

Oracle provides the JPR95001 - RI_AuditAddressBookManager reference implementation, which you can use to extend the RI_AddressBookManager published business service to pass audit information. This table describes the components of JPR95001 -RI_AuditAddressBookManager and the location of these components in the JD Edwards EnterpriseOne installation directory:

Reference Implementation Component Description Location
RI_AuditAddressBookManager A published business service class that extends the AddressBookManager reference implementation so that it inserts an address book record with audit information. B9\STAGINGA\java\source\oracle\e1\bssv\JPR95001
auditAddAddressBook A method in the RI_AuditAddressBookManager that is used to insert an address book record with audit information. This method uses the addAddressBook method of the RI_AddressBookManager class to insert the address book record. Same as previous.
RI_AuditAddAddressBook 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\JPR95001\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.

5.1.2 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.

5.2 Reference Implementation for Testing a Java Connector Auditing Configuration

The files that you need to configure and test the Java Connector reference implementation for auditing are available in a zip file (AuditPurchaseOrderSample.zip) that you can download from the Update Center on My Oracle Support. The zip file also contains a ReadMe file that provides additional instructions on how to configure and run this reference implementation.

5.3 Reference Implementation for Testing a COM Connector Auditing Configuration

The files and resources for configuring and testing a COM connector reference implementation are located in the Update Center on My Oracle Support.