|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Reconciliation
| Method Summary | |
|---|---|
void |
closeTableConnection()
|
List<StatisticalOperation> |
getCapabilities()
Gets information about available operation on occurrence point data sets |
List<ImportedOccurrenceSet> |
getImportedList()
|
String |
getJSONImported(PagedRequestSettings settings)
Get Json view of currently connected table |
void |
getResult(String operationId)
Get result of the selected operation |
List<SubmittedOperation> |
getSubmittedOperationList()
|
String |
importOccurrenceFromWorkspace(String fileId)
Imports selected file from user's workspace |
List<String> |
openTableInspection(String tableId)
Opens connection to a table for direct inspection |
String |
saveResultToWorkspace(String operationId)
Save selected result to workspace |
String |
submitUnaryOperation(String importedId,
String operation,
Map<String,String> parameters)
Submit operation process on selected imported data set |
| Method Detail |
|---|
String importOccurrenceFromWorkspace(String fileId)
throws Exception
fileId -
Exception
List<ImportedOccurrenceSet> getImportedList()
throws Exception
Exception
String getJSONImported(PagedRequestSettings settings)
throws Exception
importedId - settings -
Exception
List<String> openTableInspection(String tableId)
throws Exception
tableId -
Exception
void closeTableConnection()
throws Exception
Exception
List<StatisticalOperation> getCapabilities()
throws Exception
Exception
void getResult(String operationId)
throws Exception
operationId -
Exception
String saveResultToWorkspace(String operationId)
throws Exception
operationId -
Exception
String submitUnaryOperation(String importedId,
String operation,
Map<String,String> parameters)
throws Exception
importedId - operation - parameters -
Exception
List<SubmittedOperation> getSubmittedOperationList()
throws Exception
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||