Skip navigation links

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

E17060-04


oracle.odi.domain.finder
Interface IFinder

All Known Subinterfaces:
IOdiCKMFinder, IOdiColumnFinder, IOdiConditionFinder, IOdiContextFinder, IOdiContextualAgentMappingFinder, IOdiContextualSchemaMappingFinder, IOdiDataServerFinder, IOdiDataStoreFinder, IOdiDataTypeFinder, IOdiEnterpriseSchedulerFinder, IOdiFlexFieldFinder, IOdiFolderFinder, IOdiIKMFinder, IOdiIndexTypeFinder, IOdiInterfaceFinder, IOdiJKMFinder, IOdiKeyFinder, IOdiKMFinder<KMType>, IOdiLKMFinder, IOdiLoadPlanFinder, IOdiLoadPlanInstanceFinder, IOdiLoadPlanInstanceRunFinder, IOdiLoadPlanScheduleFinder, IOdiLogicalAgentFinder, IOdiLogicalSchemaFinder, IOdiMainPartitionFinder, IOdiMarkerGroupFinder, IOdiMasterRepositoryInfoFinder, IOdiModelFinder, IOdiModelFolderFinder, IOdiPackageFinder, IOdiPartitionFinder<T>, IOdiPhysicalAgentDataSourceFinder, IOdiPhysicalAgentFinder, IOdiPhysicalSchemaFinder, IOdiProfileFinder, IOdiProjectFinder, IOdiReferenceFinder, IOdiRepositoryServerFinder, IOdiRKMFinder, IOdiScenarioFinder, IOdiScenarioFolderFinder, IOdiScenarioScheduleFinder, IOdiSequenceFinder, IOdiSessionFinder, IOdiSessionFolderFinder, IOdiSKMFinder, IOdiStandardSequenceValueFinder, IOdiSubModelFinder, IOdiSubPartitionFinder, IOdiTechnologyFinder, IOdiUserFinder, IOdiUserFunctionFinder, IOdiUserProcedureFinder, IOdiVariableFinder, IOdiVariableValueFinder, IOdiWorkRepositoryInfoFinder

public interface IFinder

Interface for base class domain finders.

Since:
11.1.1.3.0

Method Summary
 java.util.Collection findAll()
          Find all objects for this finder type.
 IOdiEntity findById(java.io.Serializable pId)
          Find finder type object by internal object id.
 java.util.Collection findByIds(java.util.Collection pIds)
          Find finder type objects using a collection of internal id's.

 

Method Detail

findAll

java.util.Collection findAll()
Find all objects for this finder type.
Returns:
a collection of all objects for this finder type

findById

IOdiEntity findById(java.io.Serializable pId)
Find finder type object by internal object id.
Parameters:
pId - internal object id
Returns:
OdiEntity

findByIds

java.util.Collection findByIds(java.util.Collection pIds)
Find finder type objects using a collection of internal id's.
Parameters:
pIds - a collection of Serializable internal id's
Returns:
A collection of IOdiEntity objects for this finder type
Throws:
DomainRuntimeException - if pIds is null or empty

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.