Uses of Interface
org.flowable.dmn.api.DmnHistoricDecisionExecution
Packages that use DmnHistoricDecisionExecution
Package
Description
-
Uses of DmnHistoricDecisionExecution in org.flowable.dmn.engine.impl
Methods in org.flowable.dmn.engine.impl that return types with arguments of type DmnHistoricDecisionExecutionModifier and TypeMethodDescriptionHistoricDecisionExecutionQueryImpl.executeList
(CommandContext commandContext) NativeHistoryDecisionExecutionQueryImpl.executeList
(CommandContext commandContext, Map<String, Object> parameterMap) -
Uses of DmnHistoricDecisionExecution in org.flowable.dmn.engine.impl.persistence.entity
Subinterfaces of DmnHistoricDecisionExecution in org.flowable.dmn.engine.impl.persistence.entityClasses in org.flowable.dmn.engine.impl.persistence.entity that implement DmnHistoricDecisionExecutionMethods in org.flowable.dmn.engine.impl.persistence.entity that return types with arguments of type DmnHistoricDecisionExecutionModifier and TypeMethodDescriptionHistoricDecisionExecutionEntityManager.findHistoricDecisionExecutionsByNativeQuery
(Map<String, Object> parameterMap) HistoricDecisionExecutionEntityManagerImpl.findHistoricDecisionExecutionsByNativeQuery
(Map<String, Object> parameterMap) HistoricDecisionExecutionEntityManager.findHistoricDecisionExecutionsByQueryCriteria
(HistoricDecisionExecutionQueryImpl decisionExecutionQuery) HistoricDecisionExecutionEntityManagerImpl.findHistoricDecisionExecutionsByQueryCriteria
(HistoricDecisionExecutionQueryImpl decisionExecutionQuery) -
Uses of DmnHistoricDecisionExecution in org.flowable.dmn.engine.impl.persistence.entity.data
Methods in org.flowable.dmn.engine.impl.persistence.entity.data that return types with arguments of type DmnHistoricDecisionExecutionModifier and TypeMethodDescriptionHistoricDecisionExecutionDataManager.findHistoricDecisionExecutionsByNativeQuery
(Map<String, Object> parameterMap) HistoricDecisionExecutionDataManager.findHistoricDecisionExecutionsByQueryCriteria
(HistoricDecisionExecutionQueryImpl decisionExecutionQuery) -
Uses of DmnHistoricDecisionExecution in org.flowable.dmn.engine.impl.persistence.entity.data.impl
Methods in org.flowable.dmn.engine.impl.persistence.entity.data.impl that return types with arguments of type DmnHistoricDecisionExecutionModifier and TypeMethodDescriptionMybatisHistoricDecisionExecutionDataManager.findHistoricDecisionExecutionsByNativeQuery
(Map<String, Object> parameterMap) MybatisHistoricDecisionExecutionDataManager.findHistoricDecisionExecutionsByQueryCriteria
(HistoricDecisionExecutionQueryImpl decisionExecutionQuery)