| Package | Description |
|---|---|
| oracle.odi.domain.finder |
Provides foundation of finder concerns.
|
| Modifier and Type | Field and Description |
|---|---|
static OdiPhysicalAgentCriteria.PhysicalAgentEngineType |
OdiPhysicalAgentCriteria.PhysicalAgentEngineType.ODI_OA
ODI Agent
|
static OdiPhysicalAgentCriteria.PhysicalAgentEngineType |
OdiPhysicalAgentCriteria.PhysicalAgentEngineType.ODI_OZ
Oozie External Runtime Engine
|
| Modifier and Type | Method and Description |
|---|---|
OdiPhysicalAgentCriteria.PhysicalAgentEngineType |
OdiPhysicalAgentCriteria.getEngineType() |
static OdiPhysicalAgentCriteria.PhysicalAgentEngineType |
OdiPhysicalAgentCriteria.PhysicalAgentEngineType.valueOf(java.lang.String name) |
static OdiPhysicalAgentCriteria.PhysicalAgentEngineType[] |
OdiPhysicalAgentCriteria.PhysicalAgentEngineType.values() |
| Modifier and Type | Method and Description |
|---|---|
void |
OdiPhysicalAgentCriteria.setEngineType(OdiPhysicalAgentCriteria.PhysicalAgentEngineType engineType) |
| Constructor and Description |
|---|
OdiPhysicalAgentCriteria(OdiPhysicalAgentCriteria.PhysicalAgentEngineType engineType)
constructor used to specify what engine type will be selected
|