| Package | Description |
|---|---|
| oracle.odi.domain.runtime.loadplan |
| Modifier and Type | Method and Description |
|---|---|
OdiLoadPlanStepCase |
OdiLoadPlanStepContainer.addStepCase(java.lang.String pStepName,
OdiLoadPlanVariable pVariable)
Creates an instance of
OdiLoadPlanStepCase, adds it to the list of children steps in the last position and returns it. |
OdiLoadPlanStepCase |
OdiLoadPlanStepCase.copy(boolean generateName)
Deprecated.
since 11.1.1.7.0 consider using
OdiLoadPlanStep.duplicate() or OdiLoadPlanStep.duplicate(OdiLoadPlanStep) method. |
| Modifier and Type | Method and Description |
|---|---|
OdiLoadPlanCaseCondition |
OdiLoadPlanCaseCondition.copy(boolean generateName,
OdiLoadPlanStepCase pParentStepCase)
Deprecated.
since 11.1.1.7.0 consider using
OdiLoadPlanCaseCondition.duplicate() or OdiLoadPlanCaseCondition.duplicate(OdiLoadPlanStepCase) method. |
OdiLoadPlanCaseCondition |
OdiLoadPlanCaseCondition.duplicate(OdiLoadPlanStepCase parentElement) |