WebCenter Interaction API  
 

IPTAuditManager Members

IPTAuditManager overview

Public Instance Methods

public methodDiscardOldAuditMsgs Delete audit messages from the database and from archive files that meet the specified criteria
public methodGetArchivePath Returns the path to the archive files
public methodGetAuditingState Returns the current auditing settings (i.e. the value that was last passed to TurnOnGlobalAuditing or TurnOnAuditing)
public methodGetDaysInArchive Returns the number of days that an audit message will be stored in an archive file before the archive file is deleted
public methodGetDaysInDB Returns the number of days that an audit message will be stored in the database before it's archived to an archive file
public methodQueryAuditMsgs Used to retrieve all of the audit messages that are in the database which correspond to the indicated constraints
public methodQueryChangedHistory 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.
public methodSetArchivePath Sets the folder path into which archive files will be written
public methodSetDaysInArchive Sets the number of days that an audit message will be stored in an archive file before the archive file is deleted
public methodSetDaysInDB Sets the number of days that an audit message will be stored in the database before it's archived to an archive file
public methodTurnOffAuditing Disable all auditing (equivalent to TurnOnAuditing(0)) for THIS SESSION only
public methodTurnOffGlobalAuditing Disable all auditing (equivalent to TurnOnGlobalAuditing(0))
public methodTurnOnAuditing Enable specific types of auditing for THIS SESSION only
public methodTurnOnGlobalAuditing Enable specific types of auditing

See Also

IPTAuditManager Interface | com.plumtree.server Namespace