public final class OdiIKM extends ComponentKM
LKM (Loading Knowledge Modules) are used to extract data from source systems (files, middleware, database, etc.). These KMs are used in interfaces.
OdiIKM class is defined to only use OdiIKMLine as ProcedureLine.
IKnowledgeModule.KMType, IKnowledgeModule.LKMType, IKnowledgeModule.ProcessingType
SUBTYPE_ALL_LINES
NAME_MAX_LENGTH
INTG_TYPE_CONTROL_APPEND, INTG_TYPE_INCREMENTAL_UPDATE, INTG_TYPE_INTERMEDIATE_COMPONENT, INTG_TYPE_NONE, INTG_TYPE_SCD, LOCAL_VARIABLES_GROOVY_SCRIPT
Constructor and Description |
---|
OdiIKM(OdiProject pProject,
java.lang.String pName)
Constructor that sets the parent project and the name of the IKM.
|
OdiIKM(OdiProject pProject,
java.lang.String pName,
java.lang.String pCompTypeName)
Constructor to create a component IKM, that sets the parent project and the name of the IKM, and the component type name.
|
Modifier and Type | Method and Description |
---|---|
OdiIKMLine |
getDerivedSelectStatementLine()
Obtains the line that holds derived select statement, or null if none.
|
IKnowledgeModule.KMType |
getKMType()
Must be overridden by other types.
|
java.lang.Class |
getLineType() |
void |
setComponentType(java.lang.String compType) |
void |
setDerivedSelectStatementLine(OdiIKMLine pLine)
Defines given line as the line that holds derived select statement.
|
getBaseComponentKM
addClassDeclarationText, addOdiKMTemplate, addOdiKMTemplateList, addProcedureOption, addVariableDefScriptText, findLine, getAllBaseKMLines, getAllLines, getAllLines, getAllOptionGroups, getAllOptions, getAllOptionsWithNoGroup, getASTClassName, getClassDeclarationText, getComponentType, getDefaultSourceTechnology, getDefaultTargetTechnology, getDerivedSubSelectLine, getDerivedSubSelectTemplate, getExcludedBaseKMLines, getExpectedUpstreamASTClassName, getGenerateMTI, getInsertionLines, getIntegrationType, getLKMType, getName, getOdiKMTemplateList, getOdiProject, getOption, getOwnedLines, getOwnedLines, getProcedureLines, getProcedureOptions, getProcessingType, getProducedASTClassName, getSourceLanguage, getSourceTechnology, getStaticBaseClassName, getSubtype, getSubtype, getTargetLanguage, getTargetTechnology, getVariableDefScriptText, hasGeneratorDelegate, initCustomTemplateOption, is11gKM, isBaseKMLine, isHidden, isMultiConnectIKM, isMultiConnectLKM, isProcedureLine, isPureBaseKM, isSeeded, isTransparentLKM, removeOdiKMTemplate, setBaseComponentKM, setClassDeclarationText, setExpectedUpstreamASTClassName, setGenerateMTI, setIntegrationType, setIsSeeded, setLKMType, setMultiConnectionSupported, setProcessingType, setProducedASTClassName, setSourceTechnology, setSubtype, setSubtype, setTargetTechnology, setVariableDefScriptText
getChecksum, getCustomizationStatus, getKMBuildNumber, getProject, isDefaultKM, isGlobal, isInstanceLevelSecurityNeeded, isSetBasedOperatorSupported, setChecksum, setDefaultKM, setKMBuildNumber, setProject, setSetBasedOperatorSupported, toString
addLine, addLine, addLine, addLine, addOption, addOption, addOptionGroup, addProcedureLine, addProcedureLine, addProcedureOption, dumpLineOrder, duplicateLine, duplicateOption, getDescription, getFlexFieldsValues, getInternalId, getLines, getOptionGroup, getOptionGroups, getOptionNames, getOptions, getOptionsWithNoGroup, getProcedureId, getProcedureOption, getTopLevelLines, initFlexFields, isMultiConnectionSupported, moveGroupAfterGroup, moveGroupBeforeGroup, moveLineAfter, moveLineBefore, moveLineToBottom, moveLineToTop, moveOptionAfter, moveOptionBefore, moveOptionToBottom, moveOptionToTop, removeLine, removeOption, removeOptionGroup, removeProcedureLine, setDefaultSourceTechnology, setDefaultTargetTechnology, setDescription, setName
getFirstDate, getFirstUser, getInternalVersion, getLastDate, getLastUser, isNew, preCommit
equals, getBigNumericId, getGlobalId, getNumericId, getParent, hashCode
addProcedureOption, getDescription, getProcedureOption, isMultiConnectionSupported
addOptionGroup, addProcedureLine, addProcedureLine, addProcedureOption, getOptionGroup, removeProcedureLine
getBigNumericId, getGlobalId, getNumericId
getFirstDate, getFirstUser, getLastDate, getLastUser
getGlobalId, getParent
public OdiIKM(OdiProject pProject, java.lang.String pName)
pProject
- owning project, null is setting global scope on the IKMpName
- IKM nameDomainRuntimeException
- if name is null, empty or longer than NAME_MAX_LENGTH (400 characters)OdiProject
public OdiIKM(OdiProject pProject, java.lang.String pName, java.lang.String pCompTypeName)
pProject
- owning project, null is setting global scope on the IKMpName
- IKM namepCompTypeName
- The component type name for the component KM.DomainRuntimeException
- if name is null, empty or longer than NAME_MAX_LENGTH (400 characters)OdiProject
public void setComponentType(java.lang.String compType)
setComponentType
in class AbstractComponentKM
public IKnowledgeModule.KMType getKMType()
AbstractComponentKM
getKMType
in interface IKnowledgeModule
getKMType
in class AbstractComponentKM
public void setDerivedSelectStatementLine(OdiIKMLine pLine)
pLine
- the derived select statement line, or null to make it undefinedDomainRuntimeException
- if given line is not null
and doesn't belong to this OdiIKMgetDerivedSelectStatementLine()
public OdiIKMLine getDerivedSelectStatementLine()
setDerivedSelectStatementLine(oracle.odi.domain.project.OdiIKMLine)
public java.lang.Class getLineType()
getLineType
in class AbstractComponentKM