public interface Reconciliation
| Modifier and Type | Method and Description |
|---|---|
void |
closeTableConnection()
Closes current table connection if any
|
List<StatisticalFeature> |
getCapabilities()
Gets information about available operation on occurrence point data sets
|
List<Resource> |
getDataSets() |
String |
getJSONImported(PagedRequestSettings settings)
Get Json view of currently connected table
|
File |
getResourceAsFile(String operationId,
OperationType type)
Save selected result to workspace
|
OccurrenceStreamer |
getStreamer(File toStream,
ParserConfiguration configuration,
String tableName,
String description)
Instatiates an OccurrenceStreamer able to parse the passed File and send data to the Statistical Manager
|
List<Computation> |
getSubmittedOperationList() |
String |
getTableUrl(String tableId)
Returns connection url to the selected table
|
List<String> |
openTableInspection(String tableId)
Opens connection to a table for direct inspection
|
void |
removeComputationById(String id) |
String |
submitOperation(StatisticalComputation comp,
Map<String,String> parameters,
String title,
String description)
Submits a computation to the statistical service
|
String getJSONImported(PagedRequestSettings settings) throws Exception
importedId - settings - ExceptionList<String> openTableInspection(String tableId) throws Exception
tableId - Exceptionvoid closeTableConnection()
throws Exception
ExceptionString getTableUrl(String tableId) throws Exception
tableId - ExceptionList<StatisticalFeature> getCapabilities() throws Exception
ExceptionFile getResourceAsFile(String operationId, OperationType type) throws Exception
operationId - ExceptionString submitOperation(StatisticalComputation comp, Map<String,String> parameters, String title, String description) throws Exception
comp - parameters - ExceptionList<Computation> getSubmittedOperationList() throws Exception
ExceptionOccurrenceStreamer getStreamer(File toStream, ParserConfiguration configuration, String tableName, String description) throws Exception
toStream - configuration - tableName - description - ExceptionCopyright © 2014. All Rights Reserved.