public abstract class CClient extends Object implements Serializable
| Constructor and Description |
|---|
CClient() |
public abstract ArrayList<ProductData> getProducts() throws Exception
Exception - Errorpublic abstract ArrayList<DatasetData> getDatasets(String productId) throws Exception
productId - Product IdException - Errorpublic abstract DatasetInfoData getDatasetInfo(String productId, DatasetType datasetType, String datasetId) throws Exception
productId - Product IddatasetType - Dataset TypedatasetId - Dataset IdException - Errorpublic abstract ArrayList<MotuData> getMotus() throws Exception
Exception - Errorpublic abstract ArrayList<KeywordData> getKeywords() throws Exception
Exception - Errorpublic abstract ArrayList<RegionData> getRegions() throws Exception
Exception - Errorpublic abstract ArrayList<VariableData> getVariables() throws Exception
Exception - Errorpublic abstract TimeLimitsData getTimeLimits() throws Exception
Exception - Errorpublic abstract ImportTaskData scheduleTask(ImportOptionsData importOptionsData) throws Exception
importOptionsData - Import Options DataException - Errorpublic abstract String getPreviewSize(ImportOptionsData importOptionsData) throws Exception
importOptionsData - Import Options DataException - Errorpublic abstract String getPreviewChunk(ImportOptionsData importOptionsData) throws Exception
importOptionsData - Import Options DataException - Errorpublic abstract ArrayList<ImportTaskData> getTasks() throws Exception
Exception - Errorpublic abstract ArrayList<ExecutionData> getExecutions(String taskId) throws Exception
taskId - Task IdException - Errorpublic abstract ArrayList<ExecutionReportData> getReports(String taskId, String executionId) throws Exception
taskId - Task IdexecutionId - Execution IdException - Errorpublic abstract ExecutionData executeTask(String taskId) throws Exception
taskId - Task IdException - Errorpublic abstract ExecutionData executionInfo(String taskId, String executionId) throws Exception
taskId - Task IdexecutionId - Execution IdException - ErrorCopyright © 2018. All Rights Reserved.