Bug 66542

Summary: Wrapper for BasicAuditTrail to improve efficiency in most cases
Product: [Retired] Red Hat Web Application Framework Reporter: Michael Bryzek <mbryzek>
Component: otherAssignee: ccm-bugs
Status: CLOSED EOL QA Contact: Jon Orris <jorris>
Severity: medium Docs Contact:
Priority: medium    
Version: 5.0Keywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-27 16:51:29 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Wrapper class for BasicAuditTrail
none
More recent version of this file. Exposes the setCreationUser method. none

Description Michael Bryzek 2002-06-11 22:21:36 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.0) Gecko/20020530

Description of problem:
Enhancement to ACS audit trails. The current BasicAuditTrail is retrieved every
time you retrieve an audited domain object. This is a lot of overhead as we
rarely actually use the auditing information.

The attached (hopefully!) class should drop right in to the
com.arsdigita.auditing package. The JavaDoc explains its usage which is
identical to the old usage for basic audit trail

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Added an audit trail using BasidAuditTrail
2. Retrieve an instance

	

Additional info:

Comment 1 Michael Bryzek 2002-06-11 22:22:38 UTC
Created attachment 60584 [details]
Wrapper class for BasicAuditTrail

Comment 2 Michael Bryzek 2002-07-16 16:59:52 UTC
Created attachment 65548 [details]
More recent version of this file. Exposes the setCreationUser method.