Uses of Interface
com.flowable.action.api.history.HistoricActionLinkQuery
Packages that use HistoricActionLinkQuery
Package
Description
-
Uses of HistoricActionLinkQuery in com.flowable.action.api.history
Methods in com.flowable.action.api.history that return HistoricActionLinkQueryModifier and TypeMethodDescriptionHistoricActionLinkQuery.actionDefinitionId
(String actionDefinitionId) HistoricActionLinkQuery.actionInstanceId
(String actionInstanceId) HistoricActionLinkQuery.createdAfter
(Date afterTime) HistoricActionLinkQuery.createdBefore
(Date beforeTime) ActionHistoryService.createHistoricActionLinkQuery()
Query historic action links -
Uses of HistoricActionLinkQuery in com.flowable.action.engine.impl.history
Classes in com.flowable.action.engine.impl.history that implement HistoricActionLinkQueryMethods in com.flowable.action.engine.impl.history that return HistoricActionLinkQueryModifier and TypeMethodDescriptionHistoricActionLinkQueryImpl.actionInstanceId
(String actionInstanceId) HistoricActionLinkQueryImpl.createdAfter
(Date afterTime) HistoricActionLinkQueryImpl.createdBefore
(Date beforeTime) ActionHistoryServiceImpl.createHistoricActionLinkQuery()
-
Uses of HistoricActionLinkQuery in com.flowable.action.engine.impl.persistence.entity
Methods in com.flowable.action.engine.impl.persistence.entity that return HistoricActionLinkQueryModifier and TypeMethodDescriptionHistoricActionLinkEntityManager.createHistoricActionLinkQuery()
HistoricActionLinkEntityManagerImpl.createHistoricActionLinkQuery()