Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.7.0)

E17060-04


Uses of Class
oracle.odi.interfaces.interactive.support.actions.InterfaceActionSetKM.KMType

Packages that use InterfaceActionSetKM.KMType
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. 

 

Uses of InterfaceActionSetKM.KMType in oracle.odi.interfaces.interactive.support.actions

 

Methods in oracle.odi.interfaces.interactive.support.actions that return InterfaceActionSetKM.KMType
static InterfaceActionSetKM.KMType InterfaceActionSetKM.KMType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static InterfaceActionSetKM.KMType[] InterfaceActionSetKM.KMType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Constructors in oracle.odi.interfaces.interactive.support.actions with parameters of type InterfaceActionSetKM.KMType
InterfaceActionSetKM(OdiKM<?> pKM, IInterfaceSubComponent pKMHolder, InterfaceActionSetKM.KMType pKMType, IKMOptionRetainer pKMOptionRetainer)
          Creates an action class instance which will assign a knowledge module to a source set, staging area, or target datastore, when performAction is called.
InterfaceActionSetKMOptionValue(java.lang.Object pKMHolder, InterfaceActionSetKM.KMType pKMType, java.lang.String pOptionName)
          Creates an action class instance which will assign a knowledge module option with a default value to a source set, staging area, or target datastore, when performAction is called.
InterfaceActionSetKMOptionValue(java.lang.Object pKMHolder, InterfaceActionSetKM.KMType pKMType, java.lang.String pOptionName, java.lang.Object pValue)
          Creates an action class instance which will assign a knowledge module option to a source set, staging area, or target datastore, when performAction is called.

 


Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.7.0)

E17060-04


Copyright © 2010, 2013, Oracle and/or its affiliates. All rights reserved.