Uses of Interface
fr.igred.omero.RemoteObject
-
Packages that use RemoteObject 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.meta This package contains wrapper classes for users and groups.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.fr.igred.omero.util This package contains classes to handle 5D positions and boundaries as well as a utility class to check if the library requirements are available, and another one to convert DataObjects to Wrapper objects. -
-
Uses of RemoteObject in fr.igred.omero
Subinterfaces of RemoteObject in fr.igred.omero Modifier and Type Interface Description interfaceAnnotatableInterface to handle Annotatable Objects on OMERO.interfaceContainerLinkedInterface to handle objects that can be linked to containers (projects, datasets) on OMERO.interfaceHCSLinkedInterface to handle objects that can be linked to HCS objects (screens, plates, wells) on OMERO.interfaceImageLinkedInterface to handle objects that can be linked to images (tags, containers, HCS, folders).interfaceRepositoryObjectInterface to handle Repository Objects on OMERO.Classes in fr.igred.omero that implement RemoteObject Modifier and Type Class Description classAnnotatableWrapper<T extends DataObject>Generic class containing an annotatable DataObject (or a subclass) object.classObjectWrapper<T extends DataObject>Generic class containing a DataObject (or a subclass) object.classRepositoryObjectWrapper<T extends DataObject>Generic class containing a DataObject (or a subclass) object.Methods in fr.igred.omero with type parameters of type RemoteObject Modifier and Type Method Description static <T extends RemoteObject>
java.util.List<T>RemoteObject. distinct(java.util.Collection<? extends T> objects)Only keeps objects with different IDs in a collection.static <T extends RemoteObject>
java.util.List<T>RemoteObject. flatten(java.util.Collection<? extends java.util.Collection<? extends T>> lists)Flattens a collection of collections and only keeps objects with different IDs.static <U extends RemoteObject,V extends U>
java.util.List<V>RemoteObject. getElementsOf(java.util.Collection<? extends U> collection, java.lang.Class<? extends V> clazz)Gets a list of elements of the specified class from a collection of RemoteObjects.static <U extends DataObject,V extends RemoteObject>
java.util.List<V>ObjectWrapper. wrap(java.util.Collection<U> objects, java.util.function.Function<? super U,? extends V> mapper)Converts a DataObject list to a ObjectWrapper list, sorted bysorter.static <U extends DataObject,V extends RemoteObject,W extends java.lang.Comparable<W>>
java.util.List<V>ObjectWrapper. wrap(java.util.Collection<U> objects, java.util.function.Function<? super U,? extends V> mapper, java.util.function.Function<? super V,? extends W> sorter)Converts a DataObject list to an ObjectWrapper list, sorted bysorter. -
Uses of RemoteObject in fr.igred.omero.annotations
Subinterfaces of RemoteObject in fr.igred.omero.annotations Modifier and Type Interface Description interfaceAnnotationInterface to handle Annotations on OMERO.interfaceFileAnnotationInterface to handle File Annotations on OMERO.interfaceMapAnnotationInterface to handle Map Annotations on OMERO.interfaceRatingAnnotationInterface to handle Rating Annotations on OMERO.interfaceTagAnnotationInterface to handle Tag Annotations on OMERO.interfaceTextualAnnotationInterface to handle Textual Annotations on OMERO.Classes in fr.igred.omero.annotations that implement RemoteObject Modifier and Type Class Description classAnnotationWrapper<T extends AnnotationData>Generic class containing an AnnotationData (or a subclass) object.classFileAnnotationWrapperClass containing a FileAnnotationData object.classMapAnnotationWrapperClass containing a MapAnnotationData, a MapAnnotationData contains a list of NamedValue(Key-Value pair).classRatingAnnotationWrapperClass containing a RatingAnnotationData object.classTagAnnotationWrapperClass containing a TagAnnotationData object.classTextualAnnotationWrapperClass containing a TextualAnnotationData object. -
Uses of RemoteObject in fr.igred.omero.client
Methods in fr.igred.omero.client with parameters of type RemoteObject Modifier and Type Method Description default voidDataManager. delete(RemoteObject object)Deletes an object from OMERO.Method parameters in fr.igred.omero.client with type arguments of type RemoteObject Modifier and Type Method Description default voidDataManager. delete(java.util.Collection<? extends RemoteObject> objects)Deletes multiple objects from OMERO. -
Uses of RemoteObject in fr.igred.omero.containers
Subinterfaces of RemoteObject in fr.igred.omero.containers Modifier and Type Interface Description interfaceDatasetInterface to handle Datasets on OMERO.interfaceFolderInterface to handle Folders on OMERO.interfaceProjectInterface to handle Projects on OMERO.Classes in fr.igred.omero.containers that implement RemoteObject Modifier and Type Class Description classDatasetWrapperClass containing a DatasetData object.classFolderWrapperClass containing a FolderData object.classProjectWrapperClass containing a ProjectData object. -
Uses of RemoteObject in fr.igred.omero.core
Subinterfaces of RemoteObject in fr.igred.omero.core Modifier and Type Interface Description interfaceChannelInterface to handle Channel information on OMERO.interfaceImageInterface to handle Images on OMERO.interfacePixelsInterface to handle Pixels on OMERO.interfacePlaneInfoInterface to handle PlaneInfo on OMERO.Classes in fr.igred.omero.core that implement RemoteObject Modifier and Type Class Description classChannelWrapperClass containing a ChannelData object.classImageWrapperClass containing an ImageData.classPixelsWrapperClass containing a PixelData object.classPlaneInfoWrapper -
Uses of RemoteObject in fr.igred.omero.meta
Subinterfaces of RemoteObject in fr.igred.omero.meta Modifier and Type Interface Description interfaceExperimenterInterface to handle Experimenters on OMERO.interfaceGroupInterface to handle Groups on OMERO.Classes in fr.igred.omero.meta that implement RemoteObject Modifier and Type Class Description classExperimenterWrapperClass containing an ExperimenterData object.classGroupWrapperClass containing a GroupData object. -
Uses of RemoteObject in fr.igred.omero.roi
Subinterfaces of RemoteObject in fr.igred.omero.roi Modifier and Type Interface Description interfaceEllipseInterface to handle Ellipse shapes on OMERO.interfaceLineInterface to handle Line shapes on OMERO.interfaceMaskInterface to handle Mask shapes on OMERO.interfacePointInterface to handle Point shapes on OMERO.interfacePolygonInterface to handle Polygon shapes on OMERO.interfacePolylineInterface to handle Polyline shapes on OMERO.interfaceRectangleInterface to handle Rectangle shapes on OMERO.interfaceROIInterface to handle ROIs on OMERO.interfaceShapeGeneric interface to handle Shape objects.interfaceTextInterface to handle Text shapes on OMERO.Classes in fr.igred.omero.roi that implement RemoteObject Modifier and Type Class Description classEllipseWrapperClass containing an EllipseData.classLineWrapperClass containing an LineData.classMaskWrapperClass containing an MaskData.classPointWrapperClass containing an PointData.classPolygonWrapperClass containing an PolygonData.classPolylineWrapperClass containing an PolylineData.classRectangleWrapperClass containing an RectangleData.classROIWrapperClass containing a ROIData object.classShapeWrapper<T extends ShapeData>Generic class containing a ShapeData (or a subclass) object.classTextWrapperClass containing an TextData. -
Uses of RemoteObject in fr.igred.omero.screen
Subinterfaces of RemoteObject in fr.igred.omero.screen Modifier and Type Interface Description interfacePlateInterface to handle Plates on OMERO.interfacePlateAcquisitionInterface to handle Plate Acquisitions on OMERO.interfaceScreenInterface to handle Screens on OMERO.interfaceWellInterface to handle Wells on OMERO.interfaceWellSampleInterface to handle Well Samples on OMERO.Classes in fr.igred.omero.screen that implement RemoteObject Modifier and Type Class Description classPlateAcquisitionWrapperClass containing a PlateAcquisitionData object.classPlateWrapperClass containing a PlateData object.classScreenWrapperClass containing a ScreenData object.classWellSampleWrapperClass containing a WellSampleData object.classWellWrapperClass containing a WellData object. -
Uses of RemoteObject in fr.igred.omero.util
Methods in fr.igred.omero.util with type parameters of type RemoteObject Modifier and Type Method Description static <T extends DataObject,U extends RemoteObject>
UWrapper. wrap(T object)Converts (wraps) a DataObject to a RemoteObject.
-