Skip navigation links

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

E17060-04


Uses of Class
oracle.odi.domain.project.OdiPackage

Packages that use OdiPackage
oracle.odi.domain.project This package contains the Oracle Data Integrator Project implementation. 
oracle.odi.domain.project.finder This package contains Oracle Data Integrator Finder interfaces for domain project objects.
 

 

Uses of OdiPackage in oracle.odi.domain.project

 

Methods in oracle.odi.domain.project that return OdiPackage
 OdiPackage Step.getParentPackage()
          Returns the parent package that holds this step.
 OdiPackage OdiPackage.getRealObject()
           
 OdiPackage OdiPackage.getShortcutBaseObject()
           
 OdiPackage OdiPackage.getShortcutOrigObject()
           
 OdiPackage OdiPackage.getShortcutReferenceObject()
           

 

Methods in oracle.odi.domain.project that return types with arguments of type OdiPackage
 java.util.Collection<OdiPackage> OdiFolder.getPackages()
          Obtains the unmodifable collection of OdiPackages.

 

Methods in oracle.odi.domain.project with parameters of type OdiPackage
 void OdiFolder.addPackage(OdiPackage pPackage)
          Add the given OdiPackage to the collection of OdiPackages.
 boolean OdiPackage.changeShortcutReferenceObject(OdiPackage pReferenceObject)
           
 void OdiPackage.checkValidReference(OdiPackage pReferenceObject)
           
 void OdiFolder.removePackage(OdiPackage pPackage)
          Remove the given OdiPackage from the collection of OdiPackages.
 boolean OdiPackage.setShortcutBaseObject(OdiPackage pBaseObject)
           
 boolean OdiPackage.setShortcutReferenceObject(OdiPackage pReferenceObject)
           

 

Constructors in oracle.odi.domain.project with parameters of type OdiPackage
OdiPackage(OdiFolder pFolder, java.lang.String pName, OdiPackage pReferencePackage)
          Constructor that sets the parentFolder, the name of the package, and the reference package.
Step(OdiPackage pPackage, java.lang.String pName)
          Constructor that sets the parent OdiPackage and the step name.
StepDataStore(OdiPackage pPackage, OdiDataStore pDataStore, java.lang.String pName)
          Constructor that sets the Parent OdiPackage, the OdiDataStore upon which this Step is based and the name of this Step instance.
StepInterface(OdiPackage pPackage, OdiInterface pInterface, java.lang.String pName)
          Constructor that sets the parent OdiPackage, the OdiInterface upon which this Step is based, and the step name.
StepModel(OdiPackage pPackage, OdiModel pModel, java.lang.String pName)
          Constructor that sets the parent OdiPackage, the OdiModel upon which this Step is based and the step name.
StepOdiCommand(OdiPackage pPackage, java.lang.String pName)
          Constructor that sets the parent OdiPackage and the step name.
StepOsCommand(OdiPackage pPackage, java.lang.String pName)
          Constructor that sets the parent OdiPackage and the step name.
StepProcedure(OdiPackage pPackage, OdiUserProcedure pUserProcedure, java.lang.String pName)
          Constructor that sets the parent OdiPackage, the OdiUserProcedure upon which this Step is based and the step name.
StepSubModel(OdiPackage pPackage, OdiSubModel pSubModel, java.lang.String pName)
          Constructor that sets the parent OdiPackage, the OdiSubModel upon which this Step is based and the step name.
StepVariable(OdiPackage pPackage, OdiVariable pVariable, java.lang.String pName)
          Constructor that sets the parent OdiPackage, the OdiVariable upon which this Step is based and the step name.

 

Uses of OdiPackage in oracle.odi.domain.project.finder

 

Methods in oracle.odi.domain.project.finder that return types with arguments of type OdiPackage
 java.util.Collection<OdiPackage> IOdiPackageFinder.findByDataStore(java.lang.Number pDataStoreId)
          Get all OdiPackages of this type using OdiDataStore shortcut pDataStoreId as a step.
 java.util.Collection<OdiPackage> IOdiPackageFinder.findByDataStoreShortcut(java.lang.Number pDataStoreShortcutId)
          Get all OdiPackages of this type using OdiDataStore shortcut pDataStoreShortcutId as a step.
 java.util.Collection<OdiPackage> IOdiPackageFinder.findByInterface(java.lang.Number pInterfaceId)
          Get all OdiPackages of this type using OdiInterface pInterfaceId as a step.
 java.util.Collection<OdiPackage> IOdiPackageFinder.findByInterfaceShortcut(java.lang.Number pInterfaceShortcutId)
          Get all OdiPackages of this type using OdiInterface shortcut InterfaceShortcutID as a step.
 java.util.Collection<OdiPackage> IOdiPackageFinder.findByName(java.lang.String pName)
          Find the OdiPackages matching the specified name.
 java.util.Collection<OdiPackage> IOdiPackageFinder.findByName(java.lang.String pName, java.lang.String pProjectCode)
          Return OdiPackages matching the specified name present in the specified project.
 java.util.Collection<OdiPackage> IOdiPackageFinder.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> IOdiPackageFinder.findByProject(java.lang.String pProjectCode)
          Get all OdiPackages of this type in the given Project.
 java.util.Collection<OdiPackage> IOdiPackageFinder.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> IOdiPackageFinder.findByShortcutReference(java.lang.Number pOriginatorId)
          For internal use only.
 java.util.Collection<OdiPackage> IOdiPackageFinder.findByUserProcedure(java.lang.Number pUserProcedureId)
          Get all OdiPackages of this type using OdiUserProcedure shortcut pUserProcedureId as a step.
 java.util.Collection<OdiPackage> IOdiPackageFinder.findByUserProcedureShortcut(java.lang.Number pUserProcedureShortcutId)
          Get all OdiPackages of this type using OdiUserProcedure shortcut pUserProcedureShortcutId as a step.

 


Skip navigation links

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

E17060-04


Copyright © 2010, 2013, Oracle and/or its affiliates. All rights reserved.