Uses of Class
fr.igred.omero.exception.OMEROServerError
-
Packages that use OMEROServerError Package Description fr.igred.omero This package contains abstract wrapper classes for the OMERO Gateway and the basic OMERO object.fr.igred.omero.annotations This package contains wrapper classes for annotations.fr.igred.omero.exception This package contains wrapper classes for exceptions and an exception handler.fr.igred.omero.repository This package contains classes related to the hierarchical organization for images.fr.igred.omero.roi This package contains wrapper classes for OMERO shapes and ROIs. -
-
Uses of OMEROServerError in fr.igred.omero
Methods in fr.igred.omero that throw OMEROServerError Modifier and Type Method Description void
Client. delete(TableWrapper table)
Deletes a table from OMEROvoid
Client. delete(GenericObjectWrapper<?> object)
Deletes an object from OMERO.protected static void
GenericObjectWrapper. delete(Client client, IObject object)
Deletes an object from OMERO.void
GatewayWrapper. deleteFile(Long id)
Deletes a file from OMEROList<IObject>
GatewayWrapper. findByQuery(String query)
Finds objects on OMERO through a database query.List<DatasetWrapper>
Client. getDatasets()
Gets all datasets available from OMERO.List<ImageWrapper>
Client. getImagesTagged(TagAnnotationWrapper tag)
Gets all images tagged with a specified tag from OMERO.List<ImageWrapper>
Client. getImagesTagged(Long tagId)
Gets all images tagged with a specified tag from OMERO.TagAnnotationWrapper
Client. getTag(Long id)
Gets a specific tag from the OMERO databaseList<TagAnnotationWrapper>
Client. getTags()
Gets the list of TagAnnotationWrapper available to the userList<TagAnnotationWrapper>
Client. getTags(String name)
Gets the list of TagAnnotationWrapper with the specified name available to the userList<WellWrapper>
Client. getWells()
Gets all wells available from OMERO. -
Uses of OMEROServerError in fr.igred.omero.annotations
Methods in fr.igred.omero.annotations that throw OMEROServerError Modifier and Type Method Description List<DatasetWrapper>
GenericAnnotationWrapper. getDatasets(Client client)
Gets all datasets with this tag from OMERO.File
FileAnnotationWrapper. getFile(Client client, String path)
List<ImageWrapper>
GenericAnnotationWrapper. getImages(Client client)
Gets all images with this tag from OMERO.List<PlateWrapper>
GenericAnnotationWrapper. getPlates(Client client)
Gets all plates with this tag from OMERO.List<ProjectWrapper>
GenericAnnotationWrapper. getProjects(Client client)
Gets all projects with this tag from OMERO.List<ScreenWrapper>
GenericAnnotationWrapper. getScreens(Client client)
Gets all screens with this tag from OMERO.List<WellWrapper>
GenericAnnotationWrapper. getWells(Client client)
Gets all wells with this tag from OMERO. -
Uses of OMEROServerError in fr.igred.omero.exception
Methods in fr.igred.omero.exception that throw OMEROServerError Modifier and Type Method Description static void
ExceptionHandler. handleException(Throwable t, String message)
Helper method to convert an exception from: DSAccessException to AccessException DSOutOfServiceException to ServiceException ServerError to OMEROServerErrorstatic void
ExceptionHandler. handleServiceOrServer(Throwable t, String message)
Helper method to convert an exception from: DSOutOfServiceException to ServiceException ServerError to OMEROServerError -
Uses of OMEROServerError in fr.igred.omero.repository
Methods in fr.igred.omero.repository that throw OMEROServerError Modifier and Type Method Description List<File>
ImageWrapper. download(Client client, String path)
Downloads the original files from the server.FolderWrapper
ImageWrapper. getFolder(Client client, Long folderId)
Gets the folder with the specified id on OMERO.List<ImageWrapper>
DatasetWrapper. getImagesTagged(Client client, TagAnnotationWrapper tag)
Gets all images in the dataset tagged with a specified tag from OMERO.List<ImageWrapper>
DatasetWrapper. getImagesTagged(Client client, Long tagId)
Gets all images in the dataset tagged with a specified tag from OMERO.List<ImageWrapper>
ProjectWrapper. getImagesTagged(Client client, TagAnnotationWrapper tag)
Gets all images in the project tagged with a specified tag from OMERO.List<ImageWrapper>
ProjectWrapper. getImagesTagged(Client client, Long tagId)
Gets all images in the project tagged with a specified tag from OMERO.BufferedImage
ImageWrapper. getThumbnail(Client client, int size)
Retrieves the image thumbnail of the specified size.List<Long>
DatasetWrapper. importImage(Client client, String path)
Imports one image candidate in the paths to the dataset in OMERO.boolean
DatasetWrapper. importImages(Client client, String... paths)
Imports all images candidates in the paths to the dataset in OMERO.void
ProjectWrapper. removeDataset(Client client, DatasetWrapper dataset)
Removes a dataset from the project in OMERO.void
DatasetWrapper. removeImage(Client client, ImageWrapper image)
Removes an image from the dataset in OMERO.protected void
GenericRepositoryObjectWrapper. removeLink(Client client, String linkType, long childId)
Removes the link of the given type with the given child ID.<A extends GenericAnnotationWrapper<?>>
voidGenericRepositoryObjectWrapper. unlink(Client client, A annotation)
Unlinks the given annotation from the current object.Constructors in fr.igred.omero.repository that throw OMEROServerError Constructor Description FolderWrapper(Client client, String name)
Constructor of the FolderWrapper class. -
Uses of OMEROServerError in fr.igred.omero.roi
Methods in fr.igred.omero.roi that throw OMEROServerError Modifier and Type Method Description void
ROIWrapper. saveROI(Client client)
Saves the ROI.
-