public interface InsightProvider
Modifier and Type | Method and Description |
---|---|
Insight |
evaluateRequest(InsightRequest request)
Evaluate the request and return a response with the details.
|
java.lang.String |
getId()
Get the ID for a particular Insight Provider.
|
java.lang.String |
getTitle()
The title of the Insight Provider
|
boolean |
isEnabled(InsightRequest request)
Returns true if the provider is enabled for this request and false otherwise.
|
Insight evaluateRequest(InsightRequest request)
request
- the request to evaluatejava.lang.String getId()
java.lang.String getTitle()
boolean isEnabled(InsightRequest request)
request
- the request to evaluateCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.