|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.odi.languages.support.LanguageProviderImpl
public final class LanguageProviderImpl
Default ILanguageProvider implementation.
| Constructor Summary | |
|---|---|
LanguageProviderImpl(OdiInstance pOdiInstance)
Create a new LanguageProviderImpl. |
|
| Method Summary | |
|---|---|
com.sunopsis.language.SnpsLanguage |
getDefaultSnpsLanguage()
Obtains the default language. |
com.sunopsis.language.SnpsLanguage |
getSnpsLanguageByLanguageName(java.lang.String pLanguageName)
Obtains an SnpsLanguage according the given ODI language's name. |
com.sunopsis.language.SnpsLanguage |
getSnpsLanguageByTechnologyName(java.lang.String pTechnoName)
Obtains an SnpsLanguage instance from the default language of the technology with
the given name. |
com.sunopsis.language.SnpsLanguage |
getSnpsLanguageByTechnologyNameAndLanguageName(java.lang.String pTechnoName,
java.lang.String pLanguageName)
Obtains an SnpsLanguage instance for the given ODI technology's name and the given
ODI language's name. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LanguageProviderImpl(OdiInstance pOdiInstance)
LanguageProviderImpl.
pOdiInstance - an OdiInstance to query repository metadata from| Method Detail |
|---|
public com.sunopsis.language.SnpsLanguage getDefaultSnpsLanguage()
ILanguageProvider
getDefaultSnpsLanguage in interface ILanguageProviderSnpsLanguageFactoryBasic.getDefaultLanguage()public com.sunopsis.language.SnpsLanguage getSnpsLanguageByLanguageName(java.lang.String pLanguageName)
ILanguageProviderSnpsLanguage according the given ODI language's name.
getSnpsLanguageByLanguageName in interface ILanguageProviderpLanguageName - the ODI lanaguage's name
public com.sunopsis.language.SnpsLanguage getSnpsLanguageByTechnologyName(java.lang.String pTechnoName)
ILanguageProviderSnpsLanguage instance from the default language of the technology with
the given name.
If no default language is defined for the given technology, that method will return a
default SnpsLanguage instance.
getSnpsLanguageByTechnologyName in interface ILanguageProviderpTechnoName - the ODI technology's internal name to create an SnpsLanguage for
ILanguageProvider.getSnpsLanguageByTechnologyNameAndLanguageName(String, String)
public com.sunopsis.language.SnpsLanguage getSnpsLanguageByTechnologyNameAndLanguageName(java.lang.String pTechnoName,
java.lang.String pLanguageName)
ILanguageProviderSnpsLanguage instance for the given ODI technology's name and the given
ODI language's name.
getSnpsLanguageByTechnologyNameAndLanguageName in interface ILanguageProviderpTechnoName - the ODI technology's internal name to create an SnpsLanguage forpLanguageName - the related ODI language's name
ILanguageProvider.getSnpsLanguageByTechnologyName(String)
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||