org.gcube.application.aquamaps.aquamapsservice.impl.engine.predictions
Class BatchGenerator
java.lang.Object
org.gcube.application.aquamaps.aquamapsservice.impl.engine.predictions.BatchGenerator
- All Implemented Interfaces:
- BatchGeneratorI
public class BatchGenerator
- extends java.lang.Object
- implements BatchGeneratorI
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BatchGenerator
public BatchGenerator(java.lang.String path,
DBCredentialDescriptor credentials)
BatchGenerator
public BatchGenerator(java.lang.Integer internalId)
generateHSPECTable
public java.lang.String generateHSPECTable(java.lang.String hcaf,
java.lang.String hspen,
java.lang.String filteredHSPEN,
AlgorithmType type,
java.lang.Boolean iscloud,
java.lang.String endpoint)
throws java.lang.Exception
- Specified by:
generateHSPECTable
in interface BatchGeneratorI
- Throws:
java.lang.Exception
setConfiguration
public void setConfiguration(java.lang.String path,
DBCredentialDescriptor credentials)
- Specified by:
setConfiguration
in interface BatchGeneratorI
getReport
public EnvironmentalExecutionReportItem getReport(boolean getResourceInfo)
- Specified by:
getReport
in interface BatchGeneratorI
getReportId
public int getReportId()
- Specified by:
getReportId
in interface BatchGeneratorI
generateTable
public void generateTable(TableGenerationConfiguration configuration)
throws java.lang.Exception
- Specified by:
generateTable
in interface BatchGeneratorI
- Throws:
java.lang.Exception