Package omero.grid

Interface _TablesOperations

    • 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 the ServiceFactory.
        Parameters:
        __current - The Current object for the invocation.
        Throws:
        ServerError