Package | Description |
---|---|
omero.gateway.facility | |
omero.gateway.model |
Modifier and Type | Method and Description |
---|---|
DatasetData |
DataManagerFacility.createDataset(SecurityContext ctx,
DatasetData dataset,
ProjectData project)
Creates the
DatasetData on the server and attaches it
to the ProjectData (if not null ) (if the
project doesn't exist on the server yet, it will be created, too) |
Modifier and Type | Method and Description |
---|---|
Collection<DatasetData> |
BrowseFacility.getDatasets(SecurityContext ctx)
Loads all datasets
|
Collection<DatasetData> |
BrowseFacility.getDatasets(SecurityContext ctx,
Collection<Long> ids)
Loads the datasets with the given ids
|
Collection<DatasetData> |
BrowseFacility.getDatasets(SecurityContext ctx,
long ownerId)
Loads the datasets for a particular user
|
Collection<DatasetData> |
BrowseFacility.getDatasets(SecurityContext ctx,
long ownerId,
Collection<Long> ids)
Loads the datasets with the given ids which belong to a particular user
|
Modifier and Type | Method and Description |
---|---|
void |
DataManagerFacility.addImagesToDataset(SecurityContext ctx,
Collection<ImageData> images,
DatasetData ds)
Adds the
ImageData s to the given DatasetData |
void |
DataManagerFacility.addImageToDataset(SecurityContext ctx,
ImageData image,
DatasetData ds)
Adds the
ImageData to the given DatasetData |
DatasetData |
DataManagerFacility.createDataset(SecurityContext ctx,
DatasetData dataset,
ProjectData project)
Creates the
DatasetData on the server and attaches it
to the ProjectData (if not null ) (if the
project doesn't exist on the server yet, it will be created, too) |
Modifier and Type | Method and Description |
---|---|
Set<DatasetData> |
ProjectData.getDatasets()
Returns the datasets contained in this project.
|
Modifier and Type | Method and Description |
---|---|
void |
ProjectData.setDatasets(Set<DatasetData> newValue)
Sets the datasets contained in this project.
|
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.