|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OdiModel | |
|---|---|
| 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. |
| oracle.odi.domain.project | This package contains the Oracle Data Integrator Project implementation. |
| Uses of OdiModel in oracle.odi.domain.model |
|---|
| Methods in oracle.odi.domain.model that return OdiModel | |
|---|---|
OdiModel |
AbstractOdiSubModel.getModel()Returns the OdiModel this sub-model belongs to. |
OdiModel |
OdiDataStore.getModel()Convenient method to obtain the OdiModel this OdiDataStore is referring from the AbstractOdiSubModel to which this datastore belongs. |
| Methods in oracle.odi.domain.model that return types with arguments of type OdiModel | |
|---|---|
java.util.Collection<OdiModel> |
OdiModelFolder.getModels()Obtains the unmodifable collection of models contained by this OdiModelFolder instance. |
| Methods in oracle.odi.domain.model with parameters of type OdiModel | |
|---|---|
void |
OdiModelFolder.addModel(OdiModel pModel)Add the given model to the collection of models. |
void |
OdiModelFolder.removeModel(OdiModel pModel)Remove the given model from the collection of models. |
| Constructors in oracle.odi.domain.model with parameters of type OdiModel | |
|---|---|
OdiDataStore(OdiModel pModel, java.lang.String pName)Construct a new OdiDataStore. |
|
OdiDataStore(OdiModel pModel, java.lang.String pName, OdiDataStore pReferenceDataStore)Construct a new datastore. |
|
OdiSubModel(OdiModel pParentModel, java.lang.String pName, java.lang.String pCode)Creates a sub model with a parent model, a name and a code. |
|
| Uses of OdiModel in oracle.odi.domain.model.finder |
|---|
| Methods in oracle.odi.domain.model.finder that return OdiModel | |
|---|---|
OdiModel |
IOdiModelFinder.findByCode(java.lang.String pCode)Finds a model by the model's code. |
| Methods in oracle.odi.domain.model.finder that return types with arguments of type OdiModel | |
|---|---|
java.util.Collection<OdiModel> |
IOdiModelFinder.findByReleaseTagValue(java.lang.String pReleaseTagValue)Find OdiModels with release tag |
| Uses of OdiModel in oracle.odi.domain.project |
|---|
| Methods in oracle.odi.domain.project that return OdiModel | |
|---|---|
OdiModel |
StepModel.getModel()Returns the OdiModel on which the action is done. |
| Constructors in oracle.odi.domain.project with parameters of type OdiModel | |
|---|---|
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. |
|
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||