Package omero.grid
Class ImportRequest
- java.lang.Object
-
- Ice.ObjectImpl
-
- omero.cmd.Request
-
- omero.grid.ImportRequest
-
- All Implemented Interfaces:
Ice.Object
,java.io.Serializable
,java.lang.Cloneable
- Direct Known Subclasses:
ManagedImportRequestI
public class ImportRequest extends Request
Command object which will be used to create theHandle
instances passed back by theImportProcess
.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]
__ids
FilesetJobLink
activity
Activity that this will be filling out in the database.java.lang.String
clientUuid
Lookup value for the session that import is taking part in.ImportLocation
location
ImportLocation
which is calculated during the call toManagedRepository.importFileset
.OriginalFile
logFile
OriginalFile
object representing the import log file.ImportProcessPrx
process
Proxy of the process which this request will be running in.java.lang.String
repoUuid
Repository which is responsible for this import.static long
serialVersionUID
ImportSettings
settings
ImportSettings
which are provided by the client on the call toManagedRepository.importFileset
.
-
Constructor Summary
Constructors Constructor Description ImportRequest()
ImportRequest(java.lang.String clientUuid, java.lang.String repoUuid, ImportProcessPrx process, FilesetJobLink activity, ImportSettings settings, ImportLocation location, OriginalFile logFile)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
__readImpl(IceInternal.BasicStream __is)
protected void
__writeImpl(IceInternal.BasicStream __os)
ImportRequest
clone()
static Ice.ObjectFactory
ice_factory()
java.lang.String
ice_id()
java.lang.String
ice_id(Ice.Current __current)
java.lang.String[]
ice_ids()
java.lang.String[]
ice_ids(Ice.Current __current)
boolean
ice_isA(java.lang.String s)
boolean
ice_isA(java.lang.String s, Ice.Current __current)
static java.lang.String
ice_staticId()
-
-
-
Field Detail
-
__ids
public static final java.lang.String[] __ids
-
clientUuid
public java.lang.String clientUuid
Lookup value for the session that import is taking part in.
-
repoUuid
public java.lang.String repoUuid
Repository which is responsible for this import. All files which are uploaded will be available from it.
-
process
public ImportProcessPrx process
Proxy of the process which this request will be running in. This value will be filled in for possible later re-use, but is not read by the server.
-
activity
public FilesetJobLink activity
Activity that this will be filling out in the database. This always points to aMetadataImportJob
which is the first server-side phase after theUploadJob
.
-
settings
public ImportSettings settings
ImportSettings
which are provided by the client on the call toManagedRepository.importFileset
.
-
location
public ImportLocation location
ImportLocation
which is calculated during the call toManagedRepository.importFileset
.
-
logFile
public OriginalFile logFile
OriginalFile
object representing the import log file.
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ImportRequest
public ImportRequest()
-
ImportRequest
public ImportRequest(java.lang.String clientUuid, java.lang.String repoUuid, ImportProcessPrx process, FilesetJobLink activity, ImportSettings settings, ImportLocation location, OriginalFile logFile)
-
-
Method Detail
-
ice_factory
public static Ice.ObjectFactory ice_factory()
-
ice_isA
public boolean ice_isA(java.lang.String s)
-
ice_isA
public boolean ice_isA(java.lang.String s, Ice.Current __current)
-
ice_ids
public java.lang.String[] ice_ids()
-
ice_ids
public java.lang.String[] ice_ids(Ice.Current __current)
-
ice_id
public java.lang.String ice_id()
-
ice_id
public java.lang.String ice_id(Ice.Current __current)
-
ice_staticId
public static java.lang.String ice_staticId()
-
__writeImpl
protected void __writeImpl(IceInternal.BasicStream __os)
- Overrides:
__writeImpl
in classRequest
-
__readImpl
protected void __readImpl(IceInternal.BasicStream __is)
- Overrides:
__readImpl
in classRequest
-
clone
public ImportRequest clone()
-
-