Package | Description |
---|---|
omero.gateway.facility | |
omero.gateway.model |
Modifier and Type | Method and Description |
---|---|
Collection<ProjectData> |
BrowseFacility.getProjects(SecurityContext ctx)
Get all projects
|
Collection<ProjectData> |
BrowseFacility.getProjects(SecurityContext ctx,
Collection<Long> ids)
Get the projects for the given project ids
|
Collection<ProjectData> |
BrowseFacility.getProjects(SecurityContext ctx,
long ownerId)
Get the projects of a certain user
|
Collection<ProjectData> |
BrowseFacility.getProjects(SecurityContext ctx,
long ownerId,
Collection<Long> ids)
Get the projects for the given project ids which belong to a certain user
|
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 |
---|---|
void |
DatasetData.setProjects(Set<ProjectData> newValue)
Sets the projects containing the dataset.
|
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.