Package | Description |
---|---|
com.hof.mi.etl.runner.status |
Modifier and Type | Method and Description |
---|---|
ETLStepStatus.ETLStepStatusCode |
ETLStepStatusImpl.getStatusCode() |
ETLStepStatus.ETLStepStatusCode |
ETLStepStatus.getStatusCode()
Get the current status of the step represented by
ETLStepStatus.ETLStepStatusCode |
static ETLStepStatus.ETLStepStatusCode |
ETLStepStatus.ETLStepStatusCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ETLStepStatus.ETLStepStatusCode[] |
ETLStepStatus.ETLStepStatusCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ETLStepStatusImpl.setStatusCode(ETLStepStatus.ETLStepStatusCode statusCode) |
void |
ETLStepStatusConcurrentImpl.setStatusCode(ETLStepStatus.ETLStepStatusCode statusCode) |
void |
ETLStepStatus.setStatusCode(ETLStepStatus.ETLStepStatusCode statusCode)
Set the step's status to an
ETLStepStatus.ETLStepStatusCode |