Package org.goobi.production.chart

Examples of org.goobi.production.chart.WorkflowProjectTaskList


      inMax = this.myProjekt.getNumberOfVolumes();
    }

    ProjectStatusDataTable pData = new ProjectStatusDataTable(this.myProjekt.getTitel(), start, end);

    IProvideProjectTaskList ptl = new WorkflowProjectTaskList();

    List<? extends IProjectTask> tasklist = ptl.calculateProjectTasks(this.myProjekt, countImages, inMax);
    for (IProjectTask pt : tasklist) {
      pData.addTask(pt);
    }

    // Determine height of the image
View Full Code Here

TOP

Related Classes of org.goobi.production.chart.WorkflowProjectTaskList

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.