|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IOptionValue | |
---|---|
oracle.odi.domain.model | This package contains the Oracle Data Integrator Data Model domain implementation. |
oracle.odi.domain.project | This package contains the Oracle Data Integrator Project implementation. |
oracle.odi.domain.project.interfaces | This package contains Oracle Data Integrator Interface implementation. |
oracle.odi.interfaces.interactive.support | This package and its sub-packages provide the implementations for interactive handling of Oracle Data Integrator interfaces. |
oracle.odi.interfaces.interactive.support.actions | This package contains the Oracle Data Integrator interface action implementation classes Classes in this package allow modification to the ODI interface object, when used in conjunction with the oracle.odi.interfaces.interactive.support.InteractiveInterfaceHelperWithActions helper class. |
oracle.odi.interfaces.interactive.support.km | This package contains the implementations of the various types of KM holder when working with Oracle Data Integrator interfaces. |
oracle.odi.interfaces.interactive.support.km.optionretainer | This package contains the implementations on retaining existing knowledge module options when a different knowledge module is used in Oracle Data Integrator interfaces. |
Uses of IOptionValue in oracle.odi.domain.model |
---|
Methods in oracle.odi.domain.model that return types with arguments of type IOptionValue | |
---|---|
java.util.List<IOptionValue> |
OdiModel.getCKMOptions() Return the control knowledge module's options. |
java.util.List<IOptionValue> |
OdiModel.getJKMOptions() Return the journalization knowledge module's options. |
java.util.List<IOptionValue> |
OdiModel.getRKMOptions() Return the reverse knowledge module's options. |
Uses of IOptionValue in oracle.odi.domain.project |
---|
Methods in oracle.odi.domain.project that return types with arguments of type IOptionValue | |
---|---|
java.util.List<IOptionValue> |
OdiInterface.TargetDataStore.getCKMOptions() Returns the list of options of the Control Knowledge module. |
java.util.Collection<IOptionValue> |
OdiUserProcedure.getExecutionOptions() Obtains an unmodifiable collection of options defined for the design time execution of this OdiUserProcedure. |
java.util.List<IOptionValue> |
OdiInterface.TargetDataStore.getIKMOptions() Returns the list of options of the Integration knowledge module. |
java.util.List<IOptionValue> |
OdiInterface.StagingArea.getLKMOptions() Returns the list of options of the Load Knowledge module. |
java.util.List<IOptionValue> |
StepProcedure.getProcedureOptions() Return the values used in this step for the procedure options. |
Uses of IOptionValue in oracle.odi.domain.project.interfaces |
---|
Methods in oracle.odi.domain.project.interfaces that return types with arguments of type IOptionValue | |
---|---|
java.util.List<IOptionValue> |
SourceSet.getLKMOptions() Returns the source set's Load Knowledge Module's options. |
Uses of IOptionValue in oracle.odi.interfaces.interactive.support |
---|
Method parameters in oracle.odi.interfaces.interactive.support with type arguments of type IOptionValue | |
---|---|
void |
IKMOptionRetainer.retainOptions(OdiKM<?> pOldKM, java.util.List<IOptionValue> pOldOptionValues, OdiKM<?> pNewKM, java.util.List<IOptionValue> pNewOptions) This is called after the KM was changed on the option retainer. |
void |
IKMOptionRetainer.retainOptions(OdiKM<?> pOldKM, java.util.List<IOptionValue> pOldOptionValues, OdiKM<?> pNewKM, java.util.List<IOptionValue> pNewOptions) This is called after the KM was changed on the option retainer. |
Uses of IOptionValue in oracle.odi.interfaces.interactive.support.actions |
---|
Classes in oracle.odi.interfaces.interactive.support.actions that implement IOptionValue | |
---|---|
static class |
InterfaceActionSetKM.DetachedOptionValue Represents an option value detached from a knowledge module. |
Methods in oracle.odi.interfaces.interactive.support.actions that return types with arguments of type IOptionValue | |
---|---|
static java.util.List<IOptionValue> |
InterfaceActionSetKM.buildDetachedOptionValues(java.util.List<IOptionValue> pOptions) Gets a list of detached option values, based on the given option value list. |
Method parameters in oracle.odi.interfaces.interactive.support.actions with type arguments of type IOptionValue | |
---|---|
static java.util.List<IOptionValue> |
InterfaceActionSetKM.buildDetachedOptionValues(java.util.List<IOptionValue> pOptions) Gets a list of detached option values, based on the given option value list. |
Constructors in oracle.odi.interfaces.interactive.support.actions with parameters of type IOptionValue | |
---|---|
InterfaceActionSetKM.DetachedOptionValue(IOptionValue pOptionValue) Creates a detached option value. |
Uses of IOptionValue in oracle.odi.interfaces.interactive.support.km |
---|
Methods in oracle.odi.interfaces.interactive.support.km that return types with arguments of type IOptionValue | |
---|---|
java.util.List<IOptionValue> |
IInterfaceKMHolder.getKMOptions() Gets the options for the current KM. |
Uses of IOptionValue in oracle.odi.interfaces.interactive.support.km.optionretainer |
---|
Method parameters in oracle.odi.interfaces.interactive.support.km.optionretainer with type arguments of type IOptionValue | |
---|---|
void |
KMOptionRetainerCopy.retainOptions(OdiKM<?> pOldKM, java.util.List<IOptionValue> pOldOptionValues, OdiKM<?> pNewKM, java.util.List<IOptionValue> pNewOptions) |
void |
KMOptionRetainerCopy.retainOptions(OdiKM<?> pOldKM, java.util.List<IOptionValue> pOldOptionValues, OdiKM<?> pNewKM, java.util.List<IOptionValue> pNewOptions) |
void |
KMOptionRetainerHomonymy.retainOptions(OdiKM<?> pOldKM, java.util.List<IOptionValue> pOldOptionValues, OdiKM<?> pNewKM, java.util.List<IOptionValue> pNewOptions) |
void |
KMOptionRetainerHomonymy.retainOptions(OdiKM<?> pOldKM, java.util.List<IOptionValue> pOldOptionValues, OdiKM<?> pNewKM, java.util.List<IOptionValue> pNewOptions) |
void |
KMOptionRetainerLazy.retainOptions(OdiKM<?> pOldKM, java.util.List<IOptionValue> pOldOptionValues, OdiKM<?> pNewKM, java.util.List<IOptionValue> pNewOptions) |
void |
KMOptionRetainerLazy.retainOptions(OdiKM<?> pOldKM, java.util.List<IOptionValue> pOldOptionValues, OdiKM<?> pNewKM, java.util.List<IOptionValue> pNewOptions) |
Constructor parameters in oracle.odi.interfaces.interactive.support.km.optionretainer with type arguments of type IOptionValue | |
---|---|
KMOptionRetainerCopy(java.util.List<IOptionValue> pOptionValues) Builds a new retainer that will always force the new option values to the values in pOptionValues . |
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |