Class HistoricDecisionExecutionEntityImpl
java.lang.Object
org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
org.flowable.dmn.engine.impl.persistence.entity.AbstractDmnEngineNoRevisionEntity
org.flowable.dmn.engine.impl.persistence.entity.HistoricDecisionExecutionEntityImpl
- All Implemented Interfaces:
Serializable
,Entity
,DmnHistoricDecisionExecution
,HistoricDecisionExecutionEntity
public class HistoricDecisionExecutionEntityImpl
extends AbstractDmnEngineNoRevisionEntity
implements HistoricDecisionExecutionEntity, Serializable
- Author:
- Tijs Rademakers
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected String
protected String
protected String
protected String
protected Date
protected String
protected String
protected boolean
protected String
protected String
protected Date
protected String
Fields inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
id, isDeleted, isInserted, isUpdated, originalPersistentState
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreference to the activity for which the decision was executedreference to the decision definition that was executedreference to decision keyreference to decision namereference to decision versionreference to the deployment of the decision definition that was executedend time of the decision executionreference to the execution for which the decision was executeddetailed information of the decision executionreference to the (process) instance for which the decision was executedReturns a representation of the object, as would be stored in the database.reference to the scope type for which the decision was executedstart time of the decision executiontenant identifier of this decision executionboolean
isFailed()
identifier if the decision execution failedvoid
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) toString()
Methods inherited from class org.flowable.dmn.engine.impl.persistence.entity.AbstractDmnEngineNoRevisionEntity
getIdPrefix
Methods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.flowable.dmn.api.DmnHistoricDecisionExecution
getId
Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.Entity
getId, getIdPrefix, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdated
-
Field Details
-
decisionDefinitionId
-
deploymentId
-
startTime
-
endTime
-
instanceId
-
executionId
-
activityId
-
scopeType
-
failed
protected boolean failed -
tenantId
-
executionJson
-
decisionKey
-
decisionName
-
decisionVersion
-
-
Constructor Details
-
HistoricDecisionExecutionEntityImpl
public HistoricDecisionExecutionEntityImpl()
-
-
Method Details
-
getPersistentState
Description copied from interface:Entity
Returns a representation of the object, as would be stored in the database. Used when deciding if updates have occurred to the object or not since it was last loaded.- Specified by:
getPersistentState
in interfaceEntity
-
getDecisionDefinitionId
Description copied from interface:DmnHistoricDecisionExecution
reference to the decision definition that was executed- Specified by:
getDecisionDefinitionId
in interfaceDmnHistoricDecisionExecution
-
setDecisionDefinitionId
- Specified by:
setDecisionDefinitionId
in interfaceHistoricDecisionExecutionEntity
-
getDeploymentId
Description copied from interface:DmnHistoricDecisionExecution
reference to the deployment of the decision definition that was executed- Specified by:
getDeploymentId
in interfaceDmnHistoricDecisionExecution
-
setDeploymentId
- Specified by:
setDeploymentId
in interfaceHistoricDecisionExecutionEntity
-
getStartTime
Description copied from interface:DmnHistoricDecisionExecution
start time of the decision execution- Specified by:
getStartTime
in interfaceDmnHistoricDecisionExecution
-
setStartTime
- Specified by:
setStartTime
in interfaceHistoricDecisionExecutionEntity
-
getEndTime
Description copied from interface:DmnHistoricDecisionExecution
end time of the decision execution- Specified by:
getEndTime
in interfaceDmnHistoricDecisionExecution
-
setEndTime
- Specified by:
setEndTime
in interfaceHistoricDecisionExecutionEntity
-
getInstanceId
Description copied from interface:DmnHistoricDecisionExecution
reference to the (process) instance for which the decision was executed- Specified by:
getInstanceId
in interfaceDmnHistoricDecisionExecution
-
setInstanceId
- Specified by:
setInstanceId
in interfaceHistoricDecisionExecutionEntity
-
getExecutionId
Description copied from interface:DmnHistoricDecisionExecution
reference to the execution for which the decision was executed- Specified by:
getExecutionId
in interfaceDmnHistoricDecisionExecution
-
setExecutionId
- Specified by:
setExecutionId
in interfaceHistoricDecisionExecutionEntity
-
getActivityId
Description copied from interface:DmnHistoricDecisionExecution
reference to the activity for which the decision was executed- Specified by:
getActivityId
in interfaceDmnHistoricDecisionExecution
-
setActivityId
- Specified by:
setActivityId
in interfaceHistoricDecisionExecutionEntity
-
getScopeType
Description copied from interface:DmnHistoricDecisionExecution
reference to the scope type for which the decision was executed- Specified by:
getScopeType
in interfaceDmnHistoricDecisionExecution
-
setScopeType
- Specified by:
setScopeType
in interfaceHistoricDecisionExecutionEntity
-
isFailed
public boolean isFailed()Description copied from interface:DmnHistoricDecisionExecution
identifier if the decision execution failed- Specified by:
isFailed
in interfaceDmnHistoricDecisionExecution
-
setFailed
public void setFailed(boolean failed) - Specified by:
setFailed
in interfaceHistoricDecisionExecutionEntity
-
getTenantId
Description copied from interface:DmnHistoricDecisionExecution
tenant identifier of this decision execution- Specified by:
getTenantId
in interfaceDmnHistoricDecisionExecution
-
setTenantId
- Specified by:
setTenantId
in interfaceHistoricDecisionExecutionEntity
-
getExecutionJson
Description copied from interface:DmnHistoricDecisionExecution
detailed information of the decision execution- Specified by:
getExecutionJson
in interfaceDmnHistoricDecisionExecution
-
setExecutionJson
- Specified by:
setExecutionJson
in interfaceHistoricDecisionExecutionEntity
-
getDecisionKey
Description copied from interface:DmnHistoricDecisionExecution
reference to decision key- Specified by:
getDecisionKey
in interfaceDmnHistoricDecisionExecution
-
setDecisionKey
-
getDecisionName
Description copied from interface:DmnHistoricDecisionExecution
reference to decision name- Specified by:
getDecisionName
in interfaceDmnHistoricDecisionExecution
-
setDecisionName
-
getDecisionVersion
Description copied from interface:DmnHistoricDecisionExecution
reference to decision version- Specified by:
getDecisionVersion
in interfaceDmnHistoricDecisionExecution
-
setDecisionVersion
-
toString
-