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() |
| Modifier and Type | Method and Description |
|---|---|
String |
getActivityId()
reference to the activity for which the decision was executed
|
String |
getDecisionDefinitionId()
reference to the decision definition that was executed
|
String |
getDecisionKey()
reference to decision key
|
String |
getDecisionName()
reference to decision name
|
String |
getDecisionVersion()
reference to decision version
|
String |
getDeploymentId()
reference to the deployment of the decision definition that was executed
|
Date |
getEndTime()
end time of the decision execution
|
String |
getExecutionId()
reference to the execution for which the decision was executed
|
String |
getExecutionJson()
detailed information of the decision execution
|
String |
getInstanceId()
reference to the (process) instance for which the decision was executed
|
Object |
getPersistentState()
Returns a representation of the object, as would be stored in the database.
|
String |
getScopeType()
reference to the scope type for which the decision was executed
|
Date |
getStartTime()
start time of the decision execution
|
String |
getTenantId()
tenant identifier of this decision execution
|
boolean |
isFailed()
identifier if the decision execution failed
|
void |
setActivityId(String activityId) |
void |
setDecisionDefinitionId(String decisionDefinitionId) |
void |
setDecisionKey(String decisionKey) |
void |
setDecisionName(String decisionName) |
void |
setDecisionVersion(String decisionVersion) |
void |
setDeploymentId(String deploymentId) |
void |
setEndTime(Date endTime) |
void |
setExecutionId(String executionId) |
void |
setExecutionJson(String executionJson) |
void |
setFailed(boolean failed) |
void |
setInstanceId(String instanceId) |
void |
setScopeType(String scopeType) |
void |
setStartTime(Date startTime) |
void |
setTenantId(String tenantId) |
String |
toString() |
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()
EntitygetPersistentState in interface Entitypublic String getDecisionDefinitionId()
DmnHistoricDecisionExecutiongetDecisionDefinitionId in interface DmnHistoricDecisionExecutionpublic void setDecisionDefinitionId(String decisionDefinitionId)
setDecisionDefinitionId in interface HistoricDecisionExecutionEntitypublic String getDeploymentId()
DmnHistoricDecisionExecutiongetDeploymentId in interface DmnHistoricDecisionExecutionpublic void setDeploymentId(String deploymentId)
setDeploymentId in interface HistoricDecisionExecutionEntitypublic Date getStartTime()
DmnHistoricDecisionExecutiongetStartTime in interface DmnHistoricDecisionExecutionpublic void setStartTime(Date startTime)
setStartTime in interface HistoricDecisionExecutionEntitypublic Date getEndTime()
DmnHistoricDecisionExecutiongetEndTime in interface DmnHistoricDecisionExecutionpublic void setEndTime(Date endTime)
setEndTime in interface HistoricDecisionExecutionEntitypublic String getInstanceId()
DmnHistoricDecisionExecutiongetInstanceId in interface DmnHistoricDecisionExecutionpublic void setInstanceId(String instanceId)
setInstanceId in interface HistoricDecisionExecutionEntitypublic String getExecutionId()
DmnHistoricDecisionExecutiongetExecutionId in interface DmnHistoricDecisionExecutionpublic void setExecutionId(String executionId)
setExecutionId in interface HistoricDecisionExecutionEntitypublic String getActivityId()
DmnHistoricDecisionExecutiongetActivityId in interface DmnHistoricDecisionExecutionpublic void setActivityId(String activityId)
setActivityId in interface HistoricDecisionExecutionEntitypublic String getScopeType()
DmnHistoricDecisionExecutiongetScopeType in interface DmnHistoricDecisionExecutionpublic void setScopeType(String scopeType)
setScopeType in interface HistoricDecisionExecutionEntitypublic boolean isFailed()
DmnHistoricDecisionExecutionisFailed in interface DmnHistoricDecisionExecutionpublic void setFailed(boolean failed)
setFailed in interface HistoricDecisionExecutionEntitypublic String getTenantId()
DmnHistoricDecisionExecutiongetTenantId in interface DmnHistoricDecisionExecutionpublic void setTenantId(String tenantId)
setTenantId in interface HistoricDecisionExecutionEntitypublic String getExecutionJson()
DmnHistoricDecisionExecutiongetExecutionJson in interface DmnHistoricDecisionExecutionpublic void setExecutionJson(String executionJson)
setExecutionJson in interface HistoricDecisionExecutionEntitypublic String getDecisionKey()
DmnHistoricDecisionExecutiongetDecisionKey in interface DmnHistoricDecisionExecutionpublic void setDecisionKey(String decisionKey)
public String getDecisionName()
DmnHistoricDecisionExecutiongetDecisionName in interface DmnHistoricDecisionExecutionpublic void setDecisionName(String decisionName)
public String getDecisionVersion()
DmnHistoricDecisionExecutiongetDecisionVersion in interface DmnHistoricDecisionExecutionpublic void setDecisionVersion(String decisionVersion)
Copyright © 2023 Flowable. All rights reserved.