Package | Description |
---|---|
org.sdmxsource.sdmx.api.builder | |
org.sdmxsource.sdmx.api.manager.query | |
org.sdmxsource.sdmx.api.manager.retrieval |
Contains Interfaces Responsible for Managing Retrieval of SDMX Information
|
org.sdmxsource.sdmx.api.manager.retrieval.mutable |
Contains Interfaces Responsible for Managing Retrieval of SDMX Information in the Mutable form
|
org.sdmxsource.sdmx.api.manager.retrieval.rest | |
org.sdmxsource.sdmx.api.manager.retrieval.webservice | |
org.sdmxsource.sdmx.querybuilder.builder | |
org.sdmxsource.sdmx.querybuilder.manager | |
org.sdmxsource.sdmx.sdmxbeans.model.beans.reference | |
org.sdmxsource.sdmx.structureparser.manager.rest | |
org.sdmxsource.sdmx.structureretrieval.manager |
Modifier and Type | Method and Description |
---|---|
T |
StructureQueryBuilder.buildStructureQuery(RESTStructureQuery query)
Builds a StructureQuery that matches the passed in format
|
Modifier and Type | Method and Description |
---|---|
<T> T |
StructureQueryBuilderManager.buildStructureQuery(RESTStructureQuery structureQuery,
StructureQueryFormat<T> structureQueryFormat)
Builds a structure query in the requested format
|
Modifier and Type | Method and Description |
---|---|
SdmxBeans |
SdmxBeanRetrievalManager.getMaintainables(RESTStructureQuery restquery)
Get all the maintainables that match the RESTStructureQuery
|
Modifier and Type | Method and Description |
---|---|
MutableBeans |
MutableStructureSearchManager.getMaintainables(RESTStructureQuery structureQuery)
Returns a set of maintainables that match the given query parameters
|
Modifier and Type | Method and Description |
---|---|
void |
RestStructureQueryManager.getStructures(RESTStructureQuery query,
java.io.OutputStream out,
StructureFormat outputFormat) |
Modifier and Type | Method and Description |
---|---|
SdmxBeans |
RESTStructureQueryManager.brokerStructureQuery(RESTStructureQuery query,
java.lang.String RESTUrl)
Brokers a Structure Query to the REST URL returning the resulting SdmxBeans.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
StructureQueryBuilderRest.buildStructureQuery(RESTStructureQuery sQuery) |
Modifier and Type | Method and Description |
---|---|
<T> T |
StructureQueryBuilderManagerImpl.buildStructureQuery(RESTStructureQuery structureQuery,
StructureQueryFormat<T> structureQueryFormat) |
Modifier and Type | Class and Description |
---|---|
class |
RESTStructureQueryImpl |
Modifier and Type | Method and Description |
---|---|
void |
RestStructureQueryManagerImpl.getStructures(RESTStructureQuery query,
java.io.OutputStream out,
StructureFormat outputFormat) |
Modifier and Type | Method and Description |
---|---|
SdmxBeans |
RESTSdmxBeanRetrievalManager.getMaintainables(RESTStructureQuery sQuery) |
SdmxBeans |
BaseSdmxBeanRetrievalManager.getMaintainables(RESTStructureQuery complexQuery) |