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

E17060-01

oracle.odi.domain.model
Class OdiSubPartition

java.lang.Object
  extended by oracle.odi.domain.support.BusinessObject
      extended by oracle.odi.domain.support.AbstractRepositoryEntity
          extended by oracle.odi.domain.support.AbstractOdiEntity
              extended by oracle.odi.domain.model.OdiPartition
                  extended by oracle.odi.domain.model.OdiSubPartition
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, IOdiEntity, IRepositoryEntity, IWorkDevelopmentOdiEntity

public class OdiSubPartition
extends OdiPartition

Subclasses OdiPartition, and is a child of a OdiMainPartition instance.

Since:
11.1.1.3.0
See Also:
OdiPartition, OdiMainPartition, Serialized Form

Field Summary
 
Fields inherited from class oracle.odi.domain.model.OdiPartition
NAME_MAX_LENGTH
 
Fields inherited from class oracle.odi.domain.support.AbstractOdiEntity
STARTING_INTERNAL_VERSION
 
Constructor Summary
OdiSubPartition(OdiMainPartition pMainPartition, java.lang.String pName)
          Construct a new OdiSubPartition.
 
Method Summary
 OdiMainPartition getMainPartition()
          Get the main partition for this OdiSubPartition instance.
 
Methods inherited from class oracle.odi.domain.model.OdiPartition
getDataStore, getDescription, getInternalId, getName, getPartitionId, getSecurityContainer, setDescription
 
Methods inherited from class oracle.odi.domain.support.AbstractOdiEntity
equals, getFirstDate, getFirstUser, getInternalVersion, getLastDate, getLastUser, hashCode, isInstanceLevelSecurityNeeded, isNew, toString
 
Methods inherited from class oracle.odi.domain.support.BusinessObject
clone
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface oracle.odi.domain.IOdiEntity
getFirstDate, getFirstUser, getLastDate, getLastUser, isInstanceLevelSecurityNeeded
 

Constructor Detail

OdiSubPartition

public OdiSubPartition(OdiMainPartition pMainPartition,
                       java.lang.String pName)
Construct a new OdiSubPartition.

Parameters:
pMainPartition - the parent main-partition
pName - the name of the partition
Method Detail

getMainPartition

public OdiMainPartition getMainPartition()
Get the main partition for this OdiSubPartition instance.

Returns:
the parent OdiMainPartition object

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

E17060-01

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