Package org.openforis.collect.io.proxy
Class SurveyBackupJobProxy
- java.lang.Object
-
- org.openforis.concurrency.proxy.JobProxy
-
- org.openforis.collect.io.proxy.SurveyBackupJobProxy
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.openforis.concurrency.proxy.JobProxy
JobProxy.Status
-
-
Constructor Summary
Constructors Constructor Description SurveyBackupJobProxy(SurveyBackupJob job)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetOutputFileName()booleanisDataBackupErrorsFound()-
Methods inherited from class org.openforis.concurrency.proxy.JobProxy
getErrorMessage, getErrorMessageArgs, getId, getJob, getName, getProgressPercent, getStatus, isAborted, isCompleted, isFailed, isPending, isRunning
-
-
-
-
Constructor Detail
-
SurveyBackupJobProxy
public SurveyBackupJobProxy(SurveyBackupJob job)
-
-
Method Detail
-
isDataBackupErrorsFound
public boolean isDataBackupErrorsFound()
-
getOutputFileName
public String getOutputFileName()
-
-