Interface ImageLinked

    • Method Detail

      • getImages

        java.util.List<Image> getImages​(Browser browser)
                                 throws ServiceException,
                                        AccessException,
                                        java.util.concurrent.ExecutionException,
                                        ServerException
        Retrieves the images linked to this object, either directly, or through parents/children.
        Parameters:
        browser - The data browser.
        Returns:
        See above
        Throws:
        ServiceException - Cannot connect to OMERO.
        AccessException - Cannot access data.
        java.util.concurrent.ExecutionException - A Facility can't be retrieved or instantiated.
        ServerException - Server error.