|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.internal.util.MessageHandle
oracle.odi.domain.validation.ValidationMessageHandle
public final class ValidationMessageHandle
Utility MessageHandle for ValidationRecord class.
| Field Summary | |
|---|---|
static ValidationMessageHandle |
LOAD_PLAN_CONTEXT_DOESNT_EXISTContext is specified on a step "{0}", but it's no longer present in the topology. |
static ValidationMessageHandle |
LOAD_PLAN_COULD_NOT_VALIDATE_SQLLoadPlan Variable \"{0}\" has SQL, which could not be validated. |
static ValidationMessageHandle |
LOAD_PLAN_DIFFERENT_LOGICAL_SCHEMALoadPlan Variable "{0}" LogicalSchema "{1}" is different than the design repository Variable "{2}" LogicalSchema "{3}". |
static ValidationMessageHandle |
LOAD_PLAN_DIFFERENT_VARIABLE_SQLLoadPlan Variable "{0}" SQL is different than the design repository Variable "{1}" SQL. |
static ValidationMessageHandle |
LOAD_PLAN_EXCEPTION_ISNT_USEDException \"{0}\" is not used in the Load Plan. |
static ValidationMessageHandle |
LOAD_PLAN_LOGICAL_AGENT_DOESNT_EXISTLogical Agent is specified on a step "{0}", but it is no longer present in the topology |
static ValidationMessageHandle |
LOAD_PLAN_MAPPING_IS_MISSEDContext "{0}" and Logical agent "{1}" on a step "{2}" does not map to any physical agent. |
static ValidationMessageHandle |
LOAD_PLAN_MISSED_SCENARIO_VARIABLEScenario "{0}", which is referenced by RunScenario step "{1}", has variable "{2}" but LoadPlan does not have variable with the same name. |
static ValidationMessageHandle |
LOAD_PLAN_MISSED_VARIABLELoadPlan has variable "{0}", but repository doesn't have variable with the same name. |
static ValidationMessageHandle |
LOAD_PLAN_REFRESH_WITHOUT_SQLLoadPlan Variable "{0}" is refreshed at step "{1}", but it has no SQL. |
static ValidationMessageHandle |
LOAD_PLAN_SCENARIO_HAS_NEWER_VERSIONScenario "{0}", which is referenced by RunScenario step "{1}", has a newer version \"{2}\" in the repository. |
static ValidationMessageHandle |
LOAD_PLAN_SCENARIO_WASNT_FOUNDScenario "{0}" wasn't found. |
static ValidationMessageHandle |
LOAD_PLAN_VARIABLE_TYPE_MISMATCHScenario variable "{0}" type and LoadPlan variable "{1}" type mismatch. |
| Method Summary |
|---|
| Methods inherited from class oracle.odi.internal.util.MessageHandle |
|---|
getAction, getCause, getMessage, getMessageID, getMessageKey |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final ValidationMessageHandle LOAD_PLAN_EXCEPTION_ISNT_USED
public static final ValidationMessageHandle LOAD_PLAN_CONTEXT_DOESNT_EXIST
public static final ValidationMessageHandle LOAD_PLAN_MISSED_SCENARIO_VARIABLE
public static final ValidationMessageHandle LOAD_PLAN_SCENARIO_HAS_NEWER_VERSION
public static final ValidationMessageHandle LOAD_PLAN_SCENARIO_WASNT_FOUND
public static final ValidationMessageHandle LOAD_PLAN_DIFFERENT_VARIABLE_SQL
public static final ValidationMessageHandle LOAD_PLAN_MAPPING_IS_MISSED
public static final ValidationMessageHandle LOAD_PLAN_LOGICAL_AGENT_DOESNT_EXIST
public static final ValidationMessageHandle LOAD_PLAN_VARIABLE_TYPE_MISMATCH
public static final ValidationMessageHandle LOAD_PLAN_DIFFERENT_LOGICAL_SCHEMA
public static final ValidationMessageHandle LOAD_PLAN_REFRESH_WITHOUT_SQL
public static final ValidationMessageHandle LOAD_PLAN_MISSED_VARIABLE
public static final ValidationMessageHandle LOAD_PLAN_COULD_NOT_VALIDATE_SQL
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||