Class ValidationReportJob


  • @Component
    @Scope("prototype")
    public class ValidationReportJob
    extends org.openforis.concurrency.Job
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ValidationReportJob.Input  
      static class  ValidationReportJob.ReportType  
      • Nested classes/interfaces inherited from class org.openforis.concurrency.Worker

        org.openforis.concurrency.Worker.Status
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void buildTasks()  
      ValidationReportJob.Input getInput()  
      File getOutputFile()  
      protected void initializeInternalVariables()  
      protected void onEnd()  
      void run()  
      void setInput​(ValidationReportJob.Input input)  
      • Methods inherited from class org.openforis.concurrency.Job

        abort, addTask, addTask, addTasks, createTask, execute, getCurrentTask, getCurrentTaskIndex, getJobManager, getProgressPercent, getTasks, hasTaskToRun, initializeTask, nextTask, onTaskCompleted, onTaskEnd, onTaskFailed, release, runTask, setJobManager
      • Methods inherited from class org.openforis.concurrency.Worker

        addStatusChangeListener, afterExecute, afterExecuteInternal, beforeExecute, beforeExecuteInternal, changeStatus, createInternalVariables, destroy, getDuration, getEndTime, getErrorMessage, getErrorMessageArgs, getId, getLastException, getName, getResult, getStartTime, getStatus, getWeight, initialize, isAborted, isCompleted, isEnded, isFailed, isPending, isRunning, logDebug, logError, logInfo, logWarning, notifyAllStatusChangeListeners, onAborted, onCompleted, onFailed, prepareResult, removeStatusChangeListener, setErrorMessage, setErrorMessageArgs, setLastException, setResult, setWeight, validateInput, waitFor
    • Constructor Detail

      • ValidationReportJob

        public ValidationReportJob()
    • Method Detail

      • initializeInternalVariables

        protected void initializeInternalVariables()
                                            throws Throwable
        Overrides:
        initializeInternalVariables in class org.openforis.concurrency.Job
        Throws:
        Throwable
      • buildTasks

        protected void buildTasks()
                           throws Throwable
        Specified by:
        buildTasks in class org.openforis.concurrency.Job
        Throws:
        Throwable
      • onEnd

        protected void onEnd()
        Overrides:
        onEnd in class org.openforis.concurrency.Worker
      • getOutputFile

        public File getOutputFile()