|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| 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.support.AbstractOdiEntity
oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceRun
public class OdiLoadPlanInstanceRun
Class representing the attempt to execute an OdiLoadPlanInstance
| Nested Class Summary | |
|---|---|
static class |
OdiLoadPlanInstanceRun.OdiLoadPlanInstanceRunIdImplements the composite key for OdiContextualSchemaMapping. |
static class |
OdiLoadPlanInstanceRun.StatusExecution status |
static class |
OdiLoadPlanInstanceRun.StepCaseConditionStatusCase step clause Evaluation status |
| Field Summary |
|---|
| Fields inherited from class oracle.odi.domain.support.AbstractOdiEntity |
|---|
STARTING_INTERNAL_VERSION |
| Method Summary | |
|---|---|
OdiLoadPlanInstanceRun.StepCaseConditionStatus |
getConditionStatus(OdiLoadPlanInstanceCaseCondition pCaseCondition) |
OdiContext |
getContext() |
java.lang.Number |
getDuration()Deprecated. as the duration is no more populated by runtime. Use getEndTime-getStartTime to get the duration |
java.util.Date |
getEndTime() |
java.lang.String |
getErrorMessage() |
java.lang.Long |
getEssJobId()Returns the ID of ESS Job which started this OdiLoadPlanInstance. |
java.lang.Long |
getEssRequestExecutionContext()Returns the RequestExecutionContext of ESS Job which started this OdiLoadPlanInstance. |
ExecutionMode |
getExecutionMode()Returns execution mode of this OdiLoadPlanInstanceRun that will be used to launch an OdiScenario. |
java.io.Serializable |
getInternalId()Provides a common getter for the persistence layer to obtain an identity, irrespective of the actual type of identity used. |
OdiLoadPlanInstance |
getLoadPlanInstance() |
OdiLoadPlanInstanceStepLog |
getLog(OdiLoadPlanInstanceStep pStep) |
OdiLoadPlanInstanceExceptionLog |
getLogForExceptionStep(OdiLoadPlanInstanceStep parentStep, OdiLoadPlanInstanceStep exceptionStep) |
java.lang.String |
getPhysicalAgentName() |
java.lang.String |
getReturnCode() |
java.lang.Long |
getRunCount() |
IRepositoryEntity |
getSecurityContainer()Define a generic way to retrieve container for entities. |
java.util.Date |
getStartTime() |
OdiLoadPlanInstanceRun.Status |
getStatus() |
java.lang.String |
getStatusCode(OdiLoadPlanInstanceRun.Status status) |
java.lang.String |
getUserName() |
boolean |
isEssJobLoadPlanInstance()Returns true if this OdiLoadPlanInstance was started by ESS Job, false otherwise. |
| Methods inherited from class oracle.odi.domain.support.AbstractOdiEntity |
|---|
equals, getFirstDate, getFirstUser, getInternalVersion, getLastDate, getLastUser, getName, 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 |
| Method Detail |
|---|
public ExecutionMode getExecutionMode()
public java.io.Serializable getInternalId()
IRepositoryEntityTypically a subclass will delegate to a public SomePrimitiveWrapper getId() method. The necessity for the getInternalId() abstract method is solely because the persistence layer needs a way of obtaining the identity irrespective of the actual identity implementation choice.
Returning null from this method will indicate the object has never been saved. This will likely be relied on by some DAO implementations.
public OdiLoadPlanInstanceStepLog getLog(OdiLoadPlanInstanceStep pStep)
pStep -
public OdiLoadPlanInstanceExceptionLog getLogForExceptionStep(OdiLoadPlanInstanceStep parentStep,
OdiLoadPlanInstanceStep exceptionStep)
public java.util.Date getStartTime()
null if not yet started.public java.util.Date getEndTime()
null if not yet finished.
@Deprecated
public java.lang.Number getDuration()
public OdiLoadPlanInstanceRun.Status getStatus()
public java.lang.String getStatusCode(OdiLoadPlanInstanceRun.Status status)
public java.lang.String getErrorMessage()
null if not failed.public java.lang.String getReturnCode()
public java.lang.String getUserName()
public OdiContext getContext()
#setContext(OdiContext), OdiContextpublic java.lang.String getPhysicalAgentName()
public OdiLoadPlanInstance getLoadPlanInstance()
public OdiLoadPlanInstanceRun.StepCaseConditionStatus getConditionStatus(OdiLoadPlanInstanceCaseCondition pCaseCondition)
pCaseCondition -OdiLoadPlanInstanceCaseCondition in the current runpublic java.lang.Long getRunCount()
public IRepositoryEntity getSecurityContainer()
IRepositoryEntitypublic java.lang.Long getEssJobId()
OdiLoadPlanInstance.OdiLoadPlanInstancejava.lang.IllegalStateException - if this OdiLoadPlanInstance is not ESS Job relatedpublic java.lang.Long getEssRequestExecutionContext()
OdiLoadPlanInstance.OdiLoadPlanInstancejava.lang.IllegalStateException - if this OdiLoadPlanInstance is not ESS Job relatedpublic boolean isEssJobLoadPlanInstance()
OdiLoadPlanInstance was started by ESS Job, false otherwise.OdiLoadPlanInstance was started by ESS Job, false otherwise
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.9.0) E17060-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||