Package omero.grid
Interface _TablesOperationsNC
-
- All Known Subinterfaces:
Tables
- All Known Implementing Classes:
_TablesDisp
,_TablesTie
public interface _TablesOperationsNC
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RepositoryPrx
getRepository()
Returns the Repository which this Tables service is watching.TablePrx
getTable(OriginalFile file, ServiceFactoryPrx sf)
Returns the Table service for the given ""OMERO.tables"" file.
-
-
-
Method Detail
-
getRepository
RepositoryPrx getRepository() throws ServerError
Returns the Repository which this Tables service is watching.- Throws:
ServerError
-
getTable
TablePrx getTable(OriginalFile file, ServiceFactoryPrx 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 theServiceFactory
.- Throws:
ServerError
-
-