|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OdiModelFolder | |
|---|---|
| oracle.odi.domain.model | This package contains the Oracle Data Integrator Data Model domain implementation. |
| oracle.odi.domain.model.finder | This package contains Oracle Data Integrator Finder interfaces for domain model objects. |
| Uses of OdiModelFolder in oracle.odi.domain.model |
|---|
| Methods in oracle.odi.domain.model that return OdiModelFolder | |
|---|---|
OdiModelFolder |
OdiModel.getParentModelFolder()Returns the parent model folder of this OdiModel instance. |
OdiModelFolder |
OdiModelFolder.getParentModelFolder()Returns the parent model folder of this OdiModelFolder instance. |
| Methods in oracle.odi.domain.model that return types with arguments of type OdiModelFolder | |
|---|---|
java.util.Collection<OdiModelFolder> |
OdiModelFolder.getModelFolders()Obtains the unmodifable collection of model folders for this OdiModelFolder instance. |
| Methods in oracle.odi.domain.model with parameters of type OdiModelFolder | |
|---|---|
void |
OdiModelFolder.addModelFolder(OdiModelFolder pModelFolder)Add the given model folder to the collection of model folders. |
void |
OdiModelFolder.removeModelFolder(OdiModelFolder pModelFolder)Remove the given model folder from the collection of model folders. |
| Constructors in oracle.odi.domain.model with parameters of type OdiModelFolder | |
|---|---|
OdiModelFolder(OdiModelFolder pParentOdiModelFolder, java.lang.String pName)Creates a model folder as a child of the given model folder. |
|
| Uses of OdiModelFolder in oracle.odi.domain.model.finder |
|---|
| Methods in oracle.odi.domain.model.finder that return OdiModelFolder | |
|---|---|
OdiModelFolder |
IOdiModelFolderFinder.findByName(java.lang.String pName, java.lang.String pParentModelFolderName)Finds OdiModelFolder by name and parent model folder name. |
| Methods in oracle.odi.domain.model.finder that return types with arguments of type OdiModelFolder | |
|---|---|
java.util.Collection<OdiModelFolder> |
IOdiModelFolderFinder.findByName(java.lang.String pName)Find OdiModelFolder by name. |
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||