Skip navigation links

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

E17060-03


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.
 

 

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.
OdiInterface(OdiFolder pFolder, java.lang.String pName, OdiInterface pReferenceInterface, OdiContext pOptimizationContext)
          Creates a new interface.
OdiPackage(OdiFolder pFolder, java.lang.String pName)
          Constructor that sets the parentFolder and the name of the package.
OdiPackage(OdiFolder pFolder, java.lang.String pName, OdiPackage pReferencePackage)
          Constructor that sets the parentFolder, the name of the package, and the reference package.
OdiUserProcedure(OdiFolder pFolder, java.lang.String pName)
          Constructor that sets the parent OdiFolder and the name of this OdiUserProcedure instance.
OdiUserProcedure(OdiFolder pFolder, java.lang.String pName, OdiUserProcedure pReferenceUserProcedure)
          Constructor that sets the parentFolder, the name of the user procedure, and the reference user procedure.

 

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

 

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.findByReleaseTagValue(java.lang.String pReleaseTagValue, java.lang.String pProjectCode)
          Find OdiFolder with release tag and project

 


Skip navigation links

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

E17060-03


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