Aqualogic Interaction API  
 

IPTScheduler.QueryOperationHistoryByObject Method 

Query for operation history ran by a specific object or class of objects (ie, crawlers).

IPTQueryResult QueryOperationHistoryByObject(
   XPDateTime FromDate,
   XPDateTime ToDate,
   int Class,
   int ObjectID
);

Parameters

FromDate
The XPDateTime from which the query will begin
ToDate
The XPDateTime to which the query will end
Class
The Class ID of the operation
ObjectID
The Object ID of the operation

Return Value

an IPTQueryResult with requested operation history entries

See Also

IPTScheduler Interface | com.plumtree.server Namespace