public class OdiLoadPlanInstanceStepLog extends AbstractRepositoryEntity implements OdiLoadPlanInstanceSessionLog
| Constructor and Description |
|---|
OdiLoadPlanInstanceStepLog() |
public OdiLoadPlanInstanceExceptionLog getExceptionLog()
OdiLoadPlanInstanceExceptionLogpublic boolean isExceptionRaised()
public OdiLoadPlanInstanceVariableLog getVariableLog(OdiLoadPlanInstanceVariable pVariable)
pVariable - must be a variable refreshed on the step executedpublic OdiLoadPlanInstanceVariableLog getLastOverridenVariableLog(OdiLoadPlanInstanceVariable pVariable)
pVariable - public java.io.Serializable getInternalId()
public java.lang.Number getSessionId()
getSessionId in interface OdiLoadPlanInstanceSessionLogpublic java.util.Date getStartTime()
getStartTime in interface OdiLoadPlanInstanceBaseLognull if not yet started.public java.util.Date getEndTime()
getEndTime in interface OdiLoadPlanInstanceBaseLognull if not yet finished.public java.lang.Number getDuration()
getDuration in interface OdiLoadPlanInstanceBaseLognull if not yet definedpublic OdiLoadPlanInstanceRun.Status getStatus()
getStatus in interface OdiLoadPlanInstanceBaseLogpublic void setStatus(OdiLoadPlanInstanceRun.Status pStatus)
pStatus - OdiLoadPlanInstanceRun.StatusDomainRuntimeException - when trying to switch outside the allowed ERROR to DONE & DONE to ERROR transitions.public java.lang.String getErrorMessage()
getErrorMessage in interface OdiLoadPlanInstanceBaseLognull if not failed.public java.lang.String getReturnCode()
getReturnCode in interface OdiLoadPlanInstanceBaseLogpublic java.lang.Number getRecordCount()
getRecordCount in interface OdiLoadPlanInstanceSessionLognull if not applicablepublic java.lang.Number getInsertCount()
getInsertCount in interface OdiLoadPlanInstanceSessionLognull if not applicablepublic java.lang.Number getUpdateCount()
getUpdateCount in interface OdiLoadPlanInstanceSessionLognull if not applicablepublic java.lang.Number getDeleteCount()
getDeleteCount in interface OdiLoadPlanInstanceSessionLognull if not applicablepublic java.lang.Number getErrorCount()
getErrorCount in interface OdiLoadPlanInstanceSessionLogpublic java.lang.String getExecutedKeywords()
getExecutedKeywords in interface OdiLoadPlanInstanceSessionLogpublic OdiLoadPlanInstanceStep getLoadPlanInstanceStep()
public IRepositoryEntity getSecurityContainer()