Package omero.grid

Class _TablesTie

    • Constructor Detail

      • _TablesTie

        public _TablesTie()
    • Method Detail

      • ice_delegate

        public java.lang.Object ice_delegate()
        Specified by:
        ice_delegate in interface Ice.TieBase
      • ice_delegate

        public void ice_delegate​(java.lang.Object delegate)
        Specified by:
        ice_delegate in interface Ice.TieBase
      • equals

        public boolean equals​(java.lang.Object rhs)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • getTable

        public TablePrx getTable​(OriginalFile file,
                                 ServiceFactoryPrx sf,
                                 Ice.Current __current)
                          throws ServerError
        Description copied from interface: _TablesOperations
        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.
        Specified by:
        getTable in interface _TablesOperations
        __current - The Current object for the invocation.
        Throws:
        ServerError