org.gcube.application.aquamaps.aquamapsservice.stubs.wrapper
Interface DataManagementInterface
- All Known Implementing Classes:
- DataManagementCall
public interface DataManagementInterface
|
Method Summary |
String |
analyzeTables(Analysis request)
|
void |
deleteAnalysis(String id)
|
Boolean |
deleteCustomQuery(String userId)
|
void |
deleteResource(int resourceId)
|
void |
editRequest(SourceGenerationRequest requestDetails)
|
File |
exportCurrentCustomQuery(String userId)
|
File |
exportResource(int resourceId)
|
File |
exportTableAsCSV(String table)
|
Integer |
generateMaps(String author,
boolean enableGIS,
Integer hspecId,
List<Field> speciesFilter,
boolean forceRegeneration)
|
List<Field> |
getCustomQueryFields(String userId)
|
List<Field> |
getDefaultSources()
|
Integer |
getImportStatus(Integer resourceId)
|
String |
getJSONSPECGroupGenreationRequests(org.gcube_system.namespaces.application.aquamaps.types.PagedRequestSettings settings)
|
String |
getJsonSubmittedAnalysis(org.gcube_system.namespaces.application.aquamaps.types.PagedRequestSettings settings)
|
EnvironmentalExecutionReportItem |
getReport(List<String> reportIds)
|
SourceGenerationRequest |
getRequest(String id)
|
Integer |
importResource(File toImport,
String userId,
ResourceType type,
String encoding,
boolean[] fieldsMask,
boolean hasHeader,
char delimiter)
|
File |
loadAnalysisResults(String id)
|
String |
removeRequest(String id,
boolean deleteData,
boolean deleteJobs)
|
String |
resubmitGeneration(String id)
|
void |
setCustomQuery(String userId,
String queryString)
|
String |
submitRequest(SourceGenerationRequest request)
|
Resource |
updateResource(Resource toUpdate)
|
String |
viewCustomQuery(String userId,
org.gcube_system.namespaces.application.aquamaps.types.PagedRequestSettings settings)
|
submitRequest
String submitRequest(SourceGenerationRequest request)
throws Exception
- Throws:
Exception
getReport
EnvironmentalExecutionReportItem getReport(List<String> reportIds)
throws Exception
- Throws:
Exception
getJSONSPECGroupGenreationRequests
String getJSONSPECGroupGenreationRequests(org.gcube_system.namespaces.application.aquamaps.types.PagedRequestSettings settings)
throws Exception
- Throws:
Exception
generateMaps
Integer generateMaps(String author,
boolean enableGIS,
Integer hspecId,
List<Field> speciesFilter,
boolean forceRegeneration)
throws Exception
- Throws:
Exception
getRequest
SourceGenerationRequest getRequest(String id)
throws Exception
- Throws:
Exception
removeRequest
String removeRequest(String id,
boolean deleteData,
boolean deleteJobs)
throws Exception
- Throws:
Exception
editRequest
void editRequest(SourceGenerationRequest requestDetails)
throws Exception
- Throws:
Exception
getDefaultSources
List<Field> getDefaultSources()
throws Exception
- Throws:
Exception
updateResource
Resource updateResource(Resource toUpdate)
throws Exception
- Throws:
Exception
deleteResource
void deleteResource(int resourceId)
throws Exception
- Throws:
Exception
exportResource
File exportResource(int resourceId)
throws Exception
- Throws:
Exception
setCustomQuery
void setCustomQuery(String userId,
String queryString)
throws Exception
- Throws:
Exception
deleteCustomQuery
Boolean deleteCustomQuery(String userId)
throws Exception
- Throws:
Exception
viewCustomQuery
String viewCustomQuery(String userId,
org.gcube_system.namespaces.application.aquamaps.types.PagedRequestSettings settings)
throws Exception
- Throws:
Exception
importResource
Integer importResource(File toImport,
String userId,
ResourceType type,
String encoding,
boolean[] fieldsMask,
boolean hasHeader,
char delimiter)
throws Exception
- Throws:
Exception
getImportStatus
Integer getImportStatus(Integer resourceId)
throws Exception
- Throws:
Exception
getCustomQueryFields
List<Field> getCustomQueryFields(String userId)
throws Exception
- Throws:
Exception
exportTableAsCSV
File exportTableAsCSV(String table)
throws Exception
- Throws:
Exception
analyzeTables
String analyzeTables(Analysis request)
throws Exception
- Throws:
Exception
getJsonSubmittedAnalysis
String getJsonSubmittedAnalysis(org.gcube_system.namespaces.application.aquamaps.types.PagedRequestSettings settings)
throws Exception
- Throws:
Exception
loadAnalysisResults
File loadAnalysisResults(String id)
throws Exception
- Throws:
Exception
resubmitGeneration
String resubmitGeneration(String id)
throws Exception
- Throws:
Exception
exportCurrentCustomQuery
File exportCurrentCustomQuery(String userId)
throws Exception
- Throws:
Exception
deleteAnalysis
void deleteAnalysis(String id)
throws Exception
- Throws:
Exception
Copyright © 2013. All Rights Reserved.