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

E17060-01

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

Packages that use OdiFolder
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.
 
oracle.odi.interfaces.basic Provides a simple helper to create basic ODI interfaces from scratch. 
 

Uses of OdiFolder in oracle.odi.domain.project
 

Methods in oracle.odi.domain.project that return OdiFolder
 OdiFolder OdiInterface.getFolder()
          Returns the parent folder of this interface.
 OdiFolder OdiUserProcedure.getFolder()
          Return the parent OdiFolder.
 OdiFolder OdiFolder.getParentFolder()
          Return the parent OdiFolder of this OdiFolder.
 OdiFolder OdiPackage.getParentFolder()
          Retrieves the parent OdiFolder of this OdiPackage instance.
 

Methods in oracle.odi.domain.project that return types with arguments of type OdiFolder
 java.util.Collection<OdiFolder> OdiProject.getFolders()
          Obtains the unmodifable collection of OdiFolders.
 java.util.Collection<OdiFolder> OdiFolder.getSubFolders()
          Obtains the unmodifable collection of OdiFolders.
 

Methods in oracle.odi.domain.project with parameters of type OdiFolder
 void OdiProject.addFolder(OdiFolder pFolder)
          Add the given OdiFolder to the collection of OdiFolders.
 void OdiFolder.addSubFolder(OdiFolder pSubFolder)
          Add the given OdiFolder to the collection of OdiFolders.
 void OdiProject.removeFolder(OdiFolder pFolder)
          Remove the given OdiFolder from the collection of OdiFolders.
 void OdiFolder.removeSubFolder(OdiFolder pSubFolder)
          Remove the given OdiFolder from the collection of OdiFolders.
 

Constructors in oracle.odi.domain.project with parameters of type OdiFolder
OdiFolder(OdiFolder pParentFolder, java.lang.String pName)
          Constructor who sets parent folder and the name of the folder.
OdiInterface(OdiFolder pFolder, java.lang.String pName, OdiContext pOptimizationContext)
          For internal use only Creates a new interface.
OdiPackage(OdiFolder pFolder, java.lang.String pName)
          Constructor that sets the parentFolder and the name of the package.
OdiUserProcedure(OdiFolder pFolder, java.lang.String pName)
          Constructor that sets the parent OdiFolder and the name of this OdiUserProcedure instance.
 

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

Methods in oracle.odi.domain.project.finder that return OdiFolder
 OdiFolder IOdiFolderFinder.findByProjectAndName(OdiProject pProject, java.lang.String pName)
          Deprecated. replaced by IOdiFolderFinder.findByName(String pName, String pProjectCode). OdiFolder has no unique key based on folder name, so we cannot return a single OdiFolder. This method returns the first one.
 

Methods in oracle.odi.domain.project.finder that return types with arguments of type OdiFolder
 java.util.Collection<OdiFolder> IOdiFolderFinder.findByName(java.lang.String pName)
          Find all OdiFolders named pName.
 java.util.Collection<OdiFolder> IOdiFolderFinder.findByName(java.lang.String pName, java.lang.String pProjectCode)
          Find all OdiFolders named pName belonging to the given Project.
 java.util.Collection<OdiFolder> IOdiFolderFinder.findByProject(java.lang.String pProjectCode)
          Find all OdiFolders belonging to the given ProjectCode.
 java.util.Collection<OdiFolder> IOdiFolderFinder.findByProjectCode(java.lang.String pProjectCode)
          Deprecated. replaced by IOdiFolderFinder.findByProject(String pProjectCode)
 

Methods in oracle.odi.domain.project.finder with parameters of type OdiFolder
 java.util.Collection<OdiInterface> IOdiInterfaceFinder.findByFolderAndName(OdiFolder pFolder, java.lang.String pName)
          Deprecated. replaced by IOdiInterfaceFinder.findByName(String pName, String pFolderName)
 

Uses of OdiFolder in oracle.odi.interfaces.basic
 

Methods in oracle.odi.interfaces.basic with parameters of type OdiFolder
abstract  IBasicInterfaceCreationHelper BasicInterfaceCreationHelperFactory.getBasicInterfaceCreationHelper(oracle.odi.core.IOdiInstance pOdiInstance, IOdiEntityManager pEntityManager, OdiFolder pOdiFolder, java.lang.String pInterfaceName, OdiContext pOdiContext)
          Deprecated. Obtains an instance of IBasicInterfaceCreationHelper from this factory.
 


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

E17060-01

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