Uses of Class
org.opennms.netmgt.search.api.SearchContext
-
Packages that use SearchContext Package Description org.opennms.netmgt.search.api org.opennms.netmgt.search.providers org.opennms.netmgt.search.providers.action org.opennms.netmgt.search.providers.node -
-
Uses of SearchContext in org.opennms.netmgt.search.api
Fields in org.opennms.netmgt.search.api declared as SearchContext Modifier and Type Field Description static SearchContext
Contexts. Action
static SearchContext
Contexts. Node
Methods in org.opennms.netmgt.search.api that return SearchContext Modifier and Type Method Description SearchContext
SearchProvider. getContext()
The Context thisSearchProvider
is providing results to.SearchContext
SearchResult. getContext()
Constructors in org.opennms.netmgt.search.api with parameters of type SearchContext Constructor Description SearchResult(SearchContext searchContext)
-
Uses of SearchContext in org.opennms.netmgt.search.providers
Methods in org.opennms.netmgt.search.providers that return SearchContext Modifier and Type Method Description SearchContext
FilterSearchProvider. getContext()
-
Uses of SearchContext in org.opennms.netmgt.search.providers.action
Methods in org.opennms.netmgt.search.providers.action that return SearchContext Modifier and Type Method Description SearchContext
AdminPageNavEntrySearchProvider. getContext()
SearchContext
CategorySearchProvider. getContext()
SearchContext
KscReportSearchProvider. getContext()
SearchContext
LocationSearchProvider. getContext()
SearchContext
MenuActionSearchProvider. getContext()
SearchContext
RequisitionSearchProvider. getContext()
SearchContext
ServiceSearchProvider. getContext()
SearchContext
StaticActionSearchProvider. getContext()
-
Uses of SearchContext in org.opennms.netmgt.search.providers.node
Methods in org.opennms.netmgt.search.providers.node that return SearchContext Modifier and Type Method Description SearchContext
NodeAssetSearchProvider. getContext()
SearchContext
NodeCategorySearchProvider. getContext()
SearchContext
NodeGeolocationSearchProvider. getContext()
SearchContext
NodeIpSearchProvider. getContext()
SearchContext
NodeLabelSearchProvider. getContext()
SearchContext
NodeLocationSearchProvider. getContext()
SearchContext
NodeMetaDataSearchProvider. getContext()
SearchContext
NodeServiceSearchProvider. getContext()
-