| Package | Description | 
|---|---|
| ome.api | 
 Contains the central verbs of the Omero System. 
 | 
| ome.model.annotations | |
| ome.model.containers | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Set<Project> | 
IAnalysis.getProjectsForDataset(long datasetId)  | 
java.util.Set<Project> | 
IAnalysis.getProjectsForUser(long experimenterId)  | 
| Modifier and Type | Method and Description | 
|---|---|
Project | 
ProjectAnnotationLink.parent()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
ProjectAnnotationLink.link(Project parent,
    Annotation child)  | 
| Modifier and Type | Method and Description | 
|---|---|
Project | 
Project.newInstance()  | 
Project | 
ProjectDatasetLink.parent()  | 
Project | 
Project.proxy()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Iterator<Project> | 
Dataset.linkedProjectIterator()
provides an iterator over the child values of the projectLinks. 
 | 
java.util.List<Project> | 
Dataset.linkedProjectList()
produces a  
List-copy of the underlying collection. | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Set<ProjectDatasetLink> | 
Dataset.findProjectDatasetLink(Project target)
find all ome.model.containers.ProjectDatasetLink which have the argument as their parent. 
 | 
void | 
ProjectDatasetLink.link(Project parent,
    Dataset child)  | 
ProjectDatasetLink | 
Dataset.linkProject(Project addition)
Adds a ome.model.containers.ProjectDatasetLink to projectLinks . 
 | 
void | 
Dataset.unlinkProject(Project removal)
unlinks all ome.model.containers.Project instances from this instance. 
 | 
                
                
Version: 5.4.8-ice35-b99
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.