Package org.goobi.production.flow.jobs

Examples of org.goobi.production.flow.jobs.HistoryAnalyserJob.execute()


   * run storage calculation for all processes now
   */
  public void startStorageCalculationForAllProcessesNow() {
    HistoryAnalyserJob job = new HistoryAnalyserJob();
    if (job.getIsRunning() == false) {
      job.execute();
      Helper.setMeldung("scheduler calculation executed");
    } else {
      Helper.setMeldung("Job is already running, try again in a few minutes");
    }
  }
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.