-
MethodDescriptionAdds a List of Key-Value pair to the object. Use
AnnotatableWrapper.link(fr.igred.omero.Client, A)
instead.The list is contained in the map annotation.
Adds a single Key-Value pair to the object.Adds a tag to the object in OMERO, if possible. UseAnnotatableWrapper.link(fr.igred.omero.Client, A)
instead.Adds multiple tag to the object in OMERO, if possible. UseAnnotatableWrapper.link(Client, GenericAnnotationWrapper[])
instead.Gets the FileAnnotationData contained.Gets the MapAnnotationData contained. UseGenericObjectWrapper.asDataObject()
instead.Gets the TagAnnotationData contained. UseGenericObjectWrapper.asDataObject()
instead.Gets all images with a certain keyGets all images with a certain key value pair from OMEROGets all images tagged with a specified tag from OMERO.Gets all images tagged with a specified tag from OMERO.Deletes a table from OMERO.Gets all images with a certain keyGets all images with a certain key value pair from OMEROThrows:AccessException
ifDSAccessException
was caughtServiceException
ifDSOutOfServiceException
was caught- The appropriate exception if
ServerError
was caught (seeExceptionHandler.handleOMEROException(java.lang.Throwable, java.lang.String)
)
Helper method to convert an exception from:- DSAccessException to AccessException
- DSOutOfServiceException to ServiceException
- ServerError to OMEROServerError
Throws:ServiceException
ifDSOutOfServiceException
was caughtAccessException
ifDSAccessException
was caught
Helper method to convert an exception from:- DSOutOfServiceException to ServiceException
- DSAccessException to AccessException
Throws:ServiceException
ifDSOutOfServiceException
was caughtOMEROServerError
ifServerError
was caught
Helper method to convert an exception from:- DSOutOfServiceException to ServiceException
- ServerError to OMEROServerError
Returns the ExperimenterData contained. UseGenericObjectWrapper.asDataObject()
instead.Returns the GroupData contained. UseGenericObjectWrapper.asDataObject()
instead.Returns the PlaneInfoData contained. UseGenericObjectWrapper.asDataObject()
instead.Returns the ChannelData contained. UseGenericObjectWrapper.asDataObject()
instead.Returns the DatasetData contained. UseGenericObjectWrapper.asDataObject()
instead.Gets all images in the dataset with a certain keyGets all images in the dataset with a certain key value pair from OMEROAdds an ROI to the folder and associate it to the image id set(an image need to be associated)Gets the folder contained in the FolderWrapper. UseGenericObjectWrapper.asDataObject()
instead.Gets the ROI contained in the folder associated with the image id set (an image need to be associated)Reloads the folder from OMERO, to update all links.Sets the image associated to the folderSets the image associated to the folderUnlink all ROI, associated to the image set, in the folder. ROIs are now linked to the image directlyUnlink an ROI, associated to the image set, in the folder. The ROI is now linked to the image directly.Reloads the object from OMERO.Returns the ImageData contained. UseGenericObjectWrapper.asDataObject()
instead.Gets the folder with the specified id on OMERO.Links a ROI to the image in OMERODO NOT USE IT IF A SHAPE WAS DELETED !!!
Returns the PlateAcquisitionData contained. UseGenericObjectWrapper.asDataObject()
instead.Returns the PlateData contained. UseGenericObjectWrapper.asDataObject()
instead.Returns the ProjectData contained. UseGenericObjectWrapper.asDataObject()
instead.Gets all images in the project with a certain keyGets all images in the project with a certain key value pair from OMERO.Returns the ScreenData contained. UseGenericObjectWrapper.asDataObject()
instead.Reloads the screen from OMERO.Returns the WellSampleData contained. UseGenericObjectWrapper.asDataObject()
instead.Returns the WellData contained. UseGenericObjectWrapper.asDataObject()
instead.Gets the ShapeData object contained.Returns the ROIData contained. UseGenericObjectWrapper.asDataObject()
instead.Changes the wrapped data.
AnnotatableWrapper.link(fr.igred.omero.Client, A)
instead.