Uses of Class
org.flowable.dmn.engine.impl.HistoricDecisionExecutionQueryImpl
-
-
Uses of HistoricDecisionExecutionQueryImpl in org.flowable.dmn.engine.impl.cmd
Fields in org.flowable.dmn.engine.impl.cmd declared as HistoricDecisionExecutionQueryImpl Modifier and Type Field Description protected HistoricDecisionExecutionQueryImplDeleteHistoricDecisionExecutionsByQueryCmd. queryConstructors in org.flowable.dmn.engine.impl.cmd with parameters of type HistoricDecisionExecutionQueryImpl Constructor Description DeleteHistoricDecisionExecutionsByQueryCmd(HistoricDecisionExecutionQueryImpl query) -
Uses of HistoricDecisionExecutionQueryImpl in org.flowable.dmn.engine.impl.persistence.entity
-
Uses of HistoricDecisionExecutionQueryImpl in org.flowable.dmn.engine.impl.persistence.entity.data
Methods in org.flowable.dmn.engine.impl.persistence.entity.data with parameters of type HistoricDecisionExecutionQueryImpl Modifier and Type Method Description voidHistoricDecisionExecutionDataManager. delete(HistoricDecisionExecutionQueryImpl query)longHistoricDecisionExecutionDataManager. findHistoricDecisionExecutionCountByQueryCriteria(HistoricDecisionExecutionQueryImpl decisionExecutionQuery)List<DmnHistoricDecisionExecution>HistoricDecisionExecutionDataManager. findHistoricDecisionExecutionsByQueryCriteria(HistoricDecisionExecutionQueryImpl decisionExecutionQuery) -
Uses of HistoricDecisionExecutionQueryImpl in org.flowable.dmn.engine.impl.persistence.entity.data.impl
Methods in org.flowable.dmn.engine.impl.persistence.entity.data.impl with parameters of type HistoricDecisionExecutionQueryImpl Modifier and Type Method Description voidMybatisHistoricDecisionExecutionDataManager. delete(HistoricDecisionExecutionQueryImpl query)longMybatisHistoricDecisionExecutionDataManager. findHistoricDecisionExecutionCountByQueryCriteria(HistoricDecisionExecutionQueryImpl decisionExecutionQuery)List<DmnHistoricDecisionExecution>MybatisHistoricDecisionExecutionDataManager. findHistoricDecisionExecutionsByQueryCriteria(HistoricDecisionExecutionQueryImpl decisionExecutionQuery)
-