Class SearchContext
- java.lang.Object
-
- org.opennms.netmgt.graph.api.search.SearchContext
-
public class SearchContext extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SearchContext.SearchContextBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SearchContext.SearchContextBuilder
builder()
GraphService
getGraphService()
int
getSuggestionsLimit()
-
-
-
Method Detail
-
getSuggestionsLimit
public int getSuggestionsLimit()
-
getGraphService
public GraphService getGraphService()
-
builder
public static SearchContext.SearchContextBuilder builder()
-
-