Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


Uses of Class
oracle.odi.domain.validation.ValidationMessageHandle

Packages that use ValidationMessageHandle
oracle.odi.domain.validation   

 

Uses of ValidationMessageHandle in oracle.odi.domain.validation

 

Fields in oracle.odi.domain.validation declared as ValidationMessageHandle
static ValidationMessageHandle ValidationMessageHandle.LOAD_PLAN_CONTEXT_DOESNT_EXIST
          Context is specified on a step "{0}", but it's no longer present in the topology.
static ValidationMessageHandle ValidationMessageHandle.LOAD_PLAN_COULD_NOT_VALIDATE_SQL
          LoadPlan Variable \"{0}\" has SQL, which could not be validated.
static ValidationMessageHandle ValidationMessageHandle.LOAD_PLAN_DIFFERENT_LOGICAL_SCHEMA
          LoadPlan Variable "{0}" LogicalSchema "{1}" is different than the design repository Variable "{2}" LogicalSchema "{3}".
static ValidationMessageHandle ValidationMessageHandle.LOAD_PLAN_DIFFERENT_VARIABLE_SQL
          LoadPlan Variable "{0}" SQL is different than the design repository Variable "{1}" SQL.
static ValidationMessageHandle ValidationMessageHandle.LOAD_PLAN_EXCEPTION_ISNT_USED
          Exception \"{0}\" is not used in the Load Plan.
static ValidationMessageHandle ValidationMessageHandle.LOAD_PLAN_LOGICAL_AGENT_DOESNT_EXIST
          Logical Agent is specified on a step "{0}", but it is no longer present in the topology
static ValidationMessageHandle ValidationMessageHandle.LOAD_PLAN_MAPPING_IS_MISSED
          Context "{0}" and Logical agent "{1}" on a step "{2}" does not map to any physical agent.
static ValidationMessageHandle ValidationMessageHandle.LOAD_PLAN_MISSED_SCENARIO_VARIABLE
          Scenario "{0}", which is referenced by RunScenario step "{1}", has variable "{2}" but LoadPlan does not have variable with the same name.
static ValidationMessageHandle ValidationMessageHandle.LOAD_PLAN_MISSED_VARIABLE
          LoadPlan has variable "{0}", but repository doesn't have variable with the same name.
static ValidationMessageHandle ValidationMessageHandle.LOAD_PLAN_REFRESH_WITHOUT_SQL
          LoadPlan Variable "{0}" is refreshed at step "{1}", but it has no SQL.
static ValidationMessageHandle ValidationMessageHandle.LOAD_PLAN_SCENARIO_HAS_NEWER_VERSION
          Scenario "{0}", which is referenced by RunScenario step "{1}", has a newer version \"{2}\" in the repository.
static ValidationMessageHandle ValidationMessageHandle.LOAD_PLAN_SCENARIO_WASNT_FOUND
          Scenario "{0}" wasn't found.
static ValidationMessageHandle ValidationMessageHandle.LOAD_PLAN_VARIABLE_TYPE_MISMATCH
          Scenario variable "{0}" type and LoadPlan variable "{1}" type mismatch.

 

Constructors in oracle.odi.domain.validation with parameters of type ValidationMessageHandle
ValidationRecord(ValidationMessageHandle messageHandle, java.lang.Object... args)
          Create new record.

 


Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.