public class HistoricDecisionExecutionEntityImpl extends AbstractDmnEngineNoRevisionEntity implements HistoricDecisionExecutionEntity, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
activityId |
protected String |
decisionDefinitionId |
protected String |
decisionKey |
protected String |
decisionName |
protected String |
decisionVersion |
protected String |
deploymentId |
protected Date |
endTime |
protected String |
executionId |
protected String |
executionJson |
protected boolean |
failed |
protected String |
instanceId |
protected String |
scopeType |
protected Date |
startTime |
protected String |
tenantId |
id, isDeleted, isInserted, isUpdated, originalPersistentState| Constructor and Description |
|---|
HistoricDecisionExecutionEntityImpl() |
getIdPrefixgetId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetIdgetId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedprotected String decisionDefinitionId
protected String deploymentId
protected Date startTime
protected Date endTime
protected String instanceId
protected String executionId
protected String activityId
protected String scopeType
protected boolean failed
protected String tenantId
protected String executionJson
protected String decisionKey
protected String decisionName
protected String decisionVersion
public Object getPersistentState()
getPersistentState in interface Entitypublic String getDecisionDefinitionId()
getDecisionDefinitionId in interface DmnHistoricDecisionExecutionpublic void setDecisionDefinitionId(String decisionDefinitionId)
setDecisionDefinitionId in interface HistoricDecisionExecutionEntitypublic String getDeploymentId()
getDeploymentId in interface DmnHistoricDecisionExecutionpublic void setDeploymentId(String deploymentId)
setDeploymentId in interface HistoricDecisionExecutionEntitypublic Date getStartTime()
getStartTime in interface DmnHistoricDecisionExecutionpublic void setStartTime(Date startTime)
setStartTime in interface HistoricDecisionExecutionEntitypublic Date getEndTime()
getEndTime in interface DmnHistoricDecisionExecutionpublic void setEndTime(Date endTime)
setEndTime in interface HistoricDecisionExecutionEntitypublic String getInstanceId()
getInstanceId in interface DmnHistoricDecisionExecutionpublic void setInstanceId(String instanceId)
setInstanceId in interface HistoricDecisionExecutionEntitypublic String getExecutionId()
getExecutionId in interface DmnHistoricDecisionExecutionpublic void setExecutionId(String executionId)
setExecutionId in interface HistoricDecisionExecutionEntitypublic String getActivityId()
getActivityId in interface DmnHistoricDecisionExecutionpublic void setActivityId(String activityId)
setActivityId in interface HistoricDecisionExecutionEntitypublic String getScopeType()
getScopeType in interface DmnHistoricDecisionExecutionpublic void setScopeType(String scopeType)
setScopeType in interface HistoricDecisionExecutionEntitypublic boolean isFailed()
isFailed in interface DmnHistoricDecisionExecutionpublic void setFailed(boolean failed)
setFailed in interface HistoricDecisionExecutionEntitypublic String getTenantId()
getTenantId in interface DmnHistoricDecisionExecutionpublic void setTenantId(String tenantId)
setTenantId in interface HistoricDecisionExecutionEntitypublic String getExecutionJson()
getExecutionJson in interface DmnHistoricDecisionExecutionpublic void setExecutionJson(String executionJson)
setExecutionJson in interface HistoricDecisionExecutionEntitypublic String getDecisionKey()
getDecisionKey in interface DmnHistoricDecisionExecutionpublic void setDecisionKey(String decisionKey)
public String getDecisionName()
getDecisionName in interface DmnHistoricDecisionExecutionpublic void setDecisionName(String decisionName)
public String getDecisionVersion()
getDecisionVersion in interface DmnHistoricDecisionExecutionpublic void setDecisionVersion(String decisionVersion)
Copyright © 2021 Flowable. All rights reserved.