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.
|
oracle.odi.domain.runtime.scenario.finder |
This package contains classes for searching Oracle Data Integrator scenarios.
|
oracle.odi.domain.runtime.session |
This package contains classes for managing Oracle Data Integrator Sessions and related objects.
|
oracle.odi.domain.runtime.session.blueprint | |
oracle.odi.domain.runtime.session.finder |
This package contains classes for searching Oracle Data Integrator sessions.
|
oracle.odi.generation |
This package contains the generation services for Oracle Data Integrator.
|
oracle.odi.generation.support |
This package contains the generation services for Oracle Data Integrator.
|
Modifier and Type | Method and Description |
---|---|
Tag |
OdiLoadPlanStepRunScenario.getScenarioTag() |
Modifier and Type | Method and Description |
---|---|
OdiLoadPlanStepRunScenario |
OdiLoadPlanStepContainer.addStepRunScenario(java.lang.String pStepName,
Tag pScenarioTag,
OdiLogicalAgent pLogicalAgent,
OdiContext pContext)
Creates an instance of
OdiLoadPlanStepRunScenario , adds it to the list of children steps in the last position and returns it. |
void |
OdiLoadPlanStepRunScenario.setScenarioTag(Tag pScenarioTag)
Sets the scenario tag to be called on this step
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection |
IOdiLoadPlanFinder.findByScenarioUsed(Tag pScenario)
Retrieve the list of load plan executing the scenario
|
Modifier and Type | Method and Description |
---|---|
Tag |
OdiLoadPlanInstanceStepRunScenario.getScenarioTag() |
Modifier and Type | Method and Description |
---|---|
Tag |
OdiScenario.getTag()
Gets the OdiScenario's tag (name and version).
|
Modifier and Type | Method and Description |
---|---|
void |
OdiScenario.setTag(Tag pTag)
Specifies the tag for this
OdiScenario . |
Constructor and Description |
---|
OdiScenario(Tag pTag) |
Modifier and Type | Method and Description |
---|---|
OdiScenario |
IOdiScenarioFinder.findByTag(Tag pScenarioTag)
Finds from the runtime repository
OdiScenario specified by
pScenerioTag. |
Modifier and Type | Method and Description |
---|---|
Tag |
OdiSession.getSourceScenarioTag()
Deprecated.
replaced by
#getSessionBlueprint().getSourceScenarioTag() |
Modifier and Type | Method and Description |
---|---|
void |
OdiSession.setSourceScenarioTag(Tag pTag)
Deprecated.
Source Scenario Tag property is owned by
OdiSessionBlueprint from now, and
thus it may be common for a number of Sessions. So its modification is not possible
at this level. |
Modifier and Type | Method and Description |
---|---|
Tag |
OdiSessionBlueprint.getSourceScenarioTag()
Returns the
Tag of OdiScenario , from which this OdiSessionBlueprint
was generated, or null if it was generated from the design-time object. |
Constructor and Description |
---|
OdiSessionBlueprint(java.lang.Number pSourceScenarioId,
java.lang.Number pSourceScenarioSnapshotNumber,
Tag pSourceScenarioTag)
FOR INTERNAL USE ONLY.
|
Modifier and Type | Method and Description |
---|---|
Tag |
OdiSessionCriteria.getScenarioTag()
Returns the value of
scenarioTag property. |
Modifier and Type | Method and Description |
---|---|
void |
OdiSessionCriteria.setScenarioTag(Tag pScenarioTag)
Sets value for
scenarioTag property. |
Modifier and Type | Method and Description |
---|---|
void |
IOdiScenarioGenerator.regenerateScenario(Tag pSourceScenarioTag)
Regenerates a given scenario from its tag.
|
void |
IOdiScenarioGenerator.regenerateScenario(Tag pSourceScenarioTag,
boolean pMaterialized)
Regenerates a given scenario from its tag.
|
Constructor and Description |
---|
OdiScenarioNotFoundException(Tag pScenarioTag) |
Modifier and Type | Method and Description |
---|---|
void |
OdiScenarioGeneratorImpl.regenerateScenario(Tag pSourceScenarioTag) |
void |
OdiScenarioGeneratorImpl.regenerateScenario(Tag pSourceScenarioTag,
boolean pMaterialized) |