public class ComponentKM extends AbstractComponentKM
IKnowledgeModule.KMType, IKnowledgeModule.LKMType, IKnowledgeModule.ProcessingTypeSUBTYPE_ALL_LINESNAME_MAX_LENGTHINTG_TYPE_CONTROL_APPEND, INTG_TYPE_INCREMENTAL_UPDATE, INTG_TYPE_INTERMEDIATE_COMPONENT, INTG_TYPE_NONE, INTG_TYPE_SCD, LOCAL_VARIABLES_GROOVY_SCRIPT| Constructor and Description |
|---|
ComponentKM(IProject project,
ComponentKM baseComponentKM,
java.lang.String name)
Deprecated.
|
ComponentKM(IProject project,
java.lang.String name)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentKM |
getBaseComponentKM()
Deprecated.
Returns the base component KM for this ComponentKM
|
addClassDeclarationText, addOdiKMTemplate, addOdiKMTemplateList, addProcedureOption, addVariableDefScriptText, findLine, getAllBaseKMLines, getAllLines, getAllLines, getAllOptionGroups, getAllOptions, getAllOptionsWithNoGroup, getASTClassName, getClassDeclarationText, getComponentType, getDefaultSourceTechnology, getDefaultTargetTechnology, getDerivedSubSelectLine, getDerivedSubSelectTemplate, getExcludedBaseKMLines, getExpectedUpstreamASTClassName, getGenerateMTI, getInsertionLines, getIntegrationType, getKMType, getLineType, 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, setComponentType, setExpectedUpstreamASTClassName, setGenerateMTI, setIntegrationType, setIsSeeded, setLKMType, setMultiConnectionSupported, setProcessingType, setProducedASTClassName, setSourceTechnology, setSubtype, setSubtype, setTargetTechnology, setVariableDefScriptTextgetChecksum, getCustomizationStatus, getKMBuildNumber, getProject, isDefaultKM, isGlobal, isInstanceLevelSecurityNeeded, isSetBasedOperatorSupported, setChecksum, setDefaultKM, setKMBuildNumber, setProject, setSetBasedOperatorSupported, toStringaddLine, 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, setNamegetFirstDate, getFirstUser, getInternalVersion, getLastDate, getLastUser, isNew, preCommitequals, getBigNumericId, getGlobalId, getNumericId, getParent, hashCodeaddProcedureOption, getDescription, getProcedureOption, isMultiConnectionSupportedaddOptionGroup, addProcedureLine, addProcedureLine, addProcedureOption, getOptionGroup, removeProcedureLinegetBigNumericId, getGlobalId, getNumericIdgetFirstDate, getFirstUser, getLastDate, getLastUsergetGlobalId, getParentpublic ComponentKM(IProject project, java.lang.String name)
project - the containing project for the km. if null, then the a global
km will be created.name - the name of the new km.public ComponentKM(IProject project, ComponentKM baseComponentKM, java.lang.String name)
project - The containing project for the KM. If null, then the a global
KM will be created.baseComponentKM - The base component KM for the new KM. Can be null.name - The name of the new KM.public ComponentKM getBaseComponentKM()
getBaseComponentKM in class AbstractComponentKM