Content starts here DataServiceAudit (AquaLogic Data Services Platform API)

com.bea.ld
Interface DataServiceAudit


public interface DataServiceAudit


Field Summary
static java.lang.String VERSION
           
 
Method Summary
 java.util.List<DSPAuditRecord> getAllRecords()
           
 java.lang.Object[] getProperty(java.lang.String id)
           
 java.util.List<DSPAuditRecord> getRecords(java.lang.String type)
           
 java.lang.String getVersion()
          Version of the audit event.
 

Field Detail

VERSION

static final java.lang.String VERSION
See Also:
Constant Field Values
Method Detail

getAllRecords

java.util.List<DSPAuditRecord> getAllRecords()
Returns:
a list of DSPAuditRecords

getRecords

java.util.List<DSPAuditRecord> getRecords(java.lang.String type)
Returns:
a list of com.bea.ld.DSPAuditRecords for the specified type

getProperty

java.lang.Object[] getProperty(java.lang.String id)
Parameters:
id -
Returns:
returns all values, in all records for the id audit property

getVersion

java.lang.String getVersion()
Version of the audit event. New releases of DSP may have different content of the audit message

Returns:
VERSION


Copyright © 2007 BEA Systems Inc. All Rights Reserved.