Aqualogic Interaction API  
 

IPTAuditManager Members

IPTAuditManager overview

Public Instance Methods

DiscardOldAuditMsgs Delete audit messages from the database and from archive files that meet the specified criteria
GetArchivePath Returns the path to the archive files
GetAuditingState Returns the current auditing settings (i.e. the value that was last passed to TurnOnGlobalAuditing or TurnOnAuditing)
GetDaysInArchive Returns the number of days that an audit message will be stored in an archive file before the archive file is deleted
GetDaysInDB Returns the number of days that an audit message will be stored in the database before it's archived to an archive file
QueryAuditMsgs Used to retrieve all of the audit messages that are in the database which correspond to the indicated constraints
QueryChangedHistory QueryChangedHistory is similar to QueryAuditMsgs, but is intended to return information about which users made modifications to which objects. The return Query Result can return information like PT_PROPID_AUDIT_USERID and PT_PROPID_AUDIT_USERNAME.
SetArchivePath Sets the folder path into which archive files will be written
SetDaysInArchive Sets the number of days that an audit message will be stored in an archive file before the archive file is deleted
SetDaysInDB Sets the number of days that an audit message will be stored in the database before it's archived to an archive file
TurnOffAuditing Disable all auditing (equivalent to TurnOnAuditing(0)) for THIS SESSION only
TurnOffGlobalAuditing Disable all auditing (equivalent to TurnOnGlobalAuditing(0))
TurnOnAuditing Enable specific types of auditing for THIS SESSION only
TurnOnGlobalAuditing Enable specific types of auditing

See Also

IPTAuditManager Interface | com.plumtree.server Namespace