Uses of Class
fr.igred.omero.GenericObjectWrapper
Packages that use GenericObjectWrapper
Package
Description
This package contains abstract wrapper classes for the OMERO Gateway and the basic OMERO object.
This package contains wrapper classes for annotations.
This package contains wrapper classes for users, groups and planes information.
This package contains classes related to the hierarchical organization for images.
This package contains wrapper classes for OMERO shapes and ROIs.
This package contains a utility class used to check if the library requirements are available.
-
Uses of GenericObjectWrapper in fr.igred.omero
Subclasses of GenericObjectWrapper in fr.igred.omeroModifier and TypeClassDescriptionclass
AnnotatableWrapper<T extends DataObject>
Generic class containing a DataObject (or a subclass) object.Methods in fr.igred.omero with type parameters of type GenericObjectWrapperModifier and TypeMethodDescriptionstatic <T extends GenericObjectWrapper<?>>
List<T>GenericObjectWrapper.distinct
(Collection<? extends T> objects) Only keeps objects with different IDs in a collection.static <U extends GenericObjectWrapper<?>>
List<U>GenericObjectWrapper.flatten
(Collection<? extends Collection<? extends U>> lists) Flattens a collection of collections and only keeps objects with different IDs.protected static <U extends DataObject,
V extends GenericObjectWrapper<U>>
List<V>GenericObjectWrapper.wrap
(Collection<U> objects, Function<? super U, ? extends V> mapper) Converts a DataObject list to a ObjectWrapper list, sorted bysorter
.protected static <U extends DataObject,
V extends GenericObjectWrapper<U>, W extends Comparable<W>>
List<V>GenericObjectWrapper.wrap
(Collection<U> objects, Function<? super U, ? extends V> mapper, Function<? super V, ? extends W> sorter) Converts a DataObject list to an ObjectWrapper list, sorted bysorter
.Methods in fr.igred.omero with parameters of type GenericObjectWrapperModifier and TypeMethodDescriptionvoid
Client.delete
(GenericObjectWrapper<?> object) Deletes an object from OMERO.Method parameters in fr.igred.omero with type arguments of type GenericObjectWrapperModifier and TypeMethodDescriptionvoid
Client.delete
(Collection<? extends GenericObjectWrapper<?>> objects) Deletes multiple objects from OMERO. -
Uses of GenericObjectWrapper in fr.igred.omero.annotations
Subclasses of GenericObjectWrapper in fr.igred.omero.annotationsModifier and TypeClassDescriptionclass
Class containing a FileAnnotationData object.class
GenericAnnotationWrapper<T extends AnnotationData>
Generic class containing an AnnotationData (or a subclass) object.class
Class containing a MapAnnotationData, a MapAnnotationData contains a list of NamedValue(Key-Value pair).class
Class containing a RatingAnnotationData object.class
Class containing a TagAnnotationData object.class
Class containing a TagAnnotationData object with a namespace set toTagAnnotationWrapper.NS_TAGSET
.class
Class containing a TextualAnnotationData object. -
Uses of GenericObjectWrapper in fr.igred.omero.meta
Subclasses of GenericObjectWrapper in fr.igred.omero.metaModifier and TypeClassDescriptionclass
Class containing an ExperimenterData object.class
Class containing a GroupData object.class
-
Uses of GenericObjectWrapper in fr.igred.omero.repository
Subclasses of GenericObjectWrapper in fr.igred.omero.repositoryModifier and TypeClassDescriptionclass
Class containing a ChannelData object.class
Class containing a DatasetData object.class
Class containing a FolderData object.class
GenericRepositoryObjectWrapper<T extends DataObject>
Generic class containing a DataObject (or a subclass) object.class
Class containing an ImageData.class
Class containing a PixelData object.class
Class containing a PlateAcquisitionData object.class
Class containing a PlateData object.class
Class containing a ProjectData object.class
Class containing a ScreenData object.class
Class containing a WellSampleData object.class
Class containing a WellData object. -
Uses of GenericObjectWrapper in fr.igred.omero.roi
Subclasses of GenericObjectWrapper in fr.igred.omero.roiModifier and TypeClassDescriptionclass
Class containing an EllipseData.class
GenericShapeWrapper<T extends ShapeData>
Generic class containing a ShapeData (or a subclass) object.class
Class containing an LineData.class
Class containing an MaskData.class
Class containing an PointData.class
Class containing an PolygonData.class
Class containing an PolylineData.class
Class containing an RectangleData.class
Class containing a ROIData object.class
Class containing an TextData. -
Uses of GenericObjectWrapper in fr.igred.omero.util
Methods in fr.igred.omero.util with type parameters of type GenericObjectWrapperModifier and TypeMethodDescriptionstatic <T extends DataObject,
U extends GenericObjectWrapper<? extends T>>
UWrapper.wrap
(T object) Converts (wraps) a DataObject to a GenericObjectWrapper.