|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IOdiPackageFinder
Finder interface for OdiPackage entity.
| Method Summary | |
|---|---|
java.util.Collection<OdiPackage> |
findByDataStore(java.lang.Number pDataStoreId)Get all OdiPackages of this type using OdiDataStore shortcut pDataStoreId as a step. |
java.util.Collection<OdiPackage> |
findByDataStoreShortcut(java.lang.Number pDataStoreShortcutId)Get all OdiPackages of this type using OdiDataStore shortcut pDataStoreShortcutId as a step. |
java.util.Collection<OdiPackage> |
findByInterface(java.lang.Number pInterfaceId)Get all OdiPackages of this type using OdiInterface pInterfaceId as a step. |
java.util.Collection<OdiPackage> |
findByInterfaceShortcut(java.lang.Number pInterfaceShortcutId)Get all OdiPackages of this type using OdiInterface shortcut InterfaceShortcutID as a step. |
java.util.Collection<OdiPackage> |
findByName(java.lang.String pName)Find the OdiPackages matching the specified name. |
java.util.Collection<OdiPackage> |
findByName(java.lang.String pName, java.lang.String pProjectCode)Return OdiPackages matching the specified name present in the specified project. |
java.util.Collection<OdiPackage> |
findByName(java.lang.String pName, java.lang.String pProjectCode, java.lang.String pFolderName)Return OdiPackages matching the specified name present in the specified project and folder. |
java.util.Collection<OdiPackage> |
findByProject(java.lang.String pProjectCode)Get all OdiPackages of this type in the given Project. |
java.util.Collection<OdiPackage> |
findByProject(java.lang.String pProjectCode, java.lang.String pFolderName)Get all OdiPackages of this type in the given Project and folder. |
java.util.Collection<OdiPackage> |
findByShortcutReference(java.lang.Number pOriginatorId)For internal use only. |
java.util.Collection<OdiPackage> |
findByUserProcedure(java.lang.Number pUserProcedureId)Get all OdiPackages of this type using OdiUserProcedure shortcut pUserProcedureId as a step. |
java.util.Collection<OdiPackage> |
findByUserProcedureShortcut(java.lang.Number pUserProcedureShortcutId)Get all OdiPackages of this type using OdiUserProcedure shortcut pUserProcedureShortcutId as a step. |
| Methods inherited from interface oracle.odi.domain.finder.IFinder |
|---|
findAll, findById, findByIds |
| Method Detail |
|---|
java.util.Collection<OdiPackage> findByName(java.lang.String pName)
pName - name of packageDomainRuntimeException - if pName is null or empty.
java.util.Collection<OdiPackage> findByName(java.lang.String pName,
java.lang.String pProjectCode)
pName - name of packagepProjectCode - code of projectDomainRuntimeException - if pName or pProjectCode is null or empty.
java.util.Collection<OdiPackage> findByName(java.lang.String pName,
java.lang.String pProjectCode,
java.lang.String pFolderName)
pName - name of packagepProjectCode - code of projectpFolderName - name of packageDomainRuntimeException - if pName, pProjectCode or pFolderName is null or empty.java.util.Collection<OdiPackage> findByProject(java.lang.String pProjectCode)
pProjectCode - code of projectDomainRuntimeException - if pProjectCode is null or empty.
java.util.Collection<OdiPackage> findByProject(java.lang.String pProjectCode,
java.lang.String pFolderName)
pProjectCode - code of projectpFolderName - name of packageDomainRuntimeException - if pProjectCode or pFolderName is null or empty.java.util.Collection<OdiPackage> findByInterface(java.lang.Number pInterfaceId)
pInterfaceId - id of interfaceDomainRuntimeException - if pInterfaceId or pProjectCode is null or empty.java.util.Collection<OdiPackage> findByInterfaceShortcut(java.lang.Number pInterfaceShortcutId)
pInterfaceShortcutId - id of interfaceDomainRuntimeException - if pInterfaceId or pProjectCode is null or empty.java.util.Collection<OdiPackage> findByDataStore(java.lang.Number pDataStoreId)
pDataStoreId - id of datastore shortcutDomainRuntimeException - if pDataStoreId or pProjectCode is null or empty.java.util.Collection<OdiPackage> findByDataStoreShortcut(java.lang.Number pDataStoreShortcutId)
pDataStoreShortcutId - id of datastore shortcutDomainRuntimeException - if pDataStoreShortcutId or pProjectCode is null or empty.java.util.Collection<OdiPackage> findByUserProcedure(java.lang.Number pUserProcedureId)
pUserProcedureId - id of UserProcedure shortcutDomainRuntimeException - if pUserProcedureId or pProjectCode is null or empty.java.util.Collection<OdiPackage> findByUserProcedureShortcut(java.lang.Number pUserProcedureShortcutId)
pUserProcedureShortcutId - id of UserProcedure shortcutDomainRuntimeException - if pUserProcedureShortcutId or pProjectCode is null or empty.java.util.Collection<OdiPackage> findByShortcutReference(java.lang.Number pOriginatorId)
Find all shortcuts that that have pOriginatorId as a shortcut reference. This method will find all shortcuts that directly descend from this object.
pOriginatorId - id of the referenced object.
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||