Package | Description |
---|---|
com.orchestranetworks.addon.tese |
Provides classes and interfaces required for the Search and History operations.
|
Modifier and Type | Method and Description |
---|---|
TableDescriptor |
TableSearchResult.getTableDescriptor()
Returns the corresponding
TableDescriptor for this table search result. |
Modifier and Type | Method and Description |
---|---|
List<TableDescriptor> |
RepositorySearchContext.getTables() |
List<TableDescriptor> |
RepositorySearchResult.getTables(com.orchestranetworks.instance.HomeKey homeKey,
com.onwbp.adaptation.AdaptationName adaptationName)
Get all the tables belonging to a specific dataspace and dataset where the search result is found.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HistoryOperations.clearTableSearchHistory(com.orchestranetworks.instance.Repository repository,
TableDescriptor tableDescriptor,
com.orchestranetworks.service.UserReference userReference)
Deletes all records in the History table for the current user at the table search scope.
|
TableSearchResult |
RepositorySearchResult.getByTable(TableDescriptor tableDescriptor)
Gets search results belonging to a table.
|
List<SearchHistory> |
HistoryOperations.getTableSearchHistory(com.orchestranetworks.instance.Repository repository,
TableDescriptor tableDescriptor,
com.orchestranetworks.service.UserReference userReference)
Retrieves the current user's search history for the specified table.
|
Constructor and Description |
---|
RepositorySearchContext(com.orchestranetworks.instance.Repository repository,
List<TableDescriptor> tables,
Object query,
boolean savedToHistory,
com.orchestranetworks.service.Session session) |