public class OdiLoadPlanInstanceExceptionLog extends AbstractRepositoryEntity implements OdiLoadPlanInstanceSessionLog
| Modifier and Type | Method and Description |
|---|---|
java.lang.Number |
getDeleteCount() |
java.lang.Number |
getDuration() |
java.util.Date |
getEndTime() |
java.lang.Number |
getErrorCount() |
java.lang.String |
getErrorMessage() |
OdiLoadPlanInstanceExceptionVariableLog |
getExceptionVariableLog(OdiLoadPlanInstanceVariable pVariable) |
java.lang.String |
getExecutedKeywords() |
java.lang.Number |
getInsertCount() |
java.io.Serializable |
getInternalId() |
java.lang.String |
getLastOverridenVariableValue(OdiLoadPlanInstanceVariable pVariable)
Return latest known variable value or null if there are no variables.
|
OdiLoadPlanInstanceStepLog |
getLog(OdiLoadPlanInstanceStep pStep) |
java.lang.Number |
getRecordCount() |
java.lang.String |
getReturnCode() |
IRepositoryEntity |
getSecurityContainer() |
java.lang.Number |
getSessionId() |
java.util.Date |
getStartTime() |
OdiLoadPlanInstanceRun.Status |
getStatus() |
java.lang.Number |
getUpdateCount() |
public OdiLoadPlanInstanceStepLog getLog(OdiLoadPlanInstanceStep pStep)
pStep - the instanceStep. Must be a step of this exception hierarchy.DomainRuntimeException - if the step is not part of this exception's hierarchypublic 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 defined.public OdiLoadPlanInstanceRun.Status getStatus()
getStatus in interface OdiLoadPlanInstanceBaseLogpublic 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 OdiLoadPlanInstanceExceptionVariableLog getExceptionVariableLog(OdiLoadPlanInstanceVariable pVariable)
pVariable - must be a variable refreshed on the step executedpublic java.lang.String getLastOverridenVariableValue(OdiLoadPlanInstanceVariable pVariable)
pVariable - variable to check.public IRepositoryEntity getSecurityContainer()