Function
Name:
getPurgeAuditTrailXml
Class:
com.newgen.dmsapi.DMSInputXml
Description: This call is used to purge
customized audit. User can now define its customized events for audit to take
place. It takes CabinetName, UserDBId, From-Date and To-Date for getting the
audit information about the particular user and purging it. It returns the
Status for the call.
|
Prototype:
public String getPurgeAuditTrailXml(String
cabinetName,String userDBId,String category,
String dateFrom ,String dateTo)
Overloaded functions:
public String getPurgeAuditTrailXml(String
cabinetName,String userDBId,
String dateFrom, String
dateTo)
Name |
Description |
Valid Values |
Default Values |
CabinetName |
Name of the cabinet to which the User wants to connect. |
|
N/A |
UserDBId |
UserDatabase ID, which is returned in the
NGOConnectCabinet call. |
|
N/A |
DateFrom |
Date from which the audit is to be deleted. The date
format is YYYY-MM-DD HH:MM:SS. |
|
N/A |
DateTo |
Date up to which the audit is to be deleted. The date format
is YYYY-MM-DD HH:MM:SS. |
|
N/A |
Category |
Different log actions can be categorized into categories
such as Cabinet, Folder, Document etc. |
|
N/A |
An
inputXmlInputXml string of the
NGOPurgeAuditTrail call.