public interface SearchResult
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLocation()
The name of the entity where this result is found.
|
java.lang.String |
getName()
The name of the object that matches the search pattern.
|
java.lang.String |
getSearchProviderName()
The name of the search provider that created this result.
|
java.lang.String |
getText()
Gets the text representation of the search result.
|
boolean |
isMutable() |
java.lang.String getSearchProviderName()
java.lang.String getLocation()
java.lang.String getName()
java.lang.String getText()
boolean isMutable()