Aqualogic Interaction API  
 

IPTLogAnalysis Members

IPTLogAnalysis overview

Public Instance Methods

DeleteReport Deletes the report specified by the given objectid
GetCurrentReport Returns the log report (contained in an IXPPropertyBag) which was produced by calling PerformOperationEx() or PerformOperation on the IPTScheduledOperation interface of the log analysis object. If neither of those methods have been called yet, then this method will return null.
GetEndDate Returns the date of the last day included in the log report
GetNumTopQueries Returns the length of the lists to be included in the log report. The two lists are (1) a list of the most frequent queries and (2) a list of the most frequent zero-results queries.
GetReport Retrieve from the database the report indicated by the integer id
GetStartDate Returns the date corresponding to the first day included in the log report.
QueryReportList Returns an IPTQueryResult containing 5 pieces of information for every log report stored in the database: the objectid (int), the time created (PTDateTime), the start date (String in the form YYYY-MM-DD), the end date (String in the form YYYY-MM-DD), and the STATUS (String indicating "OK" or otherwise).
SetEndDate Sets the date of the last day included in the log report
SetNumTopQueries Sets the length of the lists to be included in the log report. The two lists are (1) a list of the most frequent queries and (2) a list of the most frequent zero-results queries.
SetStartDate Sets the date of the first day included in the log report

See Also

IPTLogAnalysis Interface | com.plumtree.server Namespace