Package org.goobi.production.flow.statistics.hibernate

Examples of org.goobi.production.flow.statistics.hibernate.StatQuestProjectProgressData


   * @returns a StatQuestThroughputCommonFlow for the generation of projekt progress data
   */
  public StatQuestProjectProgressData getProjectProgressInterface() {

      if (this.projectProgressData == null) { // initialize datasource with default selection
        this.projectProgressData = new StatQuestProjectProgressData();
      }
      synchronized (this.projectProgressData) {
      try {

        this.projectProgressData.setCommonWorkflow(this.myProjekt.getWorkFlow());
View Full Code Here

TOP

Related Classes of org.goobi.production.flow.statistics.hibernate.StatQuestProjectProgressData

Copyright © 2018 www.massapicom. 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.