|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
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 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. |
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||