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 HistoricActionLinkQueryImpl
HistoricActionLinkQueryImpl. actionDefinitionId(String actionDefinitionId)
HistoricActionLinkQueryImpl
HistoricActionLinkQueryImpl. id(String id)
HistoricActionLinkQueryImpl
HistoricActionLinkQueryImpl. ids(Set<String> ids)
HistoricActionLinkQueryImpl
HistoricActionLinkQueryImpl. scopeId(String scopeId)
HistoricActionLinkQueryImpl
HistoricActionLinkQueryImpl. scopeType(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 long
HistoricActionLinkEntityManager. findHistoricActionLinkCountByQueryCriteria(HistoricActionLinkQueryImpl actionLinkQuery)
long
HistoricActionLinkEntityManagerImpl. findHistoricActionLinkCountByQueryCriteria(HistoricActionLinkQueryImpl actionLinkQuery)
List<HistoricActionLink>
HistoricActionLinkEntityManager. findHistoricActionLinksByQueryCriteria(HistoricActionLinkQueryImpl actionLinkQuery)
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 long
HistoricActionLinkDataManager. findHistoricActionLinkCountByQueryCriteria(HistoricActionLinkQueryImpl actionLinkQuery)
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 long
MybatisHistoricActionLinkDataManager. findHistoricActionLinkCountByQueryCriteria(HistoricActionLinkQueryImpl actionLinkQuery)
List<HistoricActionLink>
MybatisHistoricActionLinkDataManager. findHistoricActionLinksByQueryCriteria(HistoricActionLinkQueryImpl actionLinkQuery)
-