Package net.sourceforge.processdash.tool.db

Examples of net.sourceforge.processdash.tool.db.WorkflowHistDataHelper


    @Override
    protected void writeContents() throws IOException {
        String projectID = getProjectID();
        String workflowName = getParameter("workflowName");
        WorkflowHistDataHelper hist = new WorkflowHistDataHelper(
            getDataContext(), projectID, workflowName);
        if (projectID != null && StringUtils.hasValue(workflowName))
            writeReportForWorkflow(hist);
        else
            writeWorkflowSelectionScreen(hist);
View Full Code Here

TOP

Related Classes of net.sourceforge.processdash.tool.db.WorkflowHistDataHelper

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.