OmeroBlitz API
Home Previous Up Next Index

omero::grid::Tables

Overview

[ "ami" ] interface Tables

Operation Index

getRepository
Returns the Repository which this Tables service is watching.
getTable
Returns the Table service for the given ""OMERO.tables"" file.

Operations

Repository* getRepository() throws ServerError

Returns the Repository which this Tables service is watching.

Table* getTable(model::OriginalFile file, api::ServiceFactory* sf) throws ServerError

Returns the Table service for the given ""OMERO.tables"" file. This service will open the file locally to access the data. After any modification, the file will be saved locally and the server asked to update the database record. This is done via services in the api::ServiceFactory.


Home Previous Up Next Index