public class ImportRequest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String[] |
annotationIds
Any optional annotation ID's to attach to the image being imported.
|
java.lang.String |
datasetId
If the image is to be imported into an existing OMERO dataset, then this
field specifies its ID; leave out otherwise.
|
java.lang.String |
description
Optional field for the image or plate description to use.
|
java.lang.String |
experimenterEmail
The email address to send an outcome notification to.
|
java.lang.String |
name
Optional field for the image or plate name to use.
|
java.lang.String |
omeroHost
The hostname or IP address of the machine running the OMERO server in
which the data will be imported.
|
java.lang.String |
omeroPort
The port of the OMERO server.
|
java.lang.String |
screenId
If the image is to be imported into an existing OMERO screen, then this
field specifies its ID; leave out otherwise.
|
java.lang.String |
sessionKey
Mandatory field to identify the OMERO session to use for the import.
|
java.lang.String |
targetUri
The URI of the file or directory containing the data to import.
|
java.lang.String[][] |
textAnnotations
Any optional image annotations to attach to the image being imported.
|
Constructor and Description |
---|
ImportRequest() |
public java.lang.String experimenterEmail
public java.lang.String targetUri
file://box/with/fat/file
), a suitable remote mount must
exist locally (on the same machine where this server runs), and the
server needs to be configured
so that it can translate remote paths to local ones. This
kind of set up can be quite involved, but has the advantage that a
single import server can pull image data from multiple acquisition
workstations.public java.lang.String omeroHost
public java.lang.String omeroPort
public java.lang.String sessionKey
public java.lang.String name
public java.lang.String description
public java.lang.String datasetId
screenId
are mutually exclusive, it is only allowed to specify
one.screenId
public java.lang.String screenId
datasetId
are mutually exclusive, it is only allowed to specify
one.datasetId
public java.lang.String[][] textAnnotations
[namespace, text]
with both
strings having length at least one. Any entry not conforming to this
format will cause a validation error.public java.lang.String[] annotationIds