|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| 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)Search the OdiLoadPlanInstanceRun 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 matching the criteriacriteria - OdiLoadPlanInstanceRunCriteriamaxResults - limit the number of returned results
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||