Skip navigation links

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

E17060-03


oracle.odi.domain.runtime.lpi.finder
Interface IOdiLoadPlanInstanceRunFinder

All Superinterfaces:
IFinder

public interface IOdiLoadPlanInstanceRunFinder
extends IFinder
Since:
11.1.1.5.0

Method Summary
 int countAll()
          return the count of all the OdiLoadPlanInstanceRun
 int countByStatus(OdiLoadPlanInstanceRun.Status status)
          Count the number of OdiLoadPlanInstanceRun following their status.
 java.util.Collection<OdiLoadPlanInstanceRun> findByCriteria(OdiLoadPlanInstanceRunCriteria criteria, int maxResults)
          Retrieve the list of OdiLoadPlanInstanceRun instances matching the criteria

 

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

 

Method Detail

countAll

int countAll()
return the count of all the OdiLoadPlanInstanceRun
Returns:
number

countByStatus

int countByStatus(OdiLoadPlanInstanceRun.Status status)
Count the number of OdiLoadPlanInstanceRun following their status.
Parameters:
{@link - Status} of the LoadPlanInstanceRun
Returns:
number

findByCriteria

java.util.Collection<OdiLoadPlanInstanceRun> findByCriteria(OdiLoadPlanInstanceRunCriteria criteria,
                                                            int maxResults)
Retrieve the list of OdiLoadPlanInstanceRun instances matching the criteria
Parameters:
criteria - OdiLoadPlanInstanceRunCriteria for selecting the range of matching object
maxResults - maximum number of results matching the criteria
Returns:

Skip navigation links

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

E17060-03


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