public interface IReportPostProcessor
Modifier and Type | Method and Description |
---|---|
default void |
init(org.json.JSONObject configuration)
When the report processor is provided with a configuration JSON object, this method will be called in the provider with
the given object.
|
org.json.JSONObject |
process(org.json.JSONObject responseJSON,
Source<? extends ISourceField> source)
Process the given response JSON.
|
org.json.JSONObject process(org.json.JSONObject responseJSON, Source<? extends ISourceField> source) throws org.json.JSONException, PortalException
responseJSON
- the response JSON.source
- the source.org.json.JSONException
PortalException
default void init(org.json.JSONObject configuration) throws org.json.JSONException
configuration
- the configuration.org.json.JSONException
Lumisportal 10.1.2.170428 - Copyright © 2006–2017 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.