Skip navigation links

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

E17060-02


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.

 

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.
 void OdiFolder.removePackage(OdiPackage pPackage)
          Remove the given OdiPackage from the collection of OdiPackages.

 

Constructors in oracle.odi.domain.project with parameters of type OdiPackage
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.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.

 


Skip navigation links

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

E17060-02


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