|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| 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.OdiLoadPlanInstance
public class OdiLoadPlanInstance
The OdiLoadPlanInstance represents the state of an OdiLoadPlan once it's started.
Its main use is to keep an history of a load plan start, in order to be able to restart it in the same state.
This object is created and persisted in the repository by the code generation process and it's for consultation only.
OdiLoadPlanInstanceStep, OdiLoadPlanInstanceVariable, OdiLoadPlanInstanceException, IOdiEntityManager, IOdiEntity, Serialized Form| Field Summary |
|---|
| Fields inherited from class oracle.odi.domain.support.AbstractOdiEntity |
|---|
STARTING_INTERNAL_VERSION |
| Method Summary | |
|---|---|
OdiContext |
getContext() |
java.lang.String |
getDescription() |
java.util.List<OdiLoadPlanInstanceException> |
getExceptions() |
java.util.Collection<IFlexFieldValue> |
getFlexFieldsValues()Obtains flex fields values related to this IFlexFieldUser. |
OdiLoadPlanInstanceRun |
getInstanceRun(java.lang.Long nbRun) |
java.io.Serializable |
getInternalId()Provides a common getter for the persistence layer to obtain an identity, irrespective of the actual type of identity used. |
OdiLoadPlanInstanceStepLog |
getLastActualSuccessStepLog(OdiLoadPlanInstanceStep pStep) |
java.lang.Long |
getLastRunCount() |
OdiLoadPlan |
getLoadPlan() |
java.lang.Number |
getLoadPlanInstanceId() |
int |
getLogHistoryRetainedNbDays() |
OdiLogicalAgent |
getLogicalAgent() |
java.lang.String |
getName()Returns the name of this entity instance. |
OdiLoadPlanInstanceStepSerial |
getRootStep() |
java.util.Collection<OdiLoadPlanInstanceRun> |
getRuns() |
IRepositoryEntity |
getSecurityContainer()Define a generic way to retrieve container for entities. |
java.lang.String |
getSessionKeywordsAsString() |
OdiLoadPlan.SessionLogsBehavior |
getSessionLogsDefaultBehaviorForScenarios()Indicates how logs will be maintained by default for the sessions of each of the scenarios started by the OdiLoadPlanInstance. |
OdiLoadPlan.SessionStepLogsBehavior |
getSessionLogsDefaultBehaviorForScenarioSteps()Indicates how logs will be maintained by default for the session steps of each of the scenarios started by the Load Plan instance. |
int |
getTaskLogLevel() |
java.util.List<OdiLoadPlanInstanceVariable> |
getVariables() |
void |
initFlexFields(IOdiFlexFieldFinder odiFlexFieldFinder)Initialize flex fields related to this IFlexFieldUser. |
void |
setContext(OdiContext context) |
void |
setLogicalAgent(OdiLogicalAgent logicalAgent) |
| 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 |
| Method Detail |
|---|
public OdiLoadPlan getLoadPlan()
OdiLoadPlanInstance is defined.OdiLoadPlanpublic 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.
getInternalId in interface IRepositoryEntitypublic java.util.Collection<IFlexFieldValue> getFlexFieldsValues()
IFlexFieldUserIFlexFieldUser.getFlexFieldsValues in interface IFlexFieldUserpublic void initFlexFields(IOdiFlexFieldFinder odiFlexFieldFinder)
IFlexFieldUserIFlexFieldUser.initFlexFields in interface IFlexFieldUserodiFlexFieldFinder - OdiFlexField finder to be used to query flex fieldspublic OdiLoadPlanInstanceStepSerial getRootStep()
OdiLoadPlanInstanceStep defined as root for this OdiLoadPlanInstance. Creates a root OdiLoadPlanInstanceStepSerial.initializeRootStep()public java.lang.Number getLoadPlanInstanceId()
OdiLoadPlanInstancepublic java.lang.String getName()
IOdiEntitygetName in interface IOdiEntitygetName in class oracle.odi.domain.support.AbstractOdiEntityOdiLoadPlanInstancepublic java.lang.String getSessionKeywordsAsString()
public OdiLoadPlan.SessionLogsBehavior getSessionLogsDefaultBehaviorForScenarios()
OdiLoadPlanInstance.OdiLoadPlan.SessionLogsBehaviorpublic OdiLoadPlan.SessionStepLogsBehavior getSessionLogsDefaultBehaviorForScenarioSteps()
OdiLoadPlan.SessionLogsBehaviorpublic int getLogHistoryRetainedNbDays()
OdiLoadPlanInstance.public int getTaskLogLevel()
OdiLoadPlanInstanceStepRunScenario are configured as RestartType = RUN_SCENARIO_FROM_STEP or RUN_SCENARIO_FROM_TASK, this property is ignored.public java.lang.String getDescription()
OdiLoadPlanInstancepublic java.util.List<OdiLoadPlanInstanceException> getExceptions()
OdiLoadPlanInstanceException defined for this OdiLoadPlanInstancepublic OdiContext getContext()
setContext(OdiContext), OdiContextpublic void setContext(OdiContext context)
context - Forced Context that will be used to execute this Step.getContext(), OdiContextpublic OdiLogicalAgent getLogicalAgent()
setLogicalAgent(OdiLogicalAgent), OdiLogicalAgentpublic void setLogicalAgent(OdiLogicalAgent logicalAgent)
logicalAgent - Forced logical agent in charge of executing this Step.getLogicalAgent(), OdiLogicalAgentpublic java.util.List<OdiLoadPlanInstanceVariable> getVariables()
OdiLoadPlanInstanceVariables defined for this OdiLoadPlanInstancepublic java.util.Collection<OdiLoadPlanInstanceRun> getRuns()
OdiLoadPlanInstancepublic OdiLoadPlanInstanceRun getInstanceRun(java.lang.Long nbRun)
OdiLoadPlanInstancepublic java.lang.Long getLastRunCount()
public OdiLoadPlanInstanceStepLog getLastActualSuccessStepLog(OdiLoadPlanInstanceStep pStep)
public IRepositoryEntity getSecurityContainer()
IRepositoryEntitygetSecurityContainer in interface IRepositoryEntity
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||