|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| 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.OdiLKMLine
public final class OdiLKMLine
Subclass of ProcedureLine providing LKM specific properties used during code generation.
| Nested Class Summary | |
|---|---|
static class |
OdiLKMLine.TemporaryIndexLocationInternal Enum that represents the location where temporary indexes can be created by an OdiLKMLine when executed. |
| 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 | |
|---|---|
OdiLKMLine.TemporaryIndexLocation |
getTemporaryIndexLocation()Get the temporaryIndexLocation. |
boolean |
isGeneratedIfJrnTableInSourceSet()Is journalizedTableInCurrentSchema set? |
boolean |
isPostIntegration()Is post Integration? |
void |
setGeneratedIfJrnTableInSourceSet(boolean pGeneratedIfJrnTableInSourceSet)Defines whether this LKM line is executed if a journalized table is found in the current source set, or not. |
void |
setPostIntegration(boolean pPostIntegration)Defines whether this LKM line is executed after integration process. |
void |
setTemporaryIndexLocation(OdiLKMLine.TemporaryIndexLocation pTemporaryIndexLocation)Defines temporary index option of this LKM 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 setPostIntegration(boolean pPostIntegration)
pPostIntegration - true to have this LKM line execute after integration processisPostIntegration()public boolean isPostIntegration()
@setPostIntegrationpublic void setGeneratedIfJrnTableInSourceSet(boolean pGeneratedIfJrnTableInSourceSet)
pGeneratedIfJrnTableInSourceSet - true to have this LKM line execute if a journalized table is found in the current source setisGeneratedIfJrnTableInSourceSet()public boolean isGeneratedIfJrnTableInSourceSet()
setGeneratedIfJrnTableInSourceSet(boolean)public void setTemporaryIndexLocation(OdiLKMLine.TemporaryIndexLocation pTemporaryIndexLocation)
pTemporaryIndexLocation - OdiLKMLine.TemporaryIndexLocation value for temporaryIndexLocationgetTemporaryIndexLocation()public OdiLKMLine.TemporaryIndexLocation getTemporaryIndexLocation()
setTemporaryIndexLocation(oracle.odi.domain.project.OdiLKMLine.TemporaryIndexLocation)
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||