public class TdbHistoryDetail
extends java.lang.Object
Constructor and Description |
---|
TdbHistoryDetail()
Constructor, creates a blank instance
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDatabase()
Retrieve the name of the database or cluster that was used
with the search.
|
int |
getHitCount()
Retrieve the number of terms hit by the search to which this history entry
relates
|
java.lang.String |
getParsedCommand()
Retrieve a parsed version of the CCL command that generated the search
|
int |
getRecordCount()
Retrieve the number of records contained within the search set
|
int |
getSearchId()
Retrieve the unique ID of the search set to which this history entry relates
|
public java.lang.String getDatabase()
This property requires TRIPsystem 7.2-1 or later on the server. For older TRIPsystem versions, this property will return an empty string.
public java.lang.String getParsedCommand()
public int getSearchId()
public int getRecordCount()
public int getHitCount()