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 TypeClassDescriptionclassAnnotatableWrapper<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 TypeMethodDescriptionvoidClient.delete(GenericObjectWrapper<?> object) Deletes an object from OMERO.Method parameters in fr.igred.omero with type arguments of type GenericObjectWrapperModifier and TypeMethodDescriptionvoidClient.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 TypeClassDescriptionclassClass containing a FileAnnotationData object.classGenericAnnotationWrapper<T extends AnnotationData>Generic class containing an AnnotationData (or a subclass) object.classClass containing a MapAnnotationData, a MapAnnotationData contains a list of NamedValue(Key-Value pair).classClass containing a RatingAnnotationData object.classClass containing a TagAnnotationData object.classClass containing a TagAnnotationData object with a namespace set toTagAnnotationWrapper.NS_TAGSET.classClass containing a TextualAnnotationData object. -
Uses of GenericObjectWrapper in fr.igred.omero.meta
Subclasses of GenericObjectWrapper in fr.igred.omero.metaModifier and TypeClassDescriptionclassClass containing an ExperimenterData object.classClass containing a GroupData object.class -
Uses of GenericObjectWrapper in fr.igred.omero.repository
Subclasses of GenericObjectWrapper in fr.igred.omero.repositoryModifier and TypeClassDescriptionclassClass containing a ChannelData object.classClass containing a DatasetData object.classClass containing a FolderData object.classGenericRepositoryObjectWrapper<T extends DataObject>Generic class containing a DataObject (or a subclass) object.classClass containing an ImageData.classClass containing a PixelData object.classClass containing a PlateAcquisitionData object.classClass containing a PlateData object.classClass containing a ProjectData object.classClass containing a ScreenData object.classClass containing a WellSampleData object.classClass containing a WellData object. -
Uses of GenericObjectWrapper in fr.igred.omero.roi
Subclasses of GenericObjectWrapper in fr.igred.omero.roiModifier and TypeClassDescriptionclassClass containing an EllipseData.classGenericShapeWrapper<T extends ShapeData>Generic class containing a ShapeData (or a subclass) object.classClass containing an LineData.classClass containing an MaskData.classClass containing an PointData.classClass containing an PolygonData.classClass containing an PolylineData.classClass containing an RectangleData.classClass containing a ROIData object.classClass 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.