Skip navigation links

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

E17060-04


oracle.odi.domain.project.interfaces
Interface IInterfaceSubComponent

All Known Subinterfaces:
ISourceColumn
All Known Implementing Classes:
DataSet, Filter, GenericClause, Join, JournalizedSourceColumn, OdiInterface, OdiInterface.StagingArea, OdiInterface.TargetDataStore, SourceColumn, SourceDataStore, SourceSet, TargetColumn, TargetMapping

public interface IInterfaceSubComponent

This interface is used to mark objects contained in an interface.

FIXME rename that interface IOdiInterfaceSubComponent for naming consistency. Postponed to a future release - more than 550 references.

TODO add a method getInterface() that will return the OdiInterface that component belongs to.

Since:
11.1.1.3.0

Method Summary
 java.io.Serializable getInternalId()
          The internal ID of this sub component.
Returning null from this method will indicate the object has never been persisted in the repository.
 java.lang.String getSubComponentDescription()
          Returns the sub component's description in a human-readable way.
 java.lang.String getSubComponentDescription(java.util.Locale pLocale)
          Returns the sub component's description in a human-readable way for the given Locale.

 

Method Detail

getInternalId

java.io.Serializable getInternalId()
The internal ID of this sub component.
Returning null from this method will indicate the object has never been persisted in the repository.
Returns:
the persistence identity of this instance

getSubComponentDescription

java.lang.String getSubComponentDescription()
Returns the sub component's description in a human-readable way.
Returns:
a human-readable String giving all necessary information to identify this component

getSubComponentDescription

java.lang.String getSubComponentDescription(java.util.Locale pLocale)
Returns the sub component's description in a human-readable way for the given Locale.
Parameters:
pLocale - the Locale for which the description should be returned
Returns:
a human-readable String giving all necessary information to identify this component in the given Locale

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.