Uses of Class
fr.igred.omero.GatewayWrapper
Package
Description
This package contains abstract wrapper classes for the OMERO Gateway and the basic OMERO object.
This package contains classes related to the hierarchical organization for images.
-
Uses of GatewayWrapper in fr.igred.omero
Modifier and TypeClassDescriptionclass
Abstract class to browse data on an OMERO server in a givenSecurityContext
and wrap DataObjects.class
Basic class, contains the gateway, the security context, and multiple facilities. -
Uses of GatewayWrapper in fr.igred.omero.repository
Modifier and TypeMethodDescriptionGenericRepositoryObjectWrapper.importImage
(GatewayWrapper client, DataObject target, String path) Imports one image file to the target in OMERO.ScreenWrapper.importImage
(GatewayWrapper client, String path) Imports one image file to the screen in OMERO.protected static boolean
GenericRepositoryObjectWrapper.importImages
(GatewayWrapper client, DataObject target, int threads, String... paths) Imports all images candidates in the paths to the target in OMERO.boolean
ScreenWrapper.importImages
(GatewayWrapper client, int threads, String... paths) Imports all images candidates in the paths to the screen in OMERO.boolean
ScreenWrapper.importImages
(GatewayWrapper client, String... paths) Imports all images candidates in the paths to the screen in OMERO.void
ScreenWrapper.refresh
(GatewayWrapper client) Deprecated.Reloads the screen from OMERO.