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 longAnnotatable. addFile(DataManager dm, java.io.File file)Uploads a file and links it to the objectvoidAnnotatable. addKeyValuePair(DataManager dm, java.lang.String key, java.lang.String value)Adds a single Key-Value pair to the object.voidAnnotatableWrapper. addKeyValuePair(DataManager dm, java.lang.String key, java.lang.String value)Adds a single Key-Value pair to the object.default voidAnnotatable. addTable(DataManager dm, Table table)Adds a table to the object in OMERO.voidAnnotatable. addTag(DataManager dm, java.lang.Long id)Adds a tag to the object in OMERO, if possible.voidAnnotatable. addTag(DataManager dm, java.lang.String name, java.lang.String description)Adds a newly created tag to the object in OMERO, if possible.voidAnnotatableWrapper. addTag(DataManager dm, java.lang.Long id)Adds a tag to the object in OMERO, if possible.voidAnnotatableWrapper. addTag(DataManager dm, java.lang.String name, java.lang.String description)Adds a newly created tag to the object in OMERO, if possible.default voidAnnotatable. addTags(DataManager dm, java.lang.Long... ids)Adds multiple tags by ID to the object in OMERO, if possible.TableAnnotatable. getTable(DataManager dm, java.lang.Long fileId)Gets a certain table linked to the object in OMERO.TableAnnotatableWrapper. 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 anAnnotationDatato this object.default <A extends Annotation>
voidAnnotatable. link(DataManager dm, A annotation)Adds an annotation to the object in OMERO, if possible.default voidAnnotatable. link(DataManager dm, Annotation... annotations)Adds multiple annotations to the object in OMERO, if possible.voidObjectWrapper. saveAndUpdate(DataManager dm)Saves and updates object.voidRemoteObject. 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 interfaceClientClient 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 classGatewayWrapperAllows 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 voidFolder. addImages(DataManager dm, Image... images)Links images to the folder in OMERO.default voidFolder. addROIs(DataManager dm, long imageId, ROI... rois)Adds ROIs to the folder and associate them to the provided image ID.default voidFolder. 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 anAnnotationDatato this object.voidFolder. unlinkAllROIs(DataManager dm)Unlink all ROIs associated to this folder.default voidFolder. unlinkAllROIs(DataManager dm, long imageId)Unlink all ROIs associated to the provided image ID from the folder.default voidFolder. unlinkAllROIs(DataManager dm, Image image)Unlink all ROIs associated to the provided image from the folder.voidFolderWrapper. unlinkAllROIs(DataManager dm)Unlink all ROIs associated to this folder.default voidFolder. 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 anAnnotationDatato this object.default <A extends AnnotationData>
voidShape. link(DataManager dm, A annotation)Attach anAnnotationDatato this object.voidROI. saveROI(DataManager dm)Saves the ROI.voidROIWrapper. 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 anAnnotationDatato 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.
-