public class OdiLoadPlanInstanceStepLog extends AbstractRepositoryEntity implements OdiLoadPlanInstanceSessionLog
Constructor and Description |
---|
OdiLoadPlanInstanceStepLog() |
public OdiLoadPlanInstanceExceptionLog getExceptionLog()
OdiLoadPlanInstanceExceptionLog
public 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 OdiLoadPlanInstanceSessionLog
public java.util.Date getStartTime()
getStartTime
in interface OdiLoadPlanInstanceBaseLog
null
if not yet started.public java.util.Date getEndTime()
getEndTime
in interface OdiLoadPlanInstanceBaseLog
null
if not yet finished.public java.lang.Number getDuration()
getDuration
in interface OdiLoadPlanInstanceBaseLog
null
if not yet definedpublic OdiLoadPlanInstanceRun.Status getStatus()
getStatus
in interface OdiLoadPlanInstanceBaseLog
public void setStatus(OdiLoadPlanInstanceRun.Status pStatus)
pStatus
- OdiLoadPlanInstanceRun.Status
DomainRuntimeException
- when trying to switch outside the allowed ERROR to DONE & DONE to ERROR transitions.public java.lang.String getErrorMessage()
getErrorMessage
in interface OdiLoadPlanInstanceBaseLog
null
if not failed.public java.lang.String getReturnCode()
getReturnCode
in interface OdiLoadPlanInstanceBaseLog
public java.lang.Number getRecordCount()
getRecordCount
in interface OdiLoadPlanInstanceSessionLog
null
if not applicablepublic java.lang.Number getInsertCount()
getInsertCount
in interface OdiLoadPlanInstanceSessionLog
null
if not applicablepublic java.lang.Number getUpdateCount()
getUpdateCount
in interface OdiLoadPlanInstanceSessionLog
null
if not applicablepublic java.lang.Number getDeleteCount()
getDeleteCount
in interface OdiLoadPlanInstanceSessionLog
null
if not applicablepublic java.lang.Number getErrorCount()
getErrorCount
in interface OdiLoadPlanInstanceSessionLog
public java.lang.String getExecutedKeywords()
getExecutedKeywords
in interface OdiLoadPlanInstanceSessionLog
public OdiLoadPlanInstanceStep getLoadPlanInstanceStep()
public IRepositoryEntity getSecurityContainer()