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