Uses of Interface
fr.igred.omero.client.DataManager
-
Packages that use DataManager Package Description fr.igred.omero This package contains the main interfaces and abstract classes to handle OME Remote Objects.fr.igred.omero.annotations This package contains interfaces and classes for handling annotations.fr.igred.omero.client This package contains the client interfaces used to interact with an OMERO server and a class implementing them.fr.igred.omero.containers This package contains interfaces and classes related to the hierarchical organization for images,fr.igred.omero.core This package contains interfaces and classes to handle images and their content, such as pixels, channels or planes.fr.igred.omero.roi This package contains wrapper classes for OMERO shapes and ROIs.fr.igred.omero.screen This package contains interfaces and classes related to the HCS organization, e.g. -
-
Uses of DataManager in fr.igred.omero
Methods in fr.igred.omero with parameters of type DataManager Modifier and Type Method Description default long
Annotatable. addFile(DataManager dm, java.io.File file)
Uploads a file and links it to the objectvoid
Annotatable. addKeyValuePair(DataManager dm, java.lang.String key, java.lang.String value)
Adds a single Key-Value pair to the object.void
AnnotatableWrapper. addKeyValuePair(DataManager dm, java.lang.String key, java.lang.String value)
Adds a single Key-Value pair to the object.default void
Annotatable. addTable(DataManager dm, Table table)
Adds a table to the object in OMERO.void
Annotatable. addTag(DataManager dm, java.lang.Long id)
Adds a tag to the object in OMERO, if possible.void
Annotatable. addTag(DataManager dm, java.lang.String name, java.lang.String description)
Adds a newly created tag to the object in OMERO, if possible.void
AnnotatableWrapper. addTag(DataManager dm, java.lang.Long id)
Adds a tag to the object in OMERO, if possible.void
AnnotatableWrapper. addTag(DataManager dm, java.lang.String name, java.lang.String description)
Adds a newly created tag to the object in OMERO, if possible.default void
Annotatable. addTags(DataManager dm, java.lang.Long... ids)
Adds multiple tags by ID to the object in OMERO, if possible.Table
Annotatable. getTable(DataManager dm, java.lang.Long fileId)
Gets a certain table linked to the object in OMERO.Table
AnnotatableWrapper. getTable(DataManager dm, java.lang.Long fileId)
Gets a certain table linked to the object in OMERO.default java.util.List<Table>
Annotatable. getTables(DataManager dm)
Gets all tables linked to the object in OMERO.default <A extends AnnotationData>
voidAnnotatable. link(DataManager dm, A annotation)
Attach anAnnotationData
to this object.default <A extends Annotation>
voidAnnotatable. link(DataManager dm, A annotation)
Adds an annotation to the object in OMERO, if possible.default void
Annotatable. link(DataManager dm, Annotation... annotations)
Adds multiple annotations to the object in OMERO, if possible.void
ObjectWrapper. saveAndUpdate(DataManager dm)
Saves and updates object.void
RemoteObject. saveAndUpdate(DataManager dm)
Saves and updates object. -
Uses of DataManager in fr.igred.omero.annotations
Constructors in fr.igred.omero.annotations with parameters of type DataManager Constructor Description TagAnnotationWrapper(DataManager dm, java.lang.String name, java.lang.String description)
Constructor of the TagAnnotationWrapper class. -
Uses of DataManager in fr.igred.omero.client
Subinterfaces of DataManager in fr.igred.omero.client Modifier and Type Interface Description interface
Client
Client interface to connect to OMERO, browse through all the data accessible to the user and modify it.Classes in fr.igred.omero.client that implement DataManager Modifier and Type Class Description class
GatewayWrapper
Allows the user to connect to OMERO and browse through all the data accessible to the user. -
Uses of DataManager in fr.igred.omero.containers
Methods in fr.igred.omero.containers with parameters of type DataManager Modifier and Type Method Description default void
Folder. addImages(DataManager dm, Image... images)
Links images to the folder in OMERO.default void
Folder. addROIs(DataManager dm, long imageId, ROI... rois)
Adds ROIs to the folder and associate them to the provided image ID.default void
Folder. addROIs(DataManager dm, Image image, ROI... rois)
Adds ROIs to the folder and associate them to the provided image.java.util.List<ROI>
Folder. getROIs(DataManager dm, long imageId)
Gets the ROIs contained in the folder associated with the provided image ID.default java.util.List<ROI>
Folder. getROIs(DataManager dm, Image image)
Gets the ROIs contained in the folder associated with the provided image.java.util.List<ROI>
FolderWrapper. getROIs(DataManager dm, long imageId)
Gets the ROIs contained in the folder associated with the provided image ID.default <A extends AnnotationData>
voidFolder. link(DataManager dm, A annotation)
Attach anAnnotationData
to this object.void
Folder. unlinkAllROIs(DataManager dm)
Unlink all ROIs associated to this folder.default void
Folder. unlinkAllROIs(DataManager dm, long imageId)
Unlink all ROIs associated to the provided image ID from the folder.default void
Folder. unlinkAllROIs(DataManager dm, Image image)
Unlink all ROIs associated to the provided image from the folder.void
FolderWrapper. unlinkAllROIs(DataManager dm)
Unlink all ROIs associated to this folder.default void
Folder. unlinkROIs(DataManager dm, ROI... rois)
Unlink ROIs from the folder.Constructors in fr.igred.omero.containers with parameters of type DataManager Constructor Description FolderWrapper(DataManager dm, java.lang.String name)
Constructor of the FolderWrapper class.ProjectWrapper(DataManager dm, java.lang.String name, java.lang.String description)
Constructor of the ProjectWrapper class. -
Uses of DataManager in fr.igred.omero.core
Methods in fr.igred.omero.core with parameters of type DataManager Modifier and Type Method Description java.util.List<Folder>
Image. getROIFolders(DataManager dm)
Gets the list of folders linked to the ROIs in this image.java.util.List<Folder>
ImageWrapper. getROIFolders(DataManager dm)
Gets the list of folders linked to the ROIs in this image.java.util.List<ROI>
Image. getROIs(DataManager dm)
Gets all ROIs linked to the image in OMEROjava.util.List<ROI>
ImageWrapper. getROIs(DataManager dm)
Gets all ROIs linked to the image in OMEROdefault java.util.List<ROI>
Image. saveROIs(DataManager dm, ROI... rois)
Links ROIs to the image in OMERO.java.util.List<ROI>
Image. saveROIs(DataManager dm, java.util.Collection<? extends ROI> rois)
Links ROIs to the image in OMERO.java.util.List<ROI>
ImageWrapper. saveROIs(DataManager dm, java.util.Collection<? extends ROI> rois)
Links ROIs to the image in OMERO. -
Uses of DataManager in fr.igred.omero.roi
Methods in fr.igred.omero.roi with parameters of type DataManager Modifier and Type Method Description default <A extends AnnotationData>
voidROI. link(DataManager dm, A annotation)
Attach anAnnotationData
to this object.default <A extends AnnotationData>
voidShape. link(DataManager dm, A annotation)
Attach anAnnotationData
to this object.void
ROI. saveROI(DataManager dm)
Saves the ROI.void
ROIWrapper. saveROI(DataManager dm)
Saves the ROI. -
Uses of DataManager in fr.igred.omero.screen
Methods in fr.igred.omero.screen with parameters of type DataManager Modifier and Type Method Description default <A extends AnnotationData>
voidPlateAcquisition. link(DataManager dm, A annotation)
Attach anAnnotationData
to this object.<A extends AnnotationData>
voidPlateAcquisitionWrapper. link(DataManager dm, A annotation)
Adds a tag to the object in OMERO, if possible.Constructors in fr.igred.omero.screen with parameters of type DataManager Constructor Description ScreenWrapper(DataManager dm, java.lang.String name, java.lang.String description)
Constructor of the ProjectWrapper class.
-