org.gcube.portlets.user.codelistinterface.csv
Interface CSVServiceInterface
public interface CSVServiceInterface
- Author:
- "Federico De Faveri defaveri@isti.cnr.it"
getId
java.lang.String getId()
throws java.lang.Exception
- Throws:
java.lang.Exception
getImportProgress
CSVImportProgress getImportProgress()
throws java.lang.Exception
- Throws:
java.lang.Exception
getColumns
java.util.List<CSVColumn> getColumns()
throws java.lang.Exception
- Throws:
java.lang.Exception
getDataAsJson
java.lang.String getDataAsJson(int offset,
int length)
throws java.lang.Exception
- Throws:
java.lang.Exception