|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectoracle.odi.domain.support.BusinessObject
oracle.odi.domain.support.AbstractRepositoryEntity
oracle.odi.domain.support.AbstractOdiEntity
oracle.odi.domain.model.OdiPartition
oracle.odi.domain.model.OdiMainPartition
public class OdiMainPartition
Represents a main partition of an OdiDataStore.
A main partition is owned by an {OdiDataStore instance and can have sub partitions.
OdiPartition,
OdiSubPartition,
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 | |
|---|---|
OdiMainPartition(OdiDataStore pDataStore,
java.lang.String pName)
Constructs a new main partition. |
|
| Method Summary | |
|---|---|
java.util.Collection<OdiSubPartition> |
getSubPartitions()
Returns an unmodifiable collection of OdiSubPartitions that belongs to this OdiMainPartition. |
void |
removeSubPartition(OdiSubPartition pSubPartition)
Remove the given OdiSubPartition from the collection of OdiSubPartitions. |
| 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 |
|---|
public OdiMainPartition(OdiDataStore pDataStore,
java.lang.String pName)
This constructor also set the parent OdiDataStore of this partition and it's name.
pDataStore - the parent datastore of this paritionpName - the name of this partition
java.lang.IllegalArgumentException - if the pDataStore is null or if the name is null, empty or longer than NAME_MAX_LENGTH| Method Detail |
|---|
public java.util.Collection<OdiSubPartition> getSubPartitions()
OdiSubPartitions that belongs to this OdiMainPartition.
Use removeSubPartition(OdiSubPartition) to remove OdiSubPartition.
OdiSubPartitionremoveSubPartition(OdiSubPartition)public void removeSubPartition(OdiSubPartition pSubPartition)
OdiSubPartition from the collection of OdiSubPartitions.
pSubPartition - pSubPartition.
java.lang.IllegalArgumentException - if pSubPartition is null or does not belong to this
OdiMainPartition.getSubPartitions()
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||