- KEEP_LOG_ON_ERROR - Static variable in class oracle.odi.domain.runtime.step.StepLoggingMethod
-
Keep step log only if error occurred.
- KEY_INDICATOR_PROPKEY - Static variable in class oracle.odi.domain.mapping.MapAttribute
-
The property name for a boolean property that indicates that this attribute is bound to a
column that participates in a key constraint.
- KeyColumn - Class in oracle.odi.domain.model
-
Internal: Association class between an OdiKey and an OdiColumn.
- KeyColumn.KeyColumnId - Class in oracle.odi.domain.model
-
Internal: Composite ID class for KeyColumn object.
- KeyColumnId(Number, Number) - Constructor for class oracle.odi.domain.model.KeyColumn.KeyColumnId
-
Creates a new KeyColumnId object.
- keywordList - Static variable in class oracle.odi.domain.mapping.expression.MapExpression
-
A list of keywords recognized in ODI expressions.
- KEYWORDS_MAX_TOTAL_LENGTH - Static variable in class oracle.odi.domain.runtime.session.OdiSessionFolder
-
Maximum total length of an OdiSessionFolder
's keywords.
- KMChecksumException - Exception in oracle.odi.domain.project
-
Unchecked exception thrown when there is problem computing knowledge module checksum
- KMChecksumException() - Constructor for exception oracle.odi.domain.project.KMChecksumException
-
Construct KM checksum Exception
- KMInheritanceException - Exception in oracle.odi.domain.project
-
Unchecked exception thrown when there is problem in KM inheritance.
- KMInheritanceException(String) - Constructor for exception oracle.odi.domain.project.KMInheritanceException
-
- KMInheritanceException(MessageHandle, Object[]) - Constructor for exception oracle.odi.domain.project.KMInheritanceException
-
- KMInheritanceException(Throwable, MessageHandle, Object[]) - Constructor for exception oracle.odi.domain.project.KMInheritanceException
-
- KMOptionRetainerCopy - Class in oracle.odi.interfaces.interactive.support.km.optionretainer
-
- KMOptionRetainerCopy(List) - Constructor for class oracle.odi.interfaces.interactive.support.km.optionretainer.KMOptionRetainerCopy
-
Deprecated.
Builds a new retainer that will always force the new option values to the values in pOptionValues
.
- KMOptionRetainerHomonymy - Class in oracle.odi.interfaces.interactive.support.km.optionretainer
-
- KMOptionRetainerHomonymy() - Constructor for class oracle.odi.interfaces.interactive.support.km.optionretainer.KMOptionRetainerHomonymy
-
Deprecated.
Builds a new homonymy option retainer that doesn't set values if they are equal to the default.
In other words, it is similar to KMOptionRetainerHomonymy(false)
.
- KMOptionRetainerHomonymy(boolean) - Constructor for class oracle.odi.interfaces.interactive.support.km.optionretainer.KMOptionRetainerHomonymy
-
Deprecated.
Builds a new homonymy option retainer.
If the pKeepRealValue
parameter is true
, then options will be systematically set on the new options to
reflect the values in the old options, even if they are equal to the default value of the new option.
- KMOptionRetainerLazy - Class in oracle.odi.interfaces.interactive.support.km.optionretainer
-
- KMOptionRetainerLazy() - Constructor for class oracle.odi.interfaces.interactive.support.km.optionretainer.KMOptionRetainerLazy
-
Deprecated.