public interface DataQueryParseManager
Modifier and Type | Method and Description |
---|---|
java.util.List<ComplexDataQuery> |
buildComplexDataQuery(ReadableDataLocation dataLocation,
SdmxBeanRetrievalManager beanRetrievalManager)
Builds Complex Data Queries for 2.1 data query messages
|
java.util.List<DataQuery> |
buildDataQuery(ReadableDataLocation dataLocation,
SdmxBeanRetrievalManager beanRetrievalManager)
Builds DataQuerys from a message that contains one or more data queries
|
DataQuery |
parseRESTQuery(java.lang.String query,
SdmxBeanRetrievalManager beanRetrievalManager) |
java.util.List<DataQuery> buildDataQuery(ReadableDataLocation dataLocation, SdmxBeanRetrievalManager beanRetrievalManager)
dataLocation
- beanRetrievalManager
- optional, if given will retrieve the keyfamily bean the query is forDataQuery parseRESTQuery(java.lang.String query, SdmxBeanRetrievalManager beanRetrievalManager)
java.util.List<ComplexDataQuery> buildComplexDataQuery(ReadableDataLocation dataLocation, SdmxBeanRetrievalManager beanRetrievalManager)
dataLocation
- beanRetrievalManager,
- if given will retrieve the data structure bean the query is for