Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.7.0)

E17060-04


oracle.odi.domain.topology
Class OdiLanguageElementImpl

java.lang.Object
  extended by oracle.odi.domain.support.BusinessObject
      extended by oracle.odi.domain.support.AbstractRepositoryEntity
          extended by oracle.odi.domain.topology.OdiLanguageElementImpl

All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, IRepositoryEntity

public class OdiLanguageElementImpl
extends oracle.odi.domain.support.AbstractRepositoryEntity

OdiLanguageElementImpl class represents ODI language element implemented by some technology, allows overriding language element's properties on per-technology basis.

Since:
11.1.1.6.0
See Also:
Serialized Form

Nested Class Summary
static class OdiLanguageElementImpl.OdiLanguageElementImplId
          Implements the composite key for OdiLanguageElementImpl.

 

Method Summary
 java.lang.String getExpression()
          Returns syntax of the language element in this implementation.
 java.lang.String getHelpText()
          Returns help text for this element.
 java.io.Serializable getInternalId()
          Provides a common getter for the persistence layer to obtain an identity, irrespective of the actual type of identity used.
 oracle.odi.domain.topology.language.OdiLanguageElement getLanguageElement()
          Returns language element this implementation belongs to.
 java.lang.String getName()
          Returns name of the language element overridden by this implementation or name defined by language element otherwise.
 IRepositoryEntity getSecurityContainer()
          Define a generic way to retrieve container for entities.
 OdiTechnology getTechnology()
          Returns technology this implementation defined for.
 boolean isException()
          Returns true if this language element does not exist for the given technology, even if it is universal or standard.

 

Methods inherited from class oracle.odi.domain.support.BusinessObject
clone

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getInternalId

public java.io.Serializable getInternalId()
Description copied from interface: IRepositoryEntity
Provides a common getter for the persistence layer to obtain an identity, irrespective of the actual type of identity used.

Typically a subclass will delegate to a public SomePrimitiveWrapper getId() method. The necessity for the getInternalId() abstract method is solely because the persistence layer needs a way of obtaining the identity irrespective of the actual identity implementation choice.

Returning null from this method will indicate the object has never been saved. This will likely be relied on by some DAO implementations.

Returns:
the persistence identity of this instance

getName

public java.lang.String getName()
Returns name of the language element overridden by this implementation or name defined by language element otherwise.
Returns:
name

getExpression

public java.lang.String getExpression()
Returns syntax of the language element in this implementation.
Returns:
expression

getHelpText

public java.lang.String getHelpText()
Returns help text for this element.
Returns:
help text

isException

public boolean isException()
Returns true if this language element does not exist for the given technology, even if it is universal or standard.
Returns:
if element exist for the technology

getTechnology

public OdiTechnology getTechnology()
Returns technology this implementation defined for.
Returns:
OdiTechnology instance

getLanguageElement

public oracle.odi.domain.topology.language.OdiLanguageElement getLanguageElement()
Returns language element this implementation belongs to.
Returns:
OdiLanguageElement instance

getSecurityContainer

public IRepositoryEntity getSecurityContainer()
Description copied from interface: IRepositoryEntity
Define a generic way to retrieve container for entities.
Returns:
container entity

Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.7.0)

E17060-04


Copyright © 2010, 2013, Oracle and/or its affiliates. All rights reserved.