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 theHandleinstances passed back by theImportProcess.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]__idsFilesetJobLinkactivityActivity that this will be filling out in the database.java.lang.StringclientUuidLookup value for the session that import is taking part in.ImportLocationlocationImportLocationwhich is calculated during the call toManagedRepository.importFileset.OriginalFilelogFileOriginalFileobject representing the import log file.ImportProcessPrxprocessProxy of the process which this request will be running in.java.lang.StringrepoUuidRepository which is responsible for this import.static longserialVersionUIDImportSettingssettingsImportSettingswhich 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)ImportRequestclone()static Ice.ObjectFactoryice_factory()java.lang.Stringice_id()java.lang.Stringice_id(Ice.Current __current)java.lang.String[]ice_ids()java.lang.String[]ice_ids(Ice.Current __current)booleanice_isA(java.lang.String s)booleanice_isA(java.lang.String s, Ice.Current __current)static java.lang.Stringice_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 aMetadataImportJobwhich is the first server-side phase after theUploadJob.
-
settings
public ImportSettings settings
ImportSettingswhich are provided by the client on the call toManagedRepository.importFileset.
-
location
public ImportLocation location
ImportLocationwhich is calculated during the call toManagedRepository.importFileset.
-
logFile
public OriginalFile logFile
OriginalFileobject 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:
__writeImplin classRequest
-
__readImpl
protected void __readImpl(IceInternal.BasicStream __is)
- Overrides:
__readImplin classRequest
-
clone
public ImportRequest clone()
-
-