public interface HistoryOperations
Modifier and Type | Method and Description |
---|---|
boolean |
clearDatasetSearchHistory(com.onwbp.adaptation.Adaptation dataset,
com.orchestranetworks.service.UserReference userReference)
Deletes all records in the History table for the current user at the dataset search scope.
|
boolean |
clearRepositorySearchHistory(com.orchestranetworks.instance.Repository repository,
com.orchestranetworks.service.UserReference userReference)
Deletes all records in the History table for the current user at the repository search scope.
|
List<SearchHistory> |
getDatasetSearchHistory(com.onwbp.adaptation.Adaptation dataset,
com.orchestranetworks.service.UserReference userReference)
Retrieves the current user's search history for the specified dataset.
|
List<SearchHistory> |
getRepositorySearchHistory(com.orchestranetworks.instance.Repository repository,
com.orchestranetworks.service.UserReference userReference)
Retrieves the current user's repository search history.
|
List<SearchHistory> getRepositorySearchHistory(com.orchestranetworks.instance.Repository repository, com.orchestranetworks.service.UserReference userReference)
List<SearchHistory> getDatasetSearchHistory(com.onwbp.adaptation.Adaptation dataset, com.orchestranetworks.service.UserReference userReference)
boolean clearRepositorySearchHistory(com.orchestranetworks.instance.Repository repository, com.orchestranetworks.service.UserReference userReference)
true
if the clear operation succeeds and false
otherwise.boolean clearDatasetSearchHistory(com.onwbp.adaptation.Adaptation dataset, com.orchestranetworks.service.UserReference userReference)
true
if the clear operation succeeds and false
otherwise.