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 Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Stringprotected Dateprotected Stringprotected Stringprotected booleanprotected Stringprotected Stringprotected Dateprotected StringFields 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 executionbooleanisFailed()identifier if the decision execution failedvoidsetActivityId(String activityId) voidsetDecisionDefinitionId(String decisionDefinitionId) voidsetDecisionKey(String decisionKey) voidsetDecisionName(String decisionName) voidsetDecisionVersion(String decisionVersion) voidsetDeploymentId(String deploymentId) voidsetEndTime(Date endTime) voidsetExecutionId(String executionId) voidsetExecutionJson(String executionJson) voidsetFailed(boolean failed) voidsetInstanceId(String instanceId) voidsetScopeType(String scopeType) voidsetStartTime(Date startTime) voidsetTenantId(String tenantId) toString()Methods inherited from class org.flowable.dmn.engine.impl.persistence.entity.AbstractDmnEngineNoRevisionEntity
getIdPrefixMethods inherited from class org.flowable.common.engine.impl.persistence.entity.AbstractEntityNoRevision
getId, getOriginalPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.flowable.dmn.api.DmnHistoricDecisionExecution
getIdMethods 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:EntityReturns 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:
getPersistentStatein interfaceEntity
-
getDecisionDefinitionId
Description copied from interface:DmnHistoricDecisionExecutionreference to the decision definition that was executed- Specified by:
getDecisionDefinitionIdin interfaceDmnHistoricDecisionExecution
-
setDecisionDefinitionId
- Specified by:
setDecisionDefinitionIdin interfaceHistoricDecisionExecutionEntity
-
getDeploymentId
Description copied from interface:DmnHistoricDecisionExecutionreference to the deployment of the decision definition that was executed- Specified by:
getDeploymentIdin interfaceDmnHistoricDecisionExecution
-
setDeploymentId
- Specified by:
setDeploymentIdin interfaceHistoricDecisionExecutionEntity
-
getStartTime
Description copied from interface:DmnHistoricDecisionExecutionstart time of the decision execution- Specified by:
getStartTimein interfaceDmnHistoricDecisionExecution
-
setStartTime
- Specified by:
setStartTimein interfaceHistoricDecisionExecutionEntity
-
getEndTime
Description copied from interface:DmnHistoricDecisionExecutionend time of the decision execution- Specified by:
getEndTimein interfaceDmnHistoricDecisionExecution
-
setEndTime
- Specified by:
setEndTimein interfaceHistoricDecisionExecutionEntity
-
getInstanceId
Description copied from interface:DmnHistoricDecisionExecutionreference to the (process) instance for which the decision was executed- Specified by:
getInstanceIdin interfaceDmnHistoricDecisionExecution
-
setInstanceId
- Specified by:
setInstanceIdin interfaceHistoricDecisionExecutionEntity
-
getExecutionId
Description copied from interface:DmnHistoricDecisionExecutionreference to the execution for which the decision was executed- Specified by:
getExecutionIdin interfaceDmnHistoricDecisionExecution
-
setExecutionId
- Specified by:
setExecutionIdin interfaceHistoricDecisionExecutionEntity
-
getActivityId
Description copied from interface:DmnHistoricDecisionExecutionreference to the activity for which the decision was executed- Specified by:
getActivityIdin interfaceDmnHistoricDecisionExecution
-
setActivityId
- Specified by:
setActivityIdin interfaceHistoricDecisionExecutionEntity
-
getScopeType
Description copied from interface:DmnHistoricDecisionExecutionreference to the scope type for which the decision was executed- Specified by:
getScopeTypein interfaceDmnHistoricDecisionExecution
-
setScopeType
- Specified by:
setScopeTypein interfaceHistoricDecisionExecutionEntity
-
isFailed
public boolean isFailed()Description copied from interface:DmnHistoricDecisionExecutionidentifier if the decision execution failed- Specified by:
isFailedin interfaceDmnHistoricDecisionExecution
-
setFailed
public void setFailed(boolean failed) - Specified by:
setFailedin interfaceHistoricDecisionExecutionEntity
-
getTenantId
Description copied from interface:DmnHistoricDecisionExecutiontenant identifier of this decision execution- Specified by:
getTenantIdin interfaceDmnHistoricDecisionExecution
-
setTenantId
- Specified by:
setTenantIdin interfaceHistoricDecisionExecutionEntity
-
getExecutionJson
Description copied from interface:DmnHistoricDecisionExecutiondetailed information of the decision execution- Specified by:
getExecutionJsonin interfaceDmnHistoricDecisionExecution
-
setExecutionJson
- Specified by:
setExecutionJsonin interfaceHistoricDecisionExecutionEntity
-
getDecisionKey
Description copied from interface:DmnHistoricDecisionExecutionreference to decision key- Specified by:
getDecisionKeyin interfaceDmnHistoricDecisionExecution
-
setDecisionKey
-
getDecisionName
Description copied from interface:DmnHistoricDecisionExecutionreference to decision name- Specified by:
getDecisionNamein interfaceDmnHistoricDecisionExecution
-
setDecisionName
-
getDecisionVersion
Description copied from interface:DmnHistoricDecisionExecutionreference to decision version- Specified by:
getDecisionVersionin interfaceDmnHistoricDecisionExecution
-
setDecisionVersion
-
toString
-