Package | Description |
---|---|
oracle.odi.interfaces.interactive |
Provides interfaces for interactive handling of Oracle Data Integrator interfaces.
|
Modifier and Type | Field and Description |
---|---|
static IInterfaceIssue.Origin |
IInterfaceIssue.Origin.DATASETS_DESIGN
Issue on the DataSet design (SourceDataStores, Joins, TargetMappings, ...).
|
static IInterfaceIssue.Origin |
IInterfaceIssue.Origin.FLOW_DESIGN
Issue on the flow design (KMs...).
|
static IInterfaceIssue.Origin |
IInterfaceIssue.Origin.GENERAL
General issue (name context...).
|
Modifier and Type | Method and Description |
---|---|
IInterfaceIssue.Origin |
IInterfaceIssue.getOrigin()
Deprecated.
Returns the area of the interface that this issue is related to.
|
static IInterfaceIssue.Origin |
IInterfaceIssue.Origin.valueOf(java.lang.String name) |
static IInterfaceIssue.Origin[] |
IInterfaceIssue.Origin.values() |