Package de.elo.ix.client.fio
Class FioResult
java.lang.Object
de.elo.ix.client.fio.FioResult
- All Implemented Interfaces:
Serializable
- Since:
- 11.00.000.005
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected InputStream
protected JobState
This object represents the state of the export. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setDownloadStream
(InputStream downloadStream) void
setJobState
(JobState jobState)
-
Field Details
-
jobState
This object represents the state of the export. UseIXServicePortIF.queryJobState(de.elo.ix.client.ClientInfo, String, boolean, boolean, boolean)
to get recent states. -
downloadStream
- Since:
- 11.00.000.034
-
-
Constructor Details
-
FioResult
public FioResult()
-
-
Method Details
-
getDownloadStream
-
setDownloadStream
-
getJobState
-
setJobState
-