public class SequencerRunHtmlUtil extends Object
SequencerRunHtmlUtil class.
| Modifier and Type | Field and Description |
|---|---|
static String |
TYPE_TREE
Constant
TYPE_TREE="sr" |
| Constructor and Description |
|---|
SequencerRunHtmlUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getAllHtml(IUS ius,
Registration registration,
String openingNodeId,
boolean isOpenProc,
boolean isVisibleProc,
String treeType)
getAllHtml.
|
static String |
getAllHtml(Lane lane,
Registration registration,
String openingNodeId,
String treeType)
getAllHtml.
|
static String |
getAllHtml(Processing processing,
Registration registration,
String openingNodeId,
Integer currPosId,
List<String> listNodeId,
boolean isFirstCall,
boolean isViewCurrentNode,
String treeType)
getAllHtml.
|
static String |
getFileHtml(Processing proc,
Registration registration)
getFileHtml.
|
static String |
getHtml(Object obj,
Registration registration,
List<String> listSeqencerRunNodeId,
String treeType)
getHtml.
|
static Lane |
getParentLane(Processing processing,
Integer parentId)
getParentLane.
|
static Processing |
getParentProcessing(Processing processing,
Integer parentId)
getParentProcessing.
|
public static final String TYPE_TREE
TYPE_TREE="sr"public static String getHtml(Object obj, Registration registration, List<String> listSeqencerRunNodeId, String treeType)
getHtml.
obj - a Object object.registration - a Registration object.listSeqencerRunNodeId - a List object.treeType - a String object.String object.public static String getFileHtml(Processing proc, Registration registration)
getFileHtml.
proc - a Processing object.registration - a Registration object.String object.public static String getAllHtml(Lane lane, Registration registration, String openingNodeId, String treeType)
getAllHtml.
lane - a Lane object.registration - a Registration object.openingNodeId - a String object.treeType - a String object.String object.public static String getAllHtml(IUS ius, Registration registration, String openingNodeId, boolean isOpenProc, boolean isVisibleProc, String treeType)
getAllHtml.
ius - a IUS object.registration - a Registration object.openingNodeId - a String object.isOpenProc - a boolean.isVisibleProc - a boolean.treeType - a String object.String object.public static String getAllHtml(Processing processing, Registration registration, String openingNodeId, Integer currPosId, List<String> listNodeId, boolean isFirstCall, boolean isViewCurrentNode, String treeType)
getAllHtml.
processing - a Processing object.registration - a Registration object.openingNodeId - a String object.currPosId - a Integer object.listNodeId - a List object.isFirstCall - a boolean.isViewCurrentNode - a boolean.treeType - a String object.String object.public static Lane getParentLane(Processing processing, Integer parentId)
getParentLane.
processing - a Processing object.parentId - a Integer object.Lane object.public static Processing getParentProcessing(Processing processing, Integer parentId)
getParentProcessing.
processing - a Processing object.parentId - a Integer object.Processing object.Copyright © 2015 SeqWare. All rights reserved.