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

E17060-01

oracle.odi.domain.project
Class OdiUserFunctionImpl

java.lang.Object
  extended by oracle.odi.domain.support.BusinessObject
      extended by oracle.odi.domain.support.AbstractRepositoryEntity
          extended by oracle.odi.domain.project.OdiUserFunctionImpl
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, IRepositoryEntity

public final class OdiUserFunctionImpl
extends oracle.odi.domain.support.AbstractRepositoryEntity

Represents metadata of an actual OdiUserFunction implementation for one or several OdiTechnology. An OdiUserFunction's functionString will be replaced by relevant OdiUserFunctionImpl's implementationString according to target OdiTechnology during ODI code generation.

OdiUserFunctionImpl is an entity managed within the OdiUserFunction - OdiUserFunctionImpl aggregate.

For now it is not possible to create an OdiUserFunctionImpl.

Since:
11.1.1.3.0
See Also:
Serialized Form

Method Summary
 java.lang.String getImplementationString()
          Obtains the string representation of this implementation.
 java.io.Serializable getInternalId()
          Provides a common getter for the persistence layer to obtain an identity, irrespective of the actual type of identity used.
 IRepositoryEntity getSecurityContainer()
          Define a generic way to retrieve container for entities.
 java.util.Collection<OdiTechnology> getSupportedTechnologies(IOdiTechnologyFinder finder)
          Obtains the collection of OdiTechnologies (OdiTechnology) that are supported by this OdiUserFunctionImpl.
 java.lang.Number getUserFunctionImplId()
          Obtains the ID of this OdiUserFunctionImpl.
 
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

getImplementationString

public java.lang.String getImplementationString()
Obtains the string representation of this implementation.

Returns:
implementation string

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

getSecurityContainer

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

Returns:
container entity

getSupportedTechnologies

public java.util.Collection<OdiTechnology> getSupportedTechnologies(IOdiTechnologyFinder finder)
                                                             throws java.lang.IllegalArgumentException
Obtains the collection of OdiTechnologies (OdiTechnology) that are supported by this OdiUserFunctionImpl.

Parameters:
finder - a technology finder
Returns:
supported OdiTechnologies as a collection
Throws:
java.lang.IllegalArgumentException - if the given IOdiTechnologyFinder is null

getUserFunctionImplId

public java.lang.Number getUserFunctionImplId()
Obtains the ID of this OdiUserFunctionImpl.

Returns:
OdiUserFunctionImpl ID

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

E17060-01

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