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