public class WorkflowRunHtmlUtil extends Object
WorkflowRunHtmlUtil class.
Modifier and Type | Field and Description |
---|---|
static String |
TYPE_TREE_COMPLETED
Constant
TYPE_TREE_COMPLETED="wfr" |
static String |
TYPE_TREE_RUNNNING
Constant
TYPE_TREE_RUNNNING="wfrr" |
Constructor and Description |
---|
WorkflowRunHtmlUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
getFileHtml(Processing proc,
WorkflowRun workflowRun,
Registration registration,
String typeTree)
getFileHtml.
|
static String |
getHtml(Processing processing,
WorkflowRun workflowRun,
Registration registration,
String typeTree,
List<String> listWorkflowNodeId,
String treeType)
getHtml.
|
static String |
getHtml(Sample sample,
WorkflowRun workflowRun,
Registration registration,
String typeTree)
getHtml.
|
static String |
getHtml(WorkflowRun workflowRun,
Registration registration,
String typeTree,
boolean isWorkflowRunWithSample,
String treeType)
getHtml.
|
public static final String TYPE_TREE_COMPLETED
TYPE_TREE_COMPLETED="wfr"
public static final String TYPE_TREE_RUNNNING
TYPE_TREE_RUNNNING="wfrr"
public static String getHtml(WorkflowRun workflowRun, Registration registration, String typeTree, boolean isWorkflowRunWithSample, String treeType)
getHtml.
workflowRun
- a WorkflowRun
object.registration
- a Registration
object.typeTree
- a String
object.isWorkflowRunWithSample
- a boolean.treeType
- a String
object.String
object.public static String getHtml(Sample sample, WorkflowRun workflowRun, Registration registration, String typeTree)
getHtml.
sample
- a Sample
object.workflowRun
- a WorkflowRun
object.registration
- a Registration
object.typeTree
- a String
object.String
object.public static String getHtml(Processing processing, WorkflowRun workflowRun, Registration registration, String typeTree, List<String> listWorkflowNodeId, String treeType)
getHtml.
processing
- a Processing
object.workflowRun
- a WorkflowRun
object.registration
- a Registration
object.typeTree
- a String
object.listWorkflowNodeId
- a List
object.treeType
- a String
object.String
object.public static String getFileHtml(Processing proc, WorkflowRun workflowRun, Registration registration, String typeTree)
getFileHtml.
proc
- a Processing
object.workflowRun
- a WorkflowRun
object.registration
- a Registration
object.typeTree
- a String
object.String
object.Copyright © 2015 SeqWare. All rights reserved.