|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IOdiLoadPlanInstanceRunFinder
| 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 |
|---|
int countAll()
int countByStatus(OdiLoadPlanInstanceRun.Status status)
OdiLoadPlanInstanceRun following their status.{@link - Status} of the LoadPlanInstanceRun
java.util.Collection<OdiLoadPlanInstanceRun> findByCriteria(OdiLoadPlanInstanceRunCriteria criteria,
int maxResults)
OdiLoadPlanInstanceRun instances matching the criteriacriteria - OdiLoadPlanInstanceRunCriteria for selecting the range of matching objectmaxResults - maximum number of results matching the criteria
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||