![]() | Delete audit messages from the database and from archive files that meet the specified criteria |
![]() | Returns the path to the archive files |
![]() | Returns the current auditing settings (i.e. the value that was last passed to TurnOnGlobalAuditing or TurnOnAuditing) |
![]() | Returns the number of days that an audit message will be stored in an archive file before the archive file is deleted |
![]() | Returns the number of days that an audit message will be stored in the database before it's archived to an archive file |
![]() | Used to retrieve all of the audit messages that are in the database which correspond to the indicated constraints |
![]() | 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. |
![]() | Sets the folder path into which archive files will be written |
![]() | Sets the number of days that an audit message will be stored in an archive file before the archive file is deleted |
![]() | Sets the number of days that an audit message will be stored in the database before it's archived to an archive file |
![]() | Disable all auditing (equivalent to TurnOnAuditing(0)) for THIS SESSION only |
![]() | Disable all auditing (equivalent to TurnOnGlobalAuditing(0)) |
![]() | Enable specific types of auditing for THIS SESSION only |
![]() | Enable specific types of auditing |
IPTAuditManager Interface | com.plumtree.server Namespace