public class Constant extends Object
Constant class.
Modifier and Type | Field and Description |
---|---|
static String |
ANALYSIS_VIEW
Constant
ANALYSIS_VIEW="redirect:/myAnalisysList.htm" |
static String |
EXPERIMENT_PREFIX
Constant
EXPERIMENT_PREFIX="exp_" |
static String |
FILE_PREFIX
Constant
FILE_PREFIX="fl_" |
static String |
IUS_PREFIX
Constant
IUS_PREFIX="ius_" |
static String |
LANE_PREFIX
Constant
LANE_PREFIX="seq_" |
static String |
PROCESSING_PREFIX
Constant
PROCESSING_PREFIX="ae_" |
static String |
SAMPLE_PREFIX
Constant
SAMPLE_PREFIX="sam_" |
static String |
SEQUENCER_VIEW
Constant
SEQUENCER_VIEW="redirect:/sequencerRunList.htm" |
static String |
STUDY_PREFIX
Constant
STUDY_PREFIX="study_" |
static String |
STUDY_VIEW
Constant
STUDY_VIEW="redirect:/myStudyList.htm" |
static String |
WORKFLOW_RUN_PREFIX
Constant
WORKFLOW_RUN_PREFIX="wfr_" |
Constructor and Description |
---|
Constant() |
Modifier and Type | Method and Description |
---|---|
static Integer |
getFirstId(String str)
getFirstId.
|
static Integer |
getId(String str)
getId.
|
static String |
getViewName(String typeTree)
getViewName.
|
public static final String STUDY_PREFIX
STUDY_PREFIX="study_"
public static final String EXPERIMENT_PREFIX
EXPERIMENT_PREFIX="exp_"
public static final String SAMPLE_PREFIX
SAMPLE_PREFIX="sam_"
public static final String LANE_PREFIX
LANE_PREFIX="seq_"
public static final String IUS_PREFIX
IUS_PREFIX="ius_"
public static final String PROCESSING_PREFIX
PROCESSING_PREFIX="ae_"
public static final String WORKFLOW_RUN_PREFIX
WORKFLOW_RUN_PREFIX="wfr_"
public static final String FILE_PREFIX
FILE_PREFIX="fl_"
public static final String STUDY_VIEW
STUDY_VIEW="redirect:/myStudyList.htm"
public static final String SEQUENCER_VIEW
SEQUENCER_VIEW="redirect:/sequencerRunList.htm"
public static final String ANALYSIS_VIEW
ANALYSIS_VIEW="redirect:/myAnalisysList.htm"
Copyright © 2015 SeqWare. All rights reserved.