WebCenter Interaction API  
 

IPTLogAnalysis Members

IPTLogAnalysis overview

Public Instance Methods

public methodDeleteReport Deletes the report specified by the given objectid
public methodGetCurrentReport 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.
public methodGetEndDate Returns the date of the last day included in the log report
public methodGetNumTopQueries 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.
public methodGetReport Retrieve from the database the report indicated by the integer id
public methodGetStartDate Returns the date corresponding to the first day included in the log report.
public methodQueryReportList 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).
public methodSetEndDate Sets the date of the last day included in the log report
public methodSetNumTopQueries 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.
public methodSetStartDate Sets the date of the first day included in the log report

See Also

IPTLogAnalysis Interface | com.plumtree.server Namespace