Bug 66542 - Wrapper for BasicAuditTrail to improve efficiency in most cases
Summary: Wrapper for BasicAuditTrail to improve efficiency in most cases
Keywords:
Status: CLOSED EOL
Alias: None
Product: Red Hat Web Application Framework
Classification: Retired
Component: other
Version: 5.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: ccm-bugs
QA Contact: Jon Orris
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-06-11 22:21 UTC by Michael Bryzek
Modified: 2020-03-27 16:51 UTC (History)
0 users

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-03-27 16:51:29 UTC
Embargoed:


Attachments (Terms of Use)
Wrapper class for BasicAuditTrail (4.09 KB, text/plain)
2002-06-11 22:22 UTC, Michael Bryzek
no flags Details
More recent version of this file. Exposes the setCreationUser method. (4.90 KB, patch)
2002-07-16 16:59 UTC, Michael Bryzek
no flags Details | Diff

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.


Note You need to log in before you can comment on or make changes to this bug.