Uses of Class
org.openforis.concurrency.proxy.JobProxy
-
Packages that use JobProxy Package Description org.openforis.collect.io.proxy org.openforis.collect.web.controller -
-
Uses of JobProxy in org.openforis.collect.io.proxy
Subclasses of JobProxy in org.openforis.collect.io.proxy Modifier and Type Class Description classSurveyBackupJobProxy -
Uses of JobProxy in org.openforis.collect.web.controller
Methods in org.openforis.collect.web.controller that return JobProxy Modifier and Type Method Description JobProxySaikuController. generateRepository(String surveyName, String language)JobProxyBackupRestoreController. getCurrentJob()JobProxyRecordController. moveRecords(int surveyId, String fromStep, boolean promote)JobProxyBackupRestoreController. startBackup(int surveyId)JobProxyBackupRestoreController. startFullExport(CollectSurvey survey, boolean includeRecordFiles, boolean onlyOwnedRecords, String[] rootEntityKeyValues, boolean full)JobProxyRecordController. startRandomRecordsGenerationJob(int surveyId, String oldMeasurement, String newMeasurement, Double percentage, String sourceGridSurveyFileName, Boolean countOnly)JobProxyRecordController. startValidationResportJob(int surveyId)
-