public interface SearchProvider
Query as an argument and returns
search result.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SELECTED_OBJECT_TEMPLATE |
| Modifier and Type | Method and Description |
|---|---|
SearchType |
getDefaultRootType()
Gets the default root type - search result will contain items of this type.
|
ExtendedSearchResult |
search(Query query)
Performs search for the given
Query object. |
void |
setDefaultRootType(SearchType defaultRootType)
Sets the default root type.
|
static final java.lang.String SELECTED_OBJECT_TEMPLATE
SearchType getDefaultRootType()
void setDefaultRootType(SearchType defaultRootType)
defaultRootType - the new default root typeExtendedSearchResult search(Query query)
Query object.query - the query object. This object contains all required information to perform search in the system.Copyright © 2018 SAP SE. All Rights Reserved.