public class NodeHtmlUtil extends Object
NodeHtmlUtil class.
Constructor and Description |
---|
NodeHtmlUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
getAnalysisWorkflowHtml(WorkflowRun workflowRun,
Registration registration,
String typeTree,
boolean isOpen,
boolean isLast,
String treeType)
getAnalysisWorkflowHtml.
|
static String |
getExperimentHtml(Experiment experiment,
Registration registration,
String typeTree,
String openingNodeId,
boolean isOpenProc,
String treeType)
getExperimentHtml.
|
static String |
getIUSHtml(IUS ius,
Registration registration,
String typeTree,
String openingNodeId,
boolean isOpenProc,
boolean isVisibleProc,
String treeType)
getIUSHtml.
|
static String |
getLaneHtml(Lane lane,
Registration registration,
String typeTree,
String openingNodeId,
String treeType)
getLaneHtml.
|
static String |
getNodeHtml(Processing processing,
Registration registration,
String typeTree,
boolean isOpenWfr,
boolean isOpenProc,
boolean isVisibleProc,
boolean isInnerWFR,
boolean isLastNode,
String treeType)
getNodeHtml.
|
static String |
getProcessingHtml(Processing processing,
Registration registration,
String typeTree,
String openingNodeId,
String treeType)
getProcessingHtml.
|
static String |
getSampleHtml(Sample sample,
Registration registration,
String typeTree,
String openingNodeId,
boolean isEnd,
boolean isOpenProc,
String treeType)
getSampleHtml.
|
static String |
getSequencerRunHtml(SequencerRun sequencerRun,
Registration registration,
String openingNodeId,
String treeType)
getSequencerRunHtml.
|
static String |
getStydyHtml(Study study,
Registration registration,
String openingNodeId,
boolean isOpenProc,
String treeType)
getStydyHtml.
|
static String |
getWorkflowRunHtml(WorkflowRun workflowRun,
Registration registration,
String typeTree,
String openingNodeId,
String treeType)
getWorkflowRunHtml.
|
static String |
getWorkflowRunHtmlWithIUSs(WorkflowRun workflowRun,
Registration registration,
String typeTree,
String openingNodeId,
String treeType)
getWorkflowRunHtmlWithIUSs.
|
static String |
pasteHtmlIntoParentNode(String childHtml,
String parentHtml,
String parentId,
boolean isChildVisible)
pasteHtmlIntoParentNode.
|
public static String getWorkflowRunHtml(WorkflowRun workflowRun, Registration registration, String typeTree, String openingNodeId, String treeType)
getWorkflowRunHtml.
workflowRun
- a WorkflowRun
object.registration
- a Registration
object.typeTree
- a String
object.openingNodeId
- a String
object.treeType
- a String
object.String
object.public static String getWorkflowRunHtmlWithIUSs(WorkflowRun workflowRun, Registration registration, String typeTree, String openingNodeId, String treeType)
getWorkflowRunHtmlWithIUSs.
workflowRun
- a WorkflowRun
object.registration
- a Registration
object.typeTree
- a String
object.openingNodeId
- a String
object.treeType
- a String
object.String
object.public static String getProcessingHtml(Processing processing, Registration registration, String typeTree, String openingNodeId, String treeType)
getProcessingHtml.
processing
- a Processing
object.registration
- a Registration
object.typeTree
- a String
object.openingNodeId
- a String
object.treeType
- a String
object.String
object.public static String getAnalysisWorkflowHtml(WorkflowRun workflowRun, Registration registration, String typeTree, boolean isOpen, boolean isLast, String treeType)
getAnalysisWorkflowHtml.
workflowRun
- a WorkflowRun
object.registration
- a Registration
object.typeTree
- a String
object.isOpen
- a boolean.isLast
- a boolean.treeType
- a String
object.String
object.public static String getNodeHtml(Processing processing, Registration registration, String typeTree, boolean isOpenWfr, boolean isOpenProc, boolean isVisibleProc, boolean isInnerWFR, boolean isLastNode, String treeType)
getNodeHtml.
processing
- a Processing
object.registration
- a Registration
object.typeTree
- a String
object.isOpenWfr
- a boolean.isOpenProc
- a boolean.isVisibleProc
- a boolean.isInnerWFR
- a boolean.isLastNode
- a boolean.treeType
- a String
object.String
object.public static String getIUSHtml(IUS ius, Registration registration, String typeTree, String openingNodeId, boolean isOpenProc, boolean isVisibleProc, String treeType)
getIUSHtml.
public static String getLaneHtml(Lane lane, Registration registration, String typeTree, String openingNodeId, String treeType)
getLaneHtml.
public static String getSampleHtml(Sample sample, Registration registration, String typeTree, String openingNodeId, boolean isEnd, boolean isOpenProc, String treeType)
getSampleHtml.
public static String getExperimentHtml(Experiment experiment, Registration registration, String typeTree, String openingNodeId, boolean isOpenProc, String treeType)
getExperimentHtml.
experiment
- a Experiment
object.registration
- a Registration
object.typeTree
- a String
object.openingNodeId
- a String
object.isOpenProc
- a boolean.treeType
- a String
object.String
object.public static String getStydyHtml(Study study, Registration registration, String openingNodeId, boolean isOpenProc, String treeType)
getStydyHtml.
study
- a Study
object.registration
- a Registration
object.openingNodeId
- a String
object.isOpenProc
- a boolean.treeType
- a String
object.String
object.public static String getSequencerRunHtml(SequencerRun sequencerRun, Registration registration, String openingNodeId, String treeType)
getSequencerRunHtml.
sequencerRun
- a SequencerRun
object.registration
- a Registration
object.openingNodeId
- a String
object.treeType
- a String
object.String
object.Copyright © 2015 SeqWare. All rights reserved.