Package fr.igred.omero
Interface ImageLinked
-
- All Superinterfaces:
RemoteObject
- All Known Subinterfaces:
Annotation
,ContainerLinked
,Dataset
,FileAnnotation
,Folder
,HCSLinked
,Image
,MapAnnotation
,Plate
,PlateAcquisition
,Project
,RatingAnnotation
,Screen
,TagAnnotation
,TextualAnnotation
,Well
,WellSample
- All Known Implementing Classes:
AnnotationWrapper
,DatasetWrapper
,FileAnnotationWrapper
,FolderWrapper
,ImageWrapper
,MapAnnotationWrapper
,PlateAcquisitionWrapper
,PlateWrapper
,ProjectWrapper
,RatingAnnotationWrapper
,ScreenWrapper
,TagAnnotationWrapper
,TextualAnnotationWrapper
,WellSampleWrapper
,WellWrapper
public interface ImageLinked extends RemoteObject
Interface to handle objects that can be linked to images (tags, containers, HCS, folders).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Image>
getImages(Browser browser)
Retrieves the images linked to this object, either directly, or through parents/children.-
Methods inherited from interface fr.igred.omero.RemoteObject
asDataObject, canAnnotate, canChgrp, canChown, canDelete, canEdit, canLink, getCreated, getGroupId, getId, getOwner, saveAndUpdate
-
-
-
-
Method Detail
-
getImages
java.util.List<Image> getImages(Browser browser) throws ServiceException, AccessException, java.util.concurrent.ExecutionException, ServerException
Retrieves the images linked to this object, either directly, or through parents/children.- Parameters:
browser
- The data browser.- Returns:
- See above
- Throws:
ServiceException
- Cannot connect to OMERO.AccessException
- Cannot access data.java.util.concurrent.ExecutionException
- A Facility can't be retrieved or instantiated.ServerException
- Server error.
-
-