|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.domain.support.BusinessObject
oracle.odi.domain.support.AbstractRepositoryEntity
oracle.odi.domain.project.OdiProcedureLine
oracle.odi.domain.project.OdiIKMLine
public final class OdiIKMLine
Subclass of ProcedureLine providing IKM specific properties used during code generation.
| Nested Class Summary | |
|---|---|
static class |
OdiIKMLine.TemporaryIndexLocationInternal Enum that represents the location where temporary indexes can be created by an OdiIKMLine when executed. Possible values are: NONE: do not create any temporary index ON_SOURCE: create temporary index on source |
| Nested classes/interfaces inherited from class oracle.odi.domain.project.OdiProcedureLine |
|---|
OdiProcedureLine.LogCounter, OdiProcedureLine.OdiProcedureLineId |
| Field Summary |
|---|
| Fields inherited from class oracle.odi.domain.project.OdiProcedureLine |
|---|
NAME_MAX_LENGTH |
| Method Summary | |
|---|---|
OdiIKMLine.TemporaryIndexLocation |
getTemporaryIndexLocation()Get the temporaryIndexLocation. |
boolean |
isGeneratedIfJrnTableInInterface()Is generatedIfJrnTableInInterface set? |
boolean |
isGeneratedIfJrnTableInStagingArea()Is generatedIfJrnTableInStagingArea set? |
void |
setGeneratedIfJrnTableInInterface(boolean pGeneratedIfJrnTableInInterface)Defines whether this IKM line is generated if the journalized table is source of the current interface. |
void |
setGeneratedIfJrnTableInStagingArea(boolean pGeneratedIfJrnTableInStagingArea)Defines whether this LKM line is generated if a journalized table is found in staging area, or not. |
void |
setTemporaryIndexLocation(OdiIKMLine.TemporaryIndexLocation pTemporaryIndexLocation)Defines temporary index option of this IKM line. |
| Methods inherited from class oracle.odi.domain.project.OdiProcedureLine |
|---|
addGenerationCondition, getGenerationConditions, getInternalId, getLogCounter, getLogFinalCommand, getLogLevel, getName, getOnSourceCommand, getOnTargetCommand, getOrder, getSecurityContainer, isAlwaysGenerated, isIgnoreError, removeGenerationCondition, setAlwaysGenerated, setIgnoreError, setLogCounter, setLogFinalCommand, setLogLevel, setName, setOnSourceCommand, setOnTargetCommand |
| Methods inherited from class oracle.odi.domain.support.BusinessObject |
|---|
clone |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public void setGeneratedIfJrnTableInInterface(boolean pGeneratedIfJrnTableInInterface)
pGeneratedIfJrnTableInInterface - true to have this IKM line is generated if the journalized table is source of the current interfaceisGeneratedIfJrnTableInInterface()public boolean isGeneratedIfJrnTableInInterface()
setGeneratedIfJrnTableInInterface(boolean)public void setGeneratedIfJrnTableInStagingArea(boolean pGeneratedIfJrnTableInStagingArea)
pGeneratedIfJrnTableInStagingArea - true to have this LKM line generate if a journalized table is found in staging areaisGeneratedIfJrnTableInStagingArea()public boolean isGeneratedIfJrnTableInStagingArea()
setGeneratedIfJrnTableInStagingArea(boolean)public void setTemporaryIndexLocation(OdiIKMLine.TemporaryIndexLocation pTemporaryIndexLocation)
pTemporaryIndexLocation - OdiIKMLine.TemporaryIndexLocation value for temporaryIndexLocationgetTemporaryIndexLocation()public OdiIKMLine.TemporaryIndexLocation getTemporaryIndexLocation()
setTemporaryIndexLocation(oracle.odi.domain.project.OdiIKMLine.TemporaryIndexLocation)
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||