Package | Description |
---|---|
oracle.odi.domain.project |
This package contains the Oracle Data Integrator Project implementation.
|
oracle.odi.domain.project.finder |
This package contains Oracle Data Integrator Finder interfaces for domain project objects.
|
Modifier and Type | Method and Description |
---|---|
OdiKMTemplateJoin |
AbstractComponentKM.addOdiKMTemplate(OdiKMTemplate odiKMTemplate)
Adds the {link OdiKMTemplate}'s reference to this
AbstractComponentKM . |
OdiKMTemplateTemplateJoin |
OdiKMTemplate.addOdiKMTemplateReference(OdiKMTemplate odiKMTemplate)
Adds the {link OdiKMTemplate}'s reference to this
OdiKMTemplate . |
OdiKMTemplateJoin |
AbstractComponentKM.removeOdiKMTemplate(OdiKMTemplate odiKMTemplate)
Removes the {link OdiKMTemplate}'s reference from this
AbstractComponentKM . |
OdiKMTemplateTemplateJoin |
OdiKMTemplate.removeOdiKMTemplateReference(OdiKMTemplate odiKMTemplate)
Removes the {link OdiKMTemplate}'s reference from this
OdiKMTemplate . |
Modifier and Type | Method and Description |
---|---|
OdiKMTemplate |
IOdiKMTemplateFinder.findKMTemplate(java.lang.String templateName,
java.lang.String technologyCode,
java.lang.String baseLanguageName)
Find an
OdiKMTemplate with the given name, technology name and base language name. |