Uses of Interface
com.flowable.action.api.runtime.ActionLinkQuery
Package
Description
-
Uses of ActionLinkQuery in com.flowable.action.api.runtime
Modifier and TypeMethodDescriptionActionLinkQuery.actionDefinitionId
(String actionDefinitionId) ActionLinkQuery.actionInstanceId
(String actionInstanceId) ActionRuntimeService.createActionLinkQuery()
Query action linksActionLinkQuery.createdAfter
(Date afterTime) ActionLinkQuery.createdBefore
(Date beforeTime) -
Uses of ActionLinkQuery in com.flowable.action.engine.impl.persistence.entity
Modifier and TypeMethodDescriptionActionLinkEntityManager.createActionLinkQuery()
ActionLinkEntityManagerImpl.createActionLinkQuery()
-
Uses of ActionLinkQuery in com.flowable.action.engine.impl.runtime
Modifier and TypeMethodDescriptionActionLinkQueryImpl.actionInstanceId
(String actionInstanceId) ActionRuntimeServiceImpl.createActionLinkQuery()
ActionLinkQueryImpl.createdAfter
(Date afterTime) ActionLinkQueryImpl.createdBefore
(Date beforeTime)