Uses of Interface
org.flowable.dmn.engine.impl.persistence.entity.HistoricDecisionExecutionEntity
-
Packages that use HistoricDecisionExecutionEntity Package Description org.flowable.dmn.engine.impl.persistence.entity org.flowable.dmn.engine.impl.persistence.entity.data.impl -
-
Uses of HistoricDecisionExecutionEntity in org.flowable.dmn.engine.impl.persistence.entity
Classes in org.flowable.dmn.engine.impl.persistence.entity that implement HistoricDecisionExecutionEntity Modifier and Type Class Description classHistoricDecisionExecutionEntityImpl -
Uses of HistoricDecisionExecutionEntity in org.flowable.dmn.engine.impl.persistence.entity.data.impl
Methods in org.flowable.dmn.engine.impl.persistence.entity.data.impl that return HistoricDecisionExecutionEntity Modifier and Type Method Description HistoricDecisionExecutionEntityMybatisHistoricDecisionExecutionDataManager. create()Methods in org.flowable.dmn.engine.impl.persistence.entity.data.impl that return types with arguments of type HistoricDecisionExecutionEntity Modifier and Type Method Description Class<? extends HistoricDecisionExecutionEntity>MybatisHistoricDecisionExecutionDataManager. getManagedEntityClass()
-