Skip navigation links

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

E17060-04


Uses of Class
oracle.odi.domain.model.OdiSubModel

Packages that use OdiSubModel
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 OdiSubModel in oracle.odi.domain.model

 

Methods in oracle.odi.domain.model that return OdiSubModel
 OdiSubModel OdiSubModel.getParentSubModel()
          Returns the parent sub model of this OdiSubModel instance.

 

Methods in oracle.odi.domain.model that return types with arguments of type OdiSubModel
 java.util.Collection<OdiSubModel> OdiModel.getSubModels()
          Obtains the unmodifiable collection of all OdiSubModels contained by this OdiModel instance.
 java.util.Collection<OdiSubModel> OdiSubModel.getSubModels()
          Obtains the unmodifiable collection of sub models of this OdiSubModel instance.

 

Methods in oracle.odi.domain.model with parameters of type OdiSubModel
 void OdiModel.addSubModel(OdiSubModel pSubModel)
          Add the given sub model to the collection of sub models owned by this OdiModel instance.
 void OdiSubModel.addSubModel(OdiSubModel pSubModel)
          Add the given sub model to the collection of sub models of this OdiSubModel instance.
 void OdiModel.removeSubModel(OdiSubModel pSubModel)
          Remove the given sub model from the collection of sub models.
 void OdiSubModel.removeSubModel(OdiSubModel pSubModel)
          Remove the given sub model from the collection of sub models of this OdiSubModel instance.

 

Constructors in oracle.odi.domain.model with parameters of type OdiSubModel
OdiSubModel(OdiSubModel pParentSubModel, java.lang.String pName, java.lang.String pCode)
          Creates a sub model with a parent sub model, a name and a code.

 

Uses of OdiSubModel in oracle.odi.domain.model.finder

 

Methods in oracle.odi.domain.model.finder that return OdiSubModel
 OdiSubModel IOdiSubModelFinder.findByCode(java.lang.String pSubModelCode, java.lang.String pParentModelCode)
          Find OdiSubModel by sub model code and parent model code.

 

Uses of OdiSubModel in oracle.odi.domain.project

 

Methods in oracle.odi.domain.project that return OdiSubModel
 OdiSubModel StepSubModel.getSubModel()
          Returns the OdiSubModel to control when this Step is executed.

 

Constructors in oracle.odi.domain.project with parameters of type OdiSubModel
StepSubModel(OdiPackage pPackage, OdiSubModel pSubModel, java.lang.String pName)
          Constructor that sets the parent OdiPackage, the OdiSubModel upon which this Step is based and the step name.

 


Skip navigation links

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

E17060-04


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