public interface SearchableModelObject extends ModelObject, SearchItem
ModelObject
that can be searched.
This interface also extends SearchItem
since
often ModelObject
s form a natural tree structure,
and it's convenient for the model objects themselves to implement
the SearchItem
for the edges that form this tree.
Modifier and Type | Method and Description |
---|---|
Search |
getSearch()
This binds
Search object to the URL hierarchy. |
getDisplayName
getSearchIndex, getSearchName, getSearchUrl
Copyright © 2004–2019. All rights reserved.