|
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 IOdiScenarioFinder
Finder interface for OdiScenario entity. Created on 3 janv. 08
| Method Summary | |
|---|---|
java.util.Collection<OdiScenario> |
findBySourceInterface(java.lang.Number pInterfaceId)Finds from runtime repository all OdiScenarios that were created from given interface. |
java.util.Collection<OdiScenario> |
findBySourcePackage(java.lang.Number pPackageId)Finds from runtime repository all OdiScenarios that were created from given package. |
java.util.Collection<OdiScenario> |
findBySourceUserProcedure(java.lang.Number pUserProcedureId)Finds from runtime repository all OdiScenarios that were created from given user procedure. |
java.util.Collection<OdiScenario> |
findBySourceVariable(java.lang.Number pVariableId)Finds from runtime repository all OdiScenarios that were created from given variable. |
OdiScenario |
findByTag(Tag pScenarioTag)Finds from the runtime repository OdiScenario specified by pScenerioTag. |
OdiScenario |
findLatestByName(java.lang.String pScenarioName)Finds from the runtime repository the latest version of OdiScenario specified by pScenarioName |
OdiScenario |
findLatestByName(java.lang.String pScenarioName, boolean pLatestByTimestamp)Finds the latest version of OdiScenario with specified name. |
OdiScenario |
findLatestBySourceInterface(java.lang.Number pInterfaceId, boolean pLatestByTimestamp)Finds the latest version of OdiScenario that was created from specified interface. |
OdiScenario |
findLatestBySourcePackage(java.lang.Number pPackageId, boolean pLatestByTimestamp)Finds the latest version of OdiScenario that was created from specified package. |
OdiScenario |
findLatestBySourceUserProcedure(java.lang.Number pUserProcedureId, boolean pLatestByTimestamp)Finds the latest version of OdiScenario that was created from specified user procedure. |
OdiScenario |
findLatestBySourceVariable(java.lang.Number pVariableId, boolean pLatestByTimestamp)Finds the latest version of OdiScenario that was created from specified variable. |
| Methods inherited from interface oracle.odi.domain.finder.IFinder |
|---|
findAll, findById, findByIds |
| Method Detail |
|---|
OdiScenario findByTag(Tag pScenarioTag)
OdiScenario specified by pScenerioTag.pScenarioTag - tag to search forOdiScenario specified by Tag.java.util.Collection<OdiScenario> findBySourceVariable(java.lang.Number pVariableId)
OdiScenarios that were created from given variable.pVariableId - - ID of given variableOdiScenarios that were created from given variablejava.util.Collection<OdiScenario> findBySourceUserProcedure(java.lang.Number pUserProcedureId)
OdiScenarios that were created from given user procedure.pUserProcedureId - - ID of given user procedureOdiScenarios that were created from given user procedurejava.util.Collection<OdiScenario> findBySourceInterface(java.lang.Number pInterfaceId)
OdiScenarios that were created from given interface.pInterfaceId - - ID of given interfaceOdiScenarios that were created from given interfacejava.util.Collection<OdiScenario> findBySourcePackage(java.lang.Number pPackageId)
OdiScenarios that were created from given package.pPackageId - - ID of given packageOdiScenarios that were created from given packageOdiScenario findLatestByName(java.lang.String pScenarioName)
OdiScenario specified by pScenarioNamepScenarioName - name of OdiScenarioOdiScenario specified by Name.
OdiScenario findLatestByName(java.lang.String pScenarioName,
boolean pLatestByTimestamp)
OdiScenario with specified name. Returns OdiScenario with the greatest version if pSortByTimestamp is false and the most recent.pScenarioName - name of OdiScenariopLatestByTimestamp - specifies search method to use: latest by version number or with the latest "last modified" dateOdiScenario instance or null if there are no any scenarios with specified name
OdiScenario findLatestBySourceVariable(java.lang.Number pVariableId,
boolean pLatestByTimestamp)
OdiScenario that was created from specified variable. Returns OdiScenario with the greatest version if pSortByTimestamp is false and with the most recent lastDate otherwise.pScenarioName - name of OdiScenariopLatestByTimestamp - specifies search method to use: latest by version number or with the latest "last modified" dateOdiScenario instance or null if there are no any scenarios with specified name
OdiScenario findLatestBySourceUserProcedure(java.lang.Number pUserProcedureId,
boolean pLatestByTimestamp)
OdiScenario that was created from specified user procedure. Returns OdiScenario with the greatest version if pSortByTimestamp is false and the most recent otherwise.pScenarioName - name of OdiScenariopLatestByTimestamp - specifies search method to use: latest by version number or with the latest "last modified" dateOdiScenario instance or null if there are no any scenarios with specified name
OdiScenario findLatestBySourceInterface(java.lang.Number pInterfaceId,
boolean pLatestByTimestamp)
OdiScenario that was created from specified interface. Returns OdiScenario with the greatest version if pSortByTimestamp is false and the most recent otherwise.pScenarioName - name of OdiScenariopLatestByTimestamp - specifies search method to use: latest by version number or with the latest "last modified" dateOdiScenario instance or null if there are no any scenarios with specified name
OdiScenario findLatestBySourcePackage(java.lang.Number pPackageId,
boolean pLatestByTimestamp)
OdiScenario that was created from specified package. Returns OdiScenario with the greatest version if pSortByTimestamp is false and the most recent otherwise.pScenarioName - name of OdiScenariopLatestByTimestamp - specifies search method to use: latest by version number or with the latest "last modified" dateOdiScenario instance or null if there are no any scenarios with specified name
|
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 | |||||||||