public final class StageConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
EXPR_DEFINITION_ID
The expression of the qualified stage ID.
|
static String |
EXPR_EXECUTION_ID
The expression of the execution ID.
|
static String |
EXPR_STAGE_ID
The expression of the stage ID.
|
static String |
EXPR_USER
The expression of the user name.
|
static String |
PROP_APPLICATION_JAR
The application JAR path.
|
static String |
PROP_ASAKUSA_BATCH_ARGS
The property key name of the batch arguments.
|
static String |
PROP_BATCH_ID
The property key name of the batch ID.
|
static String |
PROP_EXECUTION_ID
The property key name of the execution ID.
|
static String |
PROP_FLOW_ID
The property key name of the flow ID.
|
static String |
PROP_JOB_RUNNER
The property key name of the implementation class of
JobRunner . |
static String |
PROP_TRACKING_ID
The property key name of the tracking ID.
|
static String |
PROP_USER
The property key name of the user name.
|
static String |
VAR_BATCH_ID
The variable name of the batch ID.
|
static String |
VAR_DEFINITION_ID
The variable name of the definition ID.
|
static String |
VAR_EXECUTION_ID
The variable name of the execution ID.
|
static String |
VAR_FLOW_ID
The variable name of the flow ID.
|
static String |
VAR_STAGE_ID
The variable name of the stage ID.
|
static String |
VAR_USER
The variable name of the user name.
|
Modifier and Type | Method and Description |
---|---|
static String |
getDefinitionId(String batchId,
String flowId,
String stageId)
Returns the qualified stage ID from individual IDs.
|
public static final String PROP_USER
public static final String PROP_EXECUTION_ID
public static final String PROP_BATCH_ID
public static final String PROP_FLOW_ID
public static final String PROP_TRACKING_ID
public static final String PROP_ASAKUSA_BATCH_ARGS
public static final String PROP_APPLICATION_JAR
public static final String PROP_JOB_RUNNER
JobRunner
.public static final String VAR_USER
PROP_USER
,
Constant Field Valuespublic static final String VAR_EXECUTION_ID
public static final String VAR_BATCH_ID
public static final String VAR_FLOW_ID
public static final String VAR_DEFINITION_ID
public static final String VAR_STAGE_ID
public static final String EXPR_USER
VariableTable
public static final String EXPR_EXECUTION_ID
VariableTable
public static final String EXPR_DEFINITION_ID
VariableTable
public static final String EXPR_STAGE_ID
VariableTable
public static String getDefinitionId(String batchId, String flowId, String stageId)
batchId
- the batch IDflowId
- the flow IDstageId
- the stage IDIllegalArgumentException
- if some parameters are null
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.