Package com.orchestranetworks.addon.tese
Interface SearchHistory
-
public interface SearchHistoryRepresents the history of a search operation.- Since:
- 2.1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetKeyword()Returns the keyword that was used to search.longgetNumberOfResults()Returns the number of results returned for the search.java.util.DategetTimestamp()Returns the time when the search was executed.
-