public interface SearchItem
SearchIndex
.
The act of searching in this package is really a traversal of a directed graph.
And in that notion, this interface represents an edge, not a node.
So it's possible for single entity (let's say Build
) to
have multiple SearchItem
s representing it (for example,
a 'last successful build' search item and '#123' search item.)
Modifier and Type | Method and Description |
---|---|
SearchIndex |
getSearchIndex()
Returns the
SearchIndex to further search sub items inside this item. |
String |
getSearchName()
Name of this item.
|
String |
getSearchUrl()
Returns the URL of this item relative to the parent
SearchItem . |
String getSearchName()
String getSearchUrl()
SearchItem
.SearchIndex getSearchIndex()
SearchIndex
to further search sub items inside this item.SearchIndex.EMPTY
if this is a leaf.SearchIndexBuilder
Copyright © 2004–2022. All rights reserved.