Purge Audit Trail 

 

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.

 

Input Parameters

Sample InputXml

Output Parameters

Sample OutputXml

View xml API::NGOPurgeAuditTrail

 

 

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)

 

Input Parameters description

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

 

 

Output Parameters:

An inputXmlInputXml string of the NGOPurgeAuditTrail call.