Skip navigation links

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

E17060-03


oracle.odi.domain.runtime.loadplan.finder
Interface IOdiLoadPlanScheduleFinder

All Superinterfaces:
IFinder

public interface IOdiLoadPlanScheduleFinder
extends IFinder

Finder interface for OdiLoadPlanSchedule entity.

Since:
11.1.1.6.0

Method Summary
 java.util.Collection<OdiLoadPlanSchedule> findByLoadPlan(OdiLoadPlan pLoadPlan)
          Finds for all schedules related to specified OdiLoadPlan.

 

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

 

Method Detail

findByLoadPlan

java.util.Collection<OdiLoadPlanSchedule> findByLoadPlan(OdiLoadPlan pLoadPlan)
Finds for all schedules related to specified OdiLoadPlan.
Parameters:
pLoadPlan - load plan
Returns:
collection of all schedules for specified load plan

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.