Uses of Class
com.flowable.action.engine.impl.history.HistoricActionLinkQueryImpl
-
Uses of HistoricActionLinkQueryImpl in com.flowable.action.engine.impl.history
Methods in com.flowable.action.engine.impl.history that return HistoricActionLinkQueryImpl Modifier and Type Method Description HistoricActionLinkQueryImplHistoricActionLinkQueryImpl. actionDefinitionId(java.lang.String actionDefinitionId)HistoricActionLinkQueryImplHistoricActionLinkQueryImpl. id(java.lang.String id)HistoricActionLinkQueryImplHistoricActionLinkQueryImpl. ids(java.util.Set<java.lang.String> ids)HistoricActionLinkQueryImplHistoricActionLinkQueryImpl. scopeId(java.lang.String scopeId)HistoricActionLinkQueryImplHistoricActionLinkQueryImpl. scopeType(java.lang.String scopeType) -
Uses of HistoricActionLinkQueryImpl in com.flowable.action.engine.impl.persistence.entity
Methods in com.flowable.action.engine.impl.persistence.entity with parameters of type HistoricActionLinkQueryImpl Modifier and Type Method Description longHistoricActionLinkEntityManager. findHistoricActionLinkCountByQueryCriteria(HistoricActionLinkQueryImpl actionLinkQuery)longHistoricActionLinkEntityManagerImpl. findHistoricActionLinkCountByQueryCriteria(HistoricActionLinkQueryImpl actionLinkQuery)java.util.List<HistoricActionLink>HistoricActionLinkEntityManager. findHistoricActionLinksByQueryCriteria(HistoricActionLinkQueryImpl actionLinkQuery)java.util.List<HistoricActionLink>HistoricActionLinkEntityManagerImpl. findHistoricActionLinksByQueryCriteria(HistoricActionLinkQueryImpl actionLinkQuery) -
Uses of HistoricActionLinkQueryImpl in com.flowable.action.engine.impl.persistence.entity.data
Methods in com.flowable.action.engine.impl.persistence.entity.data with parameters of type HistoricActionLinkQueryImpl Modifier and Type Method Description longHistoricActionLinkDataManager. findHistoricActionLinkCountByQueryCriteria(HistoricActionLinkQueryImpl actionLinkQuery)java.util.List<HistoricActionLink>HistoricActionLinkDataManager. findHistoricActionLinksByQueryCriteria(HistoricActionLinkQueryImpl actionLinkQuery) -
Uses of HistoricActionLinkQueryImpl in com.flowable.action.engine.impl.persistence.entity.data.impl
Methods in com.flowable.action.engine.impl.persistence.entity.data.impl with parameters of type HistoricActionLinkQueryImpl Modifier and Type Method Description longMybatisHistoricActionLinkDataManager. findHistoricActionLinkCountByQueryCriteria(HistoricActionLinkQueryImpl actionLinkQuery)java.util.List<HistoricActionLink>MybatisHistoricActionLinkDataManager. findHistoricActionLinksByQueryCriteria(HistoricActionLinkQueryImpl actionLinkQuery)