|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OdiLoadPlanStep | |
|---|---|
| oracle.odi.domain.runtime.loadplan | |
| Uses of OdiLoadPlanStep in oracle.odi.domain.runtime.loadplan |
|---|
| Subclasses of OdiLoadPlanStep in oracle.odi.domain.runtime.loadplan | |
|---|---|
class |
OdiLoadPlanStepCaseAn OdiLoadPlanStepCase is one of the OdiLoadPlanStepCase.It represents an aggregate "case-when*-else" (* there can be multiple when clauses). |
class |
OdiLoadPlanStepContainerThis abstract class represents the steps that serve as container for other steps. |
class |
OdiLoadPlanStepParallelConcrete class for OdiLoadPlanStep describing the execution of children step in parallel. |
class |
OdiLoadPlanStepRunScenarioConcrete class for OdiLoadPlanStep defining the execution of an OdiScenario |
class |
OdiLoadPlanStepSerialConcrete class for OdiLoadPlanStep describing the execution of children steps in a given order. |
| Methods in oracle.odi.domain.runtime.loadplan that return OdiLoadPlanStep | |
|---|---|
OdiLoadPlanStep |
OdiLoadPlanStep.copy(boolean generateName) |
OdiLoadPlanStep |
OdiLoadPlanStepContainer.copy(boolean generateName) |
OdiLoadPlanStep |
OdiLoadPlanStep.duplicate()Create a duplicated step just placed just after this step/step container |
OdiLoadPlanStep |
OdiLoadPlanStep.duplicate(OdiLoadPlanStep parentElement) |
OdiLoadPlanStep |
OdiLoadPlanStepVariable.getLoadPlanStep() |
| Methods in oracle.odi.domain.runtime.loadplan that return types with arguments of type OdiLoadPlanStep | |
|---|---|
java.util.List<OdiLoadPlanStep> |
OdiLoadPlanStepContainer.getChildrenSteps() |
| Methods in oracle.odi.domain.runtime.loadplan with parameters of type OdiLoadPlanStep | |
|---|---|
void |
OdiLoadPlanException.addStepToEnd(OdiLoadPlanStep pStep) |
void |
OdiLoadPlanStepContainer.addStepToEnd(OdiLoadPlanStep pStep) |
OdiLoadPlanStep |
OdiLoadPlanStep.duplicate(OdiLoadPlanStep parentElement) |
void |
OdiLoadPlanException.moveAfter(OdiLoadPlanStep pStepToMove, OdiLoadPlanStep pAfterThisStep) |
void |
OdiLoadPlanStepContainer.moveAfter(OdiLoadPlanStep pStepToMove, OdiLoadPlanStep pAfterThisStep)Moves the given step in the children list, putting it right after the second parameter step. |
void |
OdiLoadPlanException.moveBefore(OdiLoadPlanStep pStepToMove, OdiLoadPlanStep pBeforeThisStep) |
void |
OdiLoadPlanStepContainer.moveBefore(OdiLoadPlanStep pStepToMove, OdiLoadPlanStep pBeforeThisStep)Moves the given step in the children list, putting it right before the second parameter step. No action if pStepToMove is already right before pBeforeThisStep. |
void |
OdiLoadPlan.moveStepIntoStepContainer(OdiLoadPlanStep pStepToMove, OdiLoadPlanStepContainer pTargetContainer)Moves an OdiLoadPlanStep into a new step container and puts it at the end of the children list. |
int |
OdiLoadPlanStepContainer.prepareForMovingSteps(OdiLoadPlanStep pStepToMove, OdiLoadPlanStep targetStep) |
void |
OdiLoadPlanException.removeStep(OdiLoadPlanStep pOdiLoadPlanStep) |
void |
OdiLoadPlanStepContainer.removeStep(OdiLoadPlanStep pOdiLoadPlanStep)Removes the given step of the list of children steps and updates the order for the remaining children steps. |
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||