Package | Description |
---|---|
omero.gateway.facility | |
omero.gateway.model |
Modifier and Type | Method and Description |
---|---|
ImageData |
BrowseFacility.getImage(SecurityContext ctx,
long id)
Loads a image
|
ImageData |
BrowseFacility.getImage(SecurityContext ctx,
long id,
ParametersI params)
Loads a image
|
Modifier and Type | Method and Description |
---|---|
Collection<ImageData> |
BrowseFacility.getImages(SecurityContext ctx,
Collection<Long> ids)
Loads the images with the given ids
|
Collection<ImageData> |
BrowseFacility.getImages(SecurityContext ctx,
Collection<Long> ids,
ParametersI params)
Loads the images with the given ids
|
Collection<ImageData> |
BrowseFacility.getImages(SecurityContext ctx,
long ownerId,
Collection<Long> ids)
Loads the images for a particular user
|
Collection<ImageData> |
BrowseFacility.getImagesForDatasets(SecurityContext ctx,
Collection<Long> datasetIds)
Load all images belonging to particular datasets
|
Collection<ImageData> |
BrowseFacility.getImagesForProjects(SecurityContext ctx,
Collection<Long> projectIds)
Load all images belonging to particular projects
|
Collection<ImageData> |
BrowseFacility.getOrphanedImages(SecurityContext ctx,
long userID)
Get orphaned images for a certain user
|
Collection<ImageData> |
BrowseFacility.getUserImages(SecurityContext ctx)
Loads all images of the logged in user
|
Modifier and Type | Method and Description |
---|---|
void |
DataManagerFacility.addImageToDataset(SecurityContext ctx,
ImageData image,
DatasetData ds)
Adds the
ImageData to the given DatasetData |
Modifier and Type | Method and Description |
---|---|
void |
DataManagerFacility.addImagesToDataset(SecurityContext ctx,
Collection<ImageData> images,
DatasetData ds)
Adds the
ImageData s to the given DatasetData |
Modifier and Type | Method and Description |
---|---|
ImageData |
PixelsData.getImage()
Returns the image linked to this pixels' set.
|
ImageData |
ROIData.getImage()
Returns the image for the ROI.
|
ImageData |
WellSampleData.getImage()
Returns the image related to that sample if any.
|
Modifier and Type | Method and Description |
---|---|
List<ImageData> |
FolderData.copyImageLinks()
Copy the list of image links, see
Folder.copyImageLinks() |
Modifier and Type | Method and Description |
---|---|
void |
PixelsData.setImage(ImageData image)
Sets the image linked to this pixels' set.
|
void |
WellSampleData.setImage(ImageData newValue)
Sets the image linked to this well sample.
|
Modifier and Type | Method and Description |
---|---|
void |
DatasetData.setImages(Set<ImageData> newValue)
Sets the images contained in this dataset.
|
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.