public class ImportRequest extends Request
Handle
instances passed
back by the ImportProcess
.Modifier and Type | Field and 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 to ManagedRepository.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 to ManagedRepository.importFileset . |
Constructor and Description |
---|
ImportRequest() |
ImportRequest(java.lang.String clientUuid,
java.lang.String repoUuid,
ImportProcessPrx process,
FilesetJobLink activity,
ImportSettings settings,
ImportLocation location,
OriginalFile logFile) |
Modifier and Type | Method and 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() |
public static final java.lang.String[] __ids
public java.lang.String clientUuid
public java.lang.String repoUuid
public ImportProcessPrx process
public FilesetJobLink activity
MetadataImportJob
which is the
first server-side phase after the
UploadJob
.public ImportSettings settings
ImportSettings
which are provided by the
client on the call to ManagedRepository.importFileset
.public ImportLocation location
ImportLocation
which is calculated during
the call to ManagedRepository.importFileset
.public OriginalFile logFile
OriginalFile
object representing the import log file.public static final long serialVersionUID
public ImportRequest()
public ImportRequest(java.lang.String clientUuid, java.lang.String repoUuid, ImportProcessPrx process, FilesetJobLink activity, ImportSettings settings, ImportLocation location, OriginalFile logFile)
public static Ice.ObjectFactory ice_factory()
public boolean ice_isA(java.lang.String s)
public boolean ice_isA(java.lang.String s, Ice.Current __current)
public java.lang.String[] ice_ids()
public java.lang.String[] ice_ids(Ice.Current __current)
public java.lang.String ice_id()
public java.lang.String ice_id(Ice.Current __current)
public static java.lang.String ice_staticId()
protected void __writeImpl(IceInternal.BasicStream __os)
__writeImpl
in class Request
protected void __readImpl(IceInternal.BasicStream __is)
__readImpl
in class Request
public ImportRequest clone()