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

E17060-01

oracle.odi.interfaces.interactive.support.km
Interface IInterfaceKMHolder


public interface IInterfaceKMHolder

Defines a knowledge module (KM) holder.

Since:
11.1.1.3.0

Method Summary
 OdiKM getKM()
          Gets the current KM.
 java.util.List<IOptionValue> getKMOptions()
          Gets the options for the current KM.
 void setKM(OdiKM pOdiKM)
          Sets the current KM.
 

Method Detail

getKM

OdiKM getKM()
Gets the current KM.

Returns:
current KM
See Also:
setKM(oracle.odi.domain.project.OdiKM)

getKMOptions

java.util.List<IOptionValue> getKMOptions()
Gets the options for the current KM.

Returns:
list of option values

setKM

void setKM(OdiKM pOdiKM)
Sets the current KM.

Parameters:
pOdiKM - KM to set
See Also:
getKM()

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

E17060-01

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