Interface ImportProgress
- All Superinterfaces:
ActionProgress,Serializable
Interface providing access to the progress information of a
project import.- Since:
- 4.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionintThe Error count of non-fatal import errorsfloatReturns current import operation progress value between 0 and 1.0 or -1.longReturn the project id of the currently imported project. -1 if not known.Methods inherited from interface de.espirit.firstspirit.access.ActionProgress
getLog, getProgress, getStatus, isFinished
-
Method Details
-
getOperationProgress
float getOperationProgress()Returns current import operation progress value between 0 and 1.0 or -1. A value of -1 means indeterminate operation progress.- Since:
- 4.0
-
getThrowable
Throwable getThrowable()- Since:
- 4.0
-
getProjectId
long getProjectId()Return the project id of the currently imported project. -1 if not known.- Since:
- 4.0
-
getErrorCount
int getErrorCount()The Error count of non-fatal import errors- Since:
- 4.0.21
-