Fixed SDMX export

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@152962 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2017-09-12 10:13:40 +00:00
parent dfca5cb86b
commit 4ee0743fac
2 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,8 @@ public class OpExecution4SDMXDatasetExport extends OpExecutionBuilder {
TabularDataService service, SDMXExportSession sdmxExportSession) {
this.service = service;
this.sdmxExportSession = sdmxExportSession;
this.httpRequest=httpRequest;
this.serviceCredentials=serviceCredentials;
}
@Override

View File

@ -42,6 +42,8 @@ public class OpExecution4SDMXTemplateExport extends OpExecutionBuilder {
TabularDataService service, SDMXTemplateExportSession sdmxTemplateExportSession) {
this.service = service;
this.sdmxTemplateExportSession = sdmxTemplateExportSession;
this.httpRequest=httpRequest;
this.serviceCredentials=serviceCredentials;
}
@Override