public class OMEROGateway extends Object implements AutoCloseable
Constructor and Description |
---|
OMEROGateway(LoginCredentials credentials,
JIPipeProgressInfo progressInfo) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
BrowseFacility |
getBrowseFacility() |
LoginCredentials |
getCredentials() |
DataManagerFacility |
getDataManagerFacility() |
DatasetData |
getDataset(long datasetId,
long groupId)
Gets a dataset
|
Gateway |
getGateway() |
ImageData |
getImage(long imageId,
long groupId)
Gets a dataset
|
MetadataFacility |
getMetadata() |
JIPipeProgressInfo |
getProgressInfo() |
ProjectData |
getProject(long projectId,
long groupId)
Gets a project
|
ExperimenterData |
getUser() |
public OMEROGateway(LoginCredentials credentials, JIPipeProgressInfo progressInfo)
public LoginCredentials getCredentials()
public Gateway getGateway()
public BrowseFacility getBrowseFacility()
public DataManagerFacility getDataManagerFacility()
public JIPipeProgressInfo getProgressInfo()
public ExperimenterData getUser()
public void close()
close
in interface AutoCloseable
public MetadataFacility getMetadata()
public ProjectData getProject(long projectId, long groupId)
projectId
- the project IDgroupId
- the group ID. Can be negative; then all available group Ids will be testedpublic DatasetData getDataset(long datasetId, long groupId)
datasetId
- the project IDgroupId
- the group ID. Can be negative; then all available group Ids will be testedpublic ImageData getImage(long imageId, long groupId)
imageId
- the image IDgroupId
- the group ID. Can be negative; then all available group Ids will be testedCopyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.