Uses of Class
fr.igred.omero.GatewayWrapper
Packages that use 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
Subclasses of GatewayWrapper in fr.igred.omeroModifier and TypeClassDescriptionclassAbstract class to browse data on an OMERO server in a givenSecurityContextand wrap DataObjects.classBasic class, contains the gateway, the security context, and multiple facilities. -
Uses of GatewayWrapper in fr.igred.omero.repository
Methods in fr.igred.omero.repository with parameters of type GatewayWrapperModifier 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 booleanGenericRepositoryObjectWrapper.importImages(GatewayWrapper client, DataObject target, int threads, String... paths) Imports all images candidates in the paths to the target in OMERO.booleanScreenWrapper.importImages(GatewayWrapper client, int threads, String... paths) Imports all images candidates in the paths to the screen in OMERO.booleanScreenWrapper.importImages(GatewayWrapper client, String... paths) Imports all images candidates in the paths to the screen in OMERO.voidScreenWrapper.refresh(GatewayWrapper client) Deprecated.Reloads the screen from OMERO.