public class ReconciliationImpl extends Object implements Reconciliation
| Constructor and Description |
|---|
ReconciliationImpl(String user) |
ReconciliationImpl(String user,
URI host) |
| 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
|
public ReconciliationImpl(String user)
public List<Resource> getDataSets()
getDataSets in interface Reconciliationpublic String getJSONImported(PagedRequestSettings settings) throws Exception
ReconciliationgetJSONImported in interface ReconciliationExceptionpublic List<StatisticalFeature> getCapabilities()
ReconciliationgetCapabilities in interface Reconciliationpublic File getResourceAsFile(String operationId, OperationType type) throws Exception
ReconciliationgetResourceAsFile in interface ReconciliationExceptionpublic String submitOperation(StatisticalComputation comp, Map<String,String> parameters, String title, String description) throws Exception
ReconciliationsubmitOperation in interface ReconciliationExceptionpublic List<Computation> getSubmittedOperationList()
getSubmittedOperationList in interface Reconciliationpublic List<String> openTableInspection(String tableId) throws Exception
ReconciliationopenTableInspection in interface ReconciliationExceptionpublic void closeTableConnection()
throws Exception
ReconciliationcloseTableConnection in interface ReconciliationExceptionpublic OccurrenceStreamer getStreamer(File toStream, ParserConfiguration configuration, String tableName, String description) throws Exception
ReconciliationgetStreamer in interface ReconciliationExceptionpublic String getTableUrl(String tableId) throws Exception
ReconciliationgetTableUrl in interface ReconciliationExceptionpublic void removeComputationById(String id) throws Exception
removeComputationById in interface ReconciliationExceptionCopyright © 2016. All Rights Reserved.