Interface ContainerLinked

    • Method Detail

      • getProjects

        java.util.List<Project> getProjects​(Browser browser)
                                     throws ServiceException,
                                            AccessException,
                                            java.util.concurrent.ExecutionException,
                                            ServerException
        Retrieves the projects 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.
      • getDatasets

        java.util.List<Dataset> getDatasets​(Browser browser)
                                     throws ServiceException,
                                            AccessException,
                                            java.util.concurrent.ExecutionException,
                                            ServerException
        Retrieves the datasets 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.