public interface TableManager
| Modifier and Type | Method and Description |
|---|---|
org.gcube.data.analysis.tabulardata.model.table.Table |
addValidationColumns(org.gcube.data.analysis.tabulardata.model.table.TableId id,
org.gcube.data.analysis.tabulardata.model.column.Column... validationColumns) |
org.gcube.data.analysis.tabulardata.model.table.Table |
get(org.gcube.data.analysis.tabulardata.model.table.TableId id) |
Collection<org.gcube.data.analysis.tabulardata.model.table.Table> |
getAll() |
Collection<org.gcube.data.analysis.tabulardata.model.table.Table> |
getAll(org.gcube.data.analysis.tabulardata.model.table.TableType tableType) |
void |
remove(org.gcube.data.analysis.tabulardata.model.table.TableId id) |
org.gcube.data.analysis.tabulardata.model.table.Table |
removeColumn(org.gcube.data.analysis.tabulardata.model.table.TableId id,
org.gcube.data.analysis.tabulardata.model.column.ColumnLocalId localId) |
org.gcube.data.analysis.tabulardata.model.table.Table |
removeValidationColumns(org.gcube.data.analysis.tabulardata.model.table.TableId id) |
void |
save(org.gcube.data.analysis.tabulardata.model.table.Table table,
boolean overwrite) |
Collection<org.gcube.data.analysis.tabulardata.model.table.Table> getAll()
Collection<org.gcube.data.analysis.tabulardata.model.table.Table> getAll(org.gcube.data.analysis.tabulardata.model.table.TableType tableType)
org.gcube.data.analysis.tabulardata.model.table.Table get(org.gcube.data.analysis.tabulardata.model.table.TableId id)
throws org.gcube.data.analysis.tabulardata.cube.exceptions.NoSuchTableException
org.gcube.data.analysis.tabulardata.cube.exceptions.NoSuchTableExceptionvoid remove(org.gcube.data.analysis.tabulardata.model.table.TableId id)
throws org.gcube.data.analysis.tabulardata.cube.exceptions.NoSuchTableException
org.gcube.data.analysis.tabulardata.cube.exceptions.NoSuchTableExceptionorg.gcube.data.analysis.tabulardata.model.table.Table removeColumn(org.gcube.data.analysis.tabulardata.model.table.TableId id,
org.gcube.data.analysis.tabulardata.model.column.ColumnLocalId localId)
throws org.gcube.data.analysis.tabulardata.cube.exceptions.NoSuchTableException
org.gcube.data.analysis.tabulardata.cube.exceptions.NoSuchTableExceptionorg.gcube.data.analysis.tabulardata.model.table.Table removeValidationColumns(org.gcube.data.analysis.tabulardata.model.table.TableId id)
throws org.gcube.data.analysis.tabulardata.cube.exceptions.NoSuchTableException
org.gcube.data.analysis.tabulardata.cube.exceptions.NoSuchTableExceptionorg.gcube.data.analysis.tabulardata.model.table.Table addValidationColumns(org.gcube.data.analysis.tabulardata.model.table.TableId id,
org.gcube.data.analysis.tabulardata.model.column.Column... validationColumns)
throws org.gcube.data.analysis.tabulardata.cube.exceptions.NoSuchTableException
org.gcube.data.analysis.tabulardata.cube.exceptions.NoSuchTableExceptionvoid save(org.gcube.data.analysis.tabulardata.model.table.Table table,
boolean overwrite)
Copyright © 2019. All Rights Reserved.