Class ProcessStatusProxy

java.lang.Object
org.openforis.collect.manager.process.proxy.ProcessStatusProxy
All Implemented Interfaces:
Proxy
Direct Known Subclasses:
DataImportStatusProxy

public class ProcessStatusProxy extends Object implements Proxy
Author:
S. Ricci
  • Field Details

  • Constructor Details

    • ProcessStatusProxy

      public ProcessStatusProxy(ProcessStatus status)
  • Method Details

    • getStep

      public ProcessStatus.Step getStep()
    • getTotal

      public long getTotal()
    • getProcessed

      public long getProcessed()
    • getErrorMessage

      public String getErrorMessage()
    • isInit

      public boolean isInit()
    • isRunning

      public boolean isRunning()
    • isComplete

      public boolean isComplete()
    • isError

      public boolean isError()