Package | Description |
---|---|
oracle.odi.domain.mapping.component |
This package contains the component implementation in Oracle Data Integrator Mapping.
|
oracle.odi.domain.mapping.expression |
Provides the expression class in Oracle Data Integrator Mapping.
|
oracle.odi.domain.mapping.physical |
This package contains the implementation for defining the physical aspects of Oracle Data Integrator Mapping.
|
oracle.odi.domain.mapping.properties |
This package contains the property classes in Oracle Data Integrator Mapping.
|
oracle.odi.domain.root |
This package contains the root classes for Oracle Data Integrator Mapping.
|
Modifier and Type | Method and Description |
---|---|
Property |
UnpivotComponent.addTransformKey(java.lang.String keyExpr) |
Modifier and Type | Method and Description |
---|---|
void |
DataStorageDelegate.afterPropertyChange(Property prop,
java.lang.Object oldValue,
java.lang.Object newValue) |
void |
DatastoreComponent.afterPropertyChange(Property prop,
java.lang.Object oldValue,
java.lang.Object newValue) |
void |
ExpandableComponentDelegate.afterPropertyChange(Property prop,
java.lang.Object oldValue,
java.lang.Object newValue) |
void |
FilterComponent.afterPropertyChange(Property prop,
java.lang.Object oldValue,
java.lang.Object newValue) |
void |
FlattenComponent.afterPropertyChange(Property prop,
java.lang.Object oldValue,
java.lang.Object newValue) |
void |
JoinComponent.afterPropertyChange(Property prop,
java.lang.Object oldValue,
java.lang.Object newValue)
Handles property change events for this join component.
|
java.lang.Object |
LookupComponent.beforePropertyChange(Property prop,
java.lang.Object oldValue,
java.lang.Object newValue) |
java.util.Map |
UnpivotComponent.getTransformExpressions(Property keyProp) |
java.lang.Object |
LookupComponent.propertyValueGetterHook(java.lang.String key,
Property property,
java.lang.Object value) |
void |
UnpivotComponent.removeTransform(Property transformKey) |
void |
UnpivotComponent.reorderTransform(Property transformKey,
int i) |
void |
UnpivotComponent.setTransformExpressions(Property keyProp,
java.util.Map vLocatorExprs) |
Modifier and Type | Method and Description |
---|---|
Property |
MapExpression.getOwningProperty()
Gets the property that owns this expression.
|
Modifier and Type | Method and Description |
---|---|
Property |
DeploymentSpec.createProperty(PropertyDefinition.PropertyType type,
java.lang.String name)
Deprecated.
|
Property |
DeploymentSpec.createProperty(PropertyDefinition propDef)
Deprecated.
|
Property |
DeploymentSpec.getProperty(java.lang.String key)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
DeploymentSpec.addProperty(Property newProp)
Deprecated.
|
void |
DeploymentSpec.adjustPropertyPersistency(Property prop)
Deprecated.
|
void |
DeploymentSpec.notifyPropertyChange(oracle.odi.domain.mapping.MapChangeEvent.EventTime time,
java.lang.String key,
Property property,
java.lang.Object oldValue,
java.lang.Object newValue)
Deprecated.
|
java.lang.Object |
ExecutionUnit.notifyPropertyChange(oracle.odi.domain.mapping.MapChangeEvent.EventTime time,
java.lang.String key,
Property property,
java.lang.Object oldValue,
java.lang.Object newValue) |
java.lang.Object |
MapPhysicalDesign.notifyPropertyChange(oracle.odi.domain.mapping.MapChangeEvent.EventTime time,
java.lang.String key,
Property property,
java.lang.Object oldValue,
java.lang.Object newValue) |
java.lang.Object |
MapPhysicalNode.notifyPropertyChange(oracle.odi.domain.mapping.MapChangeEvent.EventTime time,
java.lang.String key,
Property property,
java.lang.Object oldValue,
java.lang.Object newValue) |
void |
DeploymentSpec.removeProperty(Property prop)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Property |
PropertyDefinition.createProperty(oracle.odi.domain.root.PropertyOwner owner)
Create a property specified by this property definition for the specified
property owner.
|
Property |
Property.getChildProperty(java.lang.String key)
Gets the child property object with the specified key name.
|
Modifier and Type | Method and Description |
---|---|
void |
Property.addChildProperty(Property childProperty)
Adds a child property to this property.
|
Modifier and Type | Method and Description |
---|---|
Property |
IPropertyOwner.createProperty(PropertyDefinition propDef)
Create a property and add it to this object, using a property definition object.
|
Property |
IPropertyOwner.getProperty(java.lang.String key)
Get the property object with the specified name.
|
Modifier and Type | Method and Description |
---|---|
void |
IPropertyOwner.addProperty(Property newProp)
Add a named property to this object.
|