Package | Description |
---|---|
omero.gateway.facility |
Modifier and Type | Method and Description |
---|---|
TableData |
TablesFacility.addTable(SecurityContext ctx,
DataObject target,
String name,
TableData data)
Adds a new table with the provided data
|
TableData |
TablesFacility.getTable(SecurityContext ctx,
long fileId)
Load the data from a table (Note: limited to
TablesFacility.DEFAULT_MAX_ROWS_TO_FETCH number of rows) |
TableData |
TablesFacility.getTable(SecurityContext ctx,
long fileId,
List<Long> rows)
Load data from a table
|
TableData |
TablesFacility.getTable(SecurityContext ctx,
long fileId,
long... rows)
Load data from a table
|
TableData |
TablesFacility.getTable(SecurityContext ctx,
long fileId,
long rowFrom,
long rowTo,
int... columns)
Load data from a table
|
TableData |
TablesFacility.getTable(SecurityContext ctx,
long fileId,
long rowFrom,
long rowTo,
long... columns)
Load data from a table
|
TableData |
TablesFacility.getTableInfo(SecurityContext ctx,
long fileId)
Get basic information about a table.
|
Modifier and Type | Method and Description |
---|---|
TableData |
TablesFacility.addTable(SecurityContext ctx,
DataObject target,
String name,
TableData data)
Adds a new table with the provided data
|
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.