public interface SearchSource extends AttributeReadId<String>
getId()
Modifier and Type | Field and Description |
---|---|
static String |
ID_ANY
The
ID of the SearchSource that represents any source. |
Modifier and Type | Method and Description |
---|---|
String |
getId()
This method gets the ID of this source.
|
String |
getTitle()
This method gets the display-name of this source.
|
String |
getUrlPrefix()
This method gets the prefix for the URL pointing to the content of a
SearchEntry . |
static final String ID_ANY
ID
of the SearchSource
that represents any source. In a search it can be
used as wildcard to match all sources.String getId()
entry
.
A SearchQuery
can be restricted to specific sources via their IDs.getId
in interface AttributeReadId<String>
SearchEntry.getSource()
String getTitle()
SearchQuery
is performed so the user can
restrict his search to specific sources. net.sf.mmm.util.nls.api
.String getUrlPrefix()
SearchEntry
. The URL that links to this content is build by appending the
URI
of the SearchEntry
to this prefix. Copyright © 2001–2016 mmm-Team. All rights reserved.