| Package | Description | 
|---|---|
| net.sourceforge.seqware.common.hibernate | 
 Looks like utility classes for navigating the metadb. 
 | 
| net.sourceforge.seqware.webservice.resources.queries | 
 Report various things about the metadb. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
WorkflowRunReportRow | 
WorkflowRunReport.getSingleWorkflowRun(Integer workflowRunSWID)
Using a workflow run SWID, report on the files, samples and processing events associated with the run. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<WorkflowRunReportRow> | 
WorkflowRunReport.getAllRuns()
Find all of the workflow runs, and report on each of the workflow runs the files, samples and processing events associated with each. 
 | 
Collection<WorkflowRunReportRow> | 
WorkflowRunReport.getRunsByStatus(WorkflowRunStatus status)  | 
Collection<WorkflowRunReportRow> | 
WorkflowRunReport.getRunsFromWorkflow(Integer workflowSWID)
Using a workflow SWID, find all of the workflow runs, and report on each of the workflow runs the files, samples and processing
 events associated with each. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
WorkflowRunReportResource.outputLogString(boolean stdErr,
               WorkflowRunReportRow wrrr,
               StringBuilder builder)
 outputLogString. 
 | 
String | 
WorkflowRunReportResource.toString(WorkflowRunReportRow wrrr,
        StringBuilder builder)
 toString. 
 | 
Copyright © 2015 SeqWare. All rights reserved.