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.OdiMainPartition

Packages that use OdiMainPartition
oracle.odi.domain.model This package contains the Oracle Data Integrator Data Model domain implementation. 

 

Uses of OdiMainPartition in oracle.odi.domain.model

 

Methods in oracle.odi.domain.model that return OdiMainPartition
 OdiMainPartition OdiSubPartition.getMainPartition()
          Get the main partition for this OdiSubPartition instance.

 

Methods in oracle.odi.domain.model that return types with arguments of type OdiMainPartition
 java.util.Collection<OdiMainPartition> OdiDataStore.getMainPartitions()
          Returns an unmodifiable collection of the OdiMainPartitions that belogns to this datastore.

 

Methods in oracle.odi.domain.model with parameters of type OdiMainPartition
 void OdiDataStore.removeMainPartition(OdiMainPartition pMainPartition)
          Remove the given OdiMainPartition from the collection of OdiMainPartitions that belogns to this datastore.

 

Constructors in oracle.odi.domain.model with parameters of type OdiMainPartition
OdiSubPartition(OdiMainPartition pMainPartition, java.lang.String pName)
          Construct a new OdiSubPartition.

 


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.