| Package | Description |
|---|---|
| oracle.odi.domain.model |
This package contains the Oracle Data Integrator Data Model domain implementation.
|
| oracle.odi.domain.model.finder |
This package contains Oracle Data Integrator Finder interfaces for domain model objects.
|
| oracle.odi.domain.project |
This package contains the Oracle Data Integrator Project implementation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OdiDataStore.removeCondition(OdiCondition pCondition)
Remove the given
OdiCondition from the collection of
OdiConditions that belongs to this OdiDataStore. |
| Modifier and Type | Method and Description |
|---|---|
OdiCondition |
IOdiConditionFinder.findByName(java.lang.String pName,
java.lang.String pModelCode)
Find OdiCondition by name and model code.
|
| Modifier and Type | Method and Description |
|---|---|
OdiCondition |
OdiInterface.CheckableFlowConstraint.getConditionConstraint()
Deprecated.
Returns the underlying
OdiCondition for this constraint. |