WebCenter Interaction API  
 

IPTLogAnalysis.QueryReportList Method 

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).

IPTQueryResult QueryReportList(
   IPTSession Session
);

Parameters

Session
a valid administrator IPTSession

Return Value

an IPTQueryResult of 5 columns for every row in the search log report db table, as described above

See Also

IPTLogAnalysis Interface | com.plumtree.server Namespace