Skip navigation links

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

E17060-02


oracle.odi.domain.project.finder
Interface IOdiInterfaceFinder

All Superinterfaces:
IFinder

public interface IOdiInterfaceFinder
extends IFinder

Finder interface for OdiInterface entity.

Since:
11.1.1.3.0

Method Summary
 java.util.Collection<OdiInterface> findByName(java.lang.String pName, java.lang.String pProjectCode)
          Return OdiInterfaces matching the specified name present in the project.
 java.util.Collection<OdiInterface> findByName(java.lang.String pName, java.lang.String pProjectCode, java.lang.String pFolderName)
          Return OdiInterfaces matching the specified name present in the project and specified folder.
 java.util.Collection<OdiInterface> findByProject(java.lang.String pProjectCode, java.lang.Number pFolderId)
          Return OdiInterfaces matching the project and specified folder.
 java.util.Collection<OdiInterface> findByProject(java.lang.String pProjectCode, java.lang.String pFolderName)
          Return OdiInterfaces matching the project and specified folder.
 java.util.Collection<OdiInterface> findBySourceDataStore(java.lang.Number pDataStoreId)
          Finds from design time repository all OdiInterfaces that are using given OdiDataStore as source data store.
 java.util.Collection<OdiInterface> findByTargetDataStore(java.lang.Number pDataStoreId)
          Finds from design time repository all OdiInterfaces that are using given OdiDataStore as target data store.
 java.util.Collection<OdiInterface> findTargetColumnUsed(java.lang.Number pTargetColumnId)
          Finds all interfaces that have cross-references to this target column.
 java.util.Collection<OdiInterface> findUsedInInterface(java.lang.Number pInterfaceId)
          Return OdiInterfaces using the specified interface as SourceDataStore.

 

Methods inherited from interface oracle.odi.domain.finder.IFinder
findAll, findById, findByIds

 

Method Detail

findByTargetDataStore

java.util.Collection<OdiInterface> findByTargetDataStore(java.lang.Number pDataStoreId)
Finds from design time repository all OdiInterfaces that are using given OdiDataStore as target data store.
Parameters:
pDataStoreId - - ID of given target OdiDataStore
Returns:
all OdiInterfaces that are using given OdiDataStore as target data store

findBySourceDataStore

java.util.Collection<OdiInterface> findBySourceDataStore(java.lang.Number pDataStoreId)
Finds from design time repository all OdiInterfaces that are using given OdiDataStore as source data store.
Parameters:
pDataStoreId - - ID of given source OdiDataStore
Returns:
all OdiInterfaces that are using given OdiDataStore as source data store

findByName

java.util.Collection<OdiInterface> findByName(java.lang.String pName,
                                              java.lang.String pProjectCode)
Return OdiInterfaces matching the specified name present in the project.
Parameters:
pName - Name of interface
pProjectCode - Code of project
Returns:
Collection of OdiInterface

findByName

java.util.Collection<OdiInterface> findByName(java.lang.String pName,
                                              java.lang.String pProjectCode,
                                              java.lang.String pFolderName)
Return OdiInterfaces matching the specified name present in the project and specified folder.
Parameters:
pName - Name of interface
pProjectCode - Code of project
pFolderName - Name of folder
Returns:
Collection of OdiInterface

findUsedInInterface

java.util.Collection<OdiInterface> findUsedInInterface(java.lang.Number pInterfaceId)
Return OdiInterfaces using the specified interface as SourceDataStore.
Parameters:
pInterfaceId - Id of interface
Returns:
Collection of OdiInterface

findByProject

java.util.Collection<OdiInterface> findByProject(java.lang.String pProjectCode,
                                                 java.lang.String pFolderName)
Return OdiInterfaces matching the project and specified folder.
Parameters:
pProjectCode - Code of project
pFolderName - Name of folder
Returns:
Collection of OdiInterface

findByProject

java.util.Collection<OdiInterface> findByProject(java.lang.String pProjectCode,
                                                 java.lang.Number pFolderId)
Return OdiInterfaces matching the project and specified folder.
Parameters:
pProjectCode - Code of project
pFolderId - ID of folder
Returns:
Collection of OdiInterface
Since:
11.1.1.5.0

findTargetColumnUsed

java.util.Collection<OdiInterface> findTargetColumnUsed(java.lang.Number pTargetColumnId)
Finds all interfaces that have cross-references to this target column. -interface-dataset-mappings/joins/filters-sql-txtXRefs-popcol-targetColumn-targetColumnId
Parameters:
pTargetColumn -
Returns:
Since:
11.1.1.5.0

Skip navigation links

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

E17060-02


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