public class CClient4CMEMSImporterService extends CClient
| Constructor and Description |
|---|
CClient4CMEMSImporterService(ServiceCredentials serviceCredentials) |
CClient4CMEMSImporterService(ServiceCredentials serviceCredentials,
String serviceAddressUrl) |
| Modifier and Type | Method and Description |
|---|---|
ExecutionData |
executeTask(String taskId) |
ExecutionData |
executionInfo(String taskId,
String executionId) |
DatasetInfoData |
getDatasetInfo(String productId,
DatasetType datasetType,
String datasetId) |
ArrayList<DatasetData> |
getDatasets(String productId) |
ArrayList<ExecutionData> |
getExecutions(String taskId) |
ArrayList<KeywordData> |
getKeywords() |
ArrayList<MotuData> |
getMotus() |
String |
getPreviewChunk(ImportOptionsData importOptionsData) |
String |
getPreviewSize(ImportOptionsData importOptionsData) |
ArrayList<ProductData> |
getProducts() |
ArrayList<RegionData> |
getRegions() |
ArrayList<ExecutionReportData> |
getReports(String taskId,
String executionId) |
ArrayList<ImportTaskData> |
getTasks() |
TimeLimitsData |
getTimeLimits() |
ArrayList<VariableData> |
getVariables() |
ImportTaskData |
scheduleTask(ImportOptionsData importOptionsData)
Schedule Task
|
String |
toString() |
public CClient4CMEMSImporterService(ServiceCredentials serviceCredentials) throws ServiceException
serviceCredentials - Service CredentialsServiceException - Service Exceptionpublic CClient4CMEMSImporterService(ServiceCredentials serviceCredentials, String serviceAddressUrl) throws ServiceException
serviceCredentials - Service CredentialsserviceAddressUrl - Service Address UrlServiceException - Service Exceptionpublic ArrayList<ProductData> getProducts() throws Exception
getProducts in class CClientException - Errorpublic ArrayList<DatasetData> getDatasets(String productId) throws Exception
getDatasets in class CClientproductId - Product IdException - Errorpublic DatasetInfoData getDatasetInfo(String productId, DatasetType datasetType, String datasetId) throws Exception
getDatasetInfo in class CClientproductId - Product IddatasetType - Dataset TypedatasetId - Dataset IdException - Errorpublic ArrayList<KeywordData> getKeywords() throws Exception
getKeywords in class CClientException - Errorpublic ArrayList<RegionData> getRegions() throws Exception
getRegions in class CClientException - Errorpublic ArrayList<VariableData> getVariables() throws Exception
getVariables in class CClientException - Errorpublic TimeLimitsData getTimeLimits() throws Exception
getTimeLimits in class CClientException - Errorpublic ArrayList<ImportTaskData> getTasks() throws Exception
public ArrayList<ExecutionData> getExecutions(String taskId) throws Exception
getExecutions in class CClienttaskId - Task IdException - Errorpublic ArrayList<ExecutionReportData> getReports(String taskId, String executionId) throws Exception
getReports in class CClienttaskId - Task IdexecutionId - Execution IdException - Errorpublic String getPreviewSize(ImportOptionsData importOptionsData) throws Exception
getPreviewSize in class CClientimportOptionsData - Import Options DataException - Errorpublic String getPreviewChunk(ImportOptionsData importOptionsData) throws Exception
getPreviewChunk in class CClientimportOptionsData - Import Options DataException - Errorpublic ExecutionData executeTask(String taskId) throws Exception
executeTask in class CClienttaskId - Task IdException - Errorpublic ImportTaskData scheduleTask(ImportOptionsData importOptionsData) throws Exception
CClientscheduleTask in class CClientimportOptionsData - Import Options DataException - Errorpublic ExecutionData executionInfo(String taskId, String executionId) throws Exception
executionInfo in class CClienttaskId - Task IdexecutionId - Execution IdException - ErrorCopyright © 2018. All Rights Reserved.