Uses of Interface
com.flowable.action.api.history.HistoricActionLinkQuery
Package | Description |
---|---|
com.flowable.action.api.history | |
com.flowable.action.engine.impl.history | |
com.flowable.action.engine.impl.persistence.entity |
-
Uses of HistoricActionLinkQuery in com.flowable.action.api.history
Methods in com.flowable.action.api.history that return HistoricActionLinkQuery Modifier and Type Method Description HistoricActionLinkQuery
HistoricActionLinkQuery. actionDefinitionId(java.lang.String actionDefinitionId)
HistoricActionLinkQuery
HistoricActionLinkQuery. actionInstanceId(java.lang.String actionInstanceId)
HistoricActionLinkQuery
HistoricActionLinkQuery. createdAfter(java.util.Date afterTime)
HistoricActionLinkQuery
HistoricActionLinkQuery. createdBefore(java.util.Date beforeTime)
HistoricActionLinkQuery
ActionHistoryService. createHistoricActionLinkQuery()
Query historic action linksHistoricActionLinkQuery
HistoricActionLinkQuery. id(java.lang.String id)
HistoricActionLinkQuery
HistoricActionLinkQuery. ids(java.util.Set<java.lang.String> ids)
HistoricActionLinkQuery
HistoricActionLinkQuery. scopeId(java.lang.String scopeId)
HistoricActionLinkQuery
HistoricActionLinkQuery. scopeType(java.lang.String scopeType)
-
Uses of HistoricActionLinkQuery in com.flowable.action.engine.impl.history
Classes in com.flowable.action.engine.impl.history that implement HistoricActionLinkQuery Modifier and Type Class Description class
HistoricActionLinkQueryImpl
Methods in com.flowable.action.engine.impl.history that return HistoricActionLinkQuery Modifier and Type Method Description HistoricActionLinkQuery
HistoricActionLinkQueryImpl. actionInstanceId(java.lang.String actionInstanceId)
HistoricActionLinkQuery
HistoricActionLinkQueryImpl. createdAfter(java.util.Date afterTime)
HistoricActionLinkQuery
HistoricActionLinkQueryImpl. createdBefore(java.util.Date beforeTime)
HistoricActionLinkQuery
ActionHistoryServiceImpl. createHistoricActionLinkQuery()
-
Uses of HistoricActionLinkQuery in com.flowable.action.engine.impl.persistence.entity
Methods in com.flowable.action.engine.impl.persistence.entity that return HistoricActionLinkQuery Modifier and Type Method Description HistoricActionLinkQuery
HistoricActionLinkEntityManager. createHistoricActionLinkQuery()
HistoricActionLinkQuery
HistoricActionLinkEntityManagerImpl. createHistoricActionLinkQuery()