| Package | Description |
|---|---|
| oracle.odi.domain.runtime.loadplan | |
| oracle.odi.domain.runtime.loadplan.finder | |
| oracle.odi.domain.runtime.lpi | |
| oracle.odi.domain.runtime.scenario |
This package contains classes for managing Oracle Data Integrator Scenarios and related objects.
|
| Modifier and Type | Method and Description |
|---|---|
OdiLoadPlan |
OdiLoadPlanElement.getLoadPlan() |
OdiLoadPlan |
OdiLoadPlanSchedule.getLoadPlan()
Returns the
OdiLoadPlan this schedule is associated with. |
OdiLoadPlan |
OdiLoadPlanStepVariable.getLoadPlan() |
OdiLoadPlan |
OdiLoadPlanVariable.getLoadPlan() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
OdiLoadPlanValidator.validateLoadPlan(OdiLoadPlan loadPlan)
Check passed load plan against follow rules:
|
| Constructor and Description |
|---|
OdiLoadPlanSchedule(OdiLoadPlan pLoadPlan,
java.lang.String pContextCode,
java.lang.String pLogicalAgentName)
Constructs the active schedule of ON_AGENT_STARTUP recurrence type for
specified
OdiLoadPlan. |
OdiLoadPlanSchedule(OdiLoadPlan pLoadPlan,
java.lang.String pContextCode,
java.lang.String pLogicalAgentName,
Recurrence pRecurrence)
Constructs the active Schedule with specified recurrence for specified
OdiLoadPlan. |
| Modifier and Type | Method and Description |
|---|---|
OdiLoadPlan |
IOdiLoadPlanFinder.findByName(java.lang.String pName)
Find the load plan defined by this name
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection |
IOdiLoadPlanScheduleFinder.findByLoadPlan(OdiLoadPlan pLoadPlan)
Finds for all schedules related to specified
OdiLoadPlan. |
| Modifier and Type | Method and Description |
|---|---|
OdiLoadPlan |
OdiLoadPlanInstance.getLoadPlan() |
| Modifier and Type | Method and Description |
|---|---|
void |
OdiScenarioFolder.addLoadPlan(OdiLoadPlan pLoadPlan)
Add the given
OdiLoadPlan to this OdiScenarioFolder. |
void |
OdiScenarioFolder.removeLoadPlan(OdiLoadPlan pLoadPlan)
Removes the given
OdiLoadPlan from this OdiScenarioFolder's
hierarchy. |