public interface RestDataQueryManager
Modifier and Type | Method and Description |
---|---|
void |
executeQuery(RESTDataQuery dataQuery,
DataFormat dataFormat,
java.io.OutputStream out)
Execute the rest query, write the response out to the output stream based on the data format
|
void executeQuery(RESTDataQuery dataQuery, DataFormat dataFormat, java.io.OutputStream out)
dataQuery
- dataFormat
- out
-