Uses of Interface
com.flowable.action.api.history.HistoricActionLinkQuery
Package
Description
-
Uses of HistoricActionLinkQuery in com.flowable.action.api.history
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionHistoricActionLinkEntityManager.createHistoricActionLinkQuery()
HistoricActionLinkEntityManagerImpl.createHistoricActionLinkQuery()