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

E17060-01

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.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> 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

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

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

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

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

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

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.